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
digiaonline/instance-factory
A factory for constructing objects from arrays of properties
时间:未知
sourcebroker/deployer-extended-media
Deployer tasks to manage media synchronization between application instances.
时间:未知
sourcebroker/deployer-extended-database
Deployer tasks to manage database synchronization between application instances.
时间:未知
sourcebroker/deployer-instance
Instance management for deployer.
时间:未知
foxxmd/laravel-elasticbeanstalk-cron
Ensure only one Laravel instance is running CRON jobs in an EB environment
时间:未知
lelyfoto/twig-instanceof
Adds InstanceOf Expression as Twig Extension
时间:未知
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
时间:未知
zendframework/zend-httphandlerrunner
Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.
时间:未知