gubnota/smart_loader
More srightforward way to call pseudostatically without create every time in every new file new class instance
时间:2014-12-13 16:18
flexibuild/component
ComponentTrait for yii2, that will allow you to extend your Object instance with behaviors and events functionality.
时间:2014-12-12 11:34
solution10/managed-instance
A simple trait to allow classes to manage their own instances. DI on the cheap.
时间:2014-11-07 20:19
tentwofour/cms-template
A startup project to quickly initialize an instance of Kunstmaan Bundles Standard Edition + other packages required for front/backend development
时间:2014-10-29 16:36
itarato/var-check
Accessing properties, keys and instance methods without checking them all the time.
时间:2014-10-19 19:49
nglasl/silverstripe-extensible-search
This module allows user customisation and developer extension of a search page instance, including analytics and suggestions.
时间:2014-08-20 01:27
mouf/utils.common.lock
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A loc
时间:2014-04-10 09:09
silverstripe/fulltextsearch-localsolr
A pre-configured, ready to use Solr instance for local development with the SilverStripe fulltextsearch module
时间:2013-11-08 03:15
maximebf/traceable-pdo
Log SQL statements executed using a PDO instance
时间:2013-08-17 02:21
havvg/propel-uniquekey-instancepooling-behavior
The UniqueKeyInstancePoolingBehaviors adds additional instance pooling to findOne query methods operating on unique keys.
时间:2013-01-31 13:42
tijsverkoyen/activecollab
PHP ActiveCollab is a (wrapper)class to communicate with your Active Collab instance.
时间:2013-01-01 15:12
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