mouf/utils.log.multi-logger
Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
时间:2012-12-22 19:51
lox/phpup
Run a minimal apache instance for a given php script or directory
时间:2012-12-05 23:39
mouf/utils.common.validators
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
时间:2012-11-23 13:28
mouf/utils.common.formatters
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
时间:2012-11-22 09:29
blainesch/li3_memoize
Will aid in the caching of expensive helper/model instance methods.
时间:2012-11-08 03:10
mouf/html.template.menus.basicmenu
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
时间:2012-10-16 15:00
mouf/security.rightsservice
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
时间:2012-10-16 14:59
mouf/utils.cache.cache-interface
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
时间:2012-10-16 14:52
davedevelopment/pimple-aware-event-dispatcher
A Symfony compatible event dispatcher that allows services to be lazy loaded from an instance of the Pimple DI container
时间:2012-10-08 10:05
inori/twitter-app-bundle
Clientless Twitter application instance to help automate project twitter updates
时间:2012-03-29 19:02
swaggest/json-schema-maker
Instance to JSON schema and back
时间:未知
digiaonline/instance-factory
A factory for constructing objects from arrays of properties
时间:未知
mouf/utils.common.conditioninterface
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns tru
时间:未知
foxxmd/laravel-elasticbeanstalk-cron
Ensure only one Laravel instance is running CRON jobs in an EB environment
时间:未知
sourcebroker/deployer-instance
Instance management for deployer.
时间:未知