List the Components of Nette Framework?

devquora
devquora

Posted On: Feb 22, 2018

 

Nette is a full-stack framework composed of 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

source:https://en.wikipedia.org/wiki/Nette_Framework

    Related Questions

    Please Login or Register to leave a response.

    Related Questions