Libraries tagged by titon
titon/kernel
2 Downloads
The kernel package acts as the core handler of the input/output cycle within an application.
titon/io
763 Downloads
The IO package provides classes for interacting with files and folders on a filesystem, as well as readers and writers for resource bundles.
titon/intl
0 Downloads
The Intl package provides tools for the localization and internationalization of an application.
titon/http
502 Downloads
The HTTP package provides classes for interacting with cookies, headers, the request, and the response.
titon/event
1742 Downloads
The event package provides functionality for notifying a list of observers about an event.
titon/env
71 Downloads
The environment package provides environment detection and secure environment variable management.
titon/debug
727 Downloads
The debug package provides debugging, advanced error and exception handling, log management, and benchmarking.
titon/crypto
1 Downloads
The crypto package provides secure ecrypting and decrypting of data.
titon/controller
185 Downloads
The controller package provides controllers and actions to handle the HTTP request and response cycle.
titon/context
0 Downloads
The context package provides dependency injection and service providers, which allow for easy decoupling of components.
titon/common
3001 Downloads
The common package provides interfaces, traits, and abstract implementations for common patterns usable by other packages.
titon/cache
1867 Downloads
The cache package provides a data caching layer that supports multiple storage engines.
titon/annotation
5 Downloads
The annotation packages provides class and method level metadata through annotations.
titon/utility-old
436 Downloads
The Titon utility package provides convenience classes for basic tasks like validation, formatting, sanitization and more.
titon/test
3479 Downloads
The Titon test package provides classes and fixtures used for test cases. This should not be used in production.