Classes summary
| Apc |
A cache service that stored data in PHP APC
|
| App |
A service to build an MVC application
|
| ArrayCache |
A cache service that stored data in PHP array
|
| Asset |
A service to generate assets' URL
|
| Base |
The base class for all services
|
| BaseCache |
The base class for cache services
|
| Bicache |
A two-level cache service
|
| Cache |
A cache service proxy
|
| Config |
A service to manage service container configurations
|
| Cookie |
A service that handles the HTTP request and response cookies
|
| Couchbase |
A cache service that stored data in Couchbase
|
| Counter |
A counter service
|
| Db |
A database service inspired by Doctrine DBAL
|
| DbCache |
A cache service that stored data in databases
|
| E |
Context specific methods for use in secure output escaping
|
| Env |
A service to detect the environment name and load configuration by environment name
|
| Error |
A service that handles exception and display pretty exception message
|
| FileCache |
A cache service that stored data in files
|
| Gravatar |
A service that generates a Gravatar URL for a specified email address
|
| Http |
An HTTP client that inspired by jQuery Ajax
|
| Lock |
A service that provide the functionality of exclusive Lock
|
| Logger |
A logger service, which is inspired by Monolog
|
| Memcache |
A cache service that stored data in Memcache
|
| Memcached |
A cache service that stored data in Memcached
|
| MongoCache |
A cache service that stores data in MongoDB
|
| Password |
A wrapper class for password hashing functions
|
| PhpError |
A wrapper for PHP Error
|
| Pinyin |
An util wei that converts Chinese words to phonetic alphabets
|
| Record |
A base database record class
|
| Redis |
A cache service that stored data in Redis
|
| Request |
A service that handles the HTTP request data
|
| Response |
A service that handles the HTTP response data
|
| Router |
A service that parse the URL to request data
|
| SafeUrl |
Generate a URL with signature
|
| Session |
A service that handles session data ($_SESSION)
|
| Soap |
A Soap client that works like HTTP service
|
| T |
A translator wei
|
| Ua |
A service to detect user OS, browser and device name and version
|
| Upload |
A service that handles the uploaded files
|
| Url |
A helper service to generate the URL
|
| Uuid |
A util wei that generates a RANDOM UUID(universally unique identifier)
|
| Validate |
A validator service
|
| View |
A service that use to render PHP template
|
| WeChatApp |
A service handles WeChat(WeiXin) callback message
|
| Wei |
The service container
|