Samiksha Jaiswal (Editor)

Nette Framework

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Nette Foundation

Operating system
  
Cross-platform

Website
  
nette.org/en

Written in
  
PHP

License
  
New BSD license

Nette Framework

Stable release
  
2.4 / 3 May 2016; 10 months ago (2016-05-03)

Nette Framework is an open-source framework for creating web applications in PHP 5 and 7. It supports AJAX, DRY, KISS, MVC and code reusability. Original author of the framework is David Grudl, but further development is now maintained by the Nette Foundation organization. Nette is a free software released under both the New BSD license and the GNU GPL version 2 or 3.

Components

Nette is a full-stack framework composed from a set of decoupled and reusable components.

  • Application – The kernel of web application
  • Bootstrap – Bootstrap of your application
  • Caching – Cache layer with set of storages
  • Component Model – Foundation for component systems
  • DI – Dependency Injection Container
  • Database – Database layer
  • Finder – Finds files and directories with intuitive interface
  • Forms – Greatly facilitates secure web forms
  • Http – Layer for the HTTP request & response
  • Latte – Amazing template engine
  • Mail – Sending E-mails
  • Neon – Loads and dumps NEON format
  • Php Generator – PHP code generator
  • Reflection – PHP class reflection enhancements
  • Robot Loader – Comfortable autoloading
  • Safe Stream – Safe atomic operations with files
  • Security – Provides access control system
  • Tester – Comfortable and easy-to-use unit testing tool
  • Tokenizer – String tokenization
  • Tracy – Debugging tool
  • Utils – Utilities and Core Classes
  • deprecated – Namespace containing deprecated classes
  • References

    Nette Framework Wikipedia