Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.34 KB

index.md

File metadata and controls

21 lines (19 loc) · 1.34 KB

Packages

The Titon Framework aims to be extremely modular by encapsulating similar functionality into distinct packages. Each package can be used externally outside of the framework, or in unison with each other, the choice is yours.

  • Annotation - Class and method metadata annotating
  • Cache - Data caching through storage engines
  • Common - Common interfaces, traits, and abstract implementations
  • Context - Dependency containers and service providers
  • Controller - Controllers and actions in the dispatch cycle
  • Crypto - Secure data encryption and decryption
  • Debug - Debugging, logging, and benchmarking
  • Environment - Environment detection and host bootstrapping
  • Event - Observers, listeners, and event emitting
  • HTTP - Request and response handling
  • Intl - Internationalization and localization
  • IO - Filesystem input/output
  • Route - Dynamic URL mapping and routing
  • Type - Robust immutable data types
  • Utility - Static utility and state helpers
  • Validate - Data rule mapping and validation
  • View - Template management and rendering