Popular Packages
-
-
-
-
PHP
wokster/yii2-translation-manager
CRUD for storage and editing of translations in a database. Works with a common Yii2 solution (yii i18n DbMessageSource)
-
PHP
jiguang/jsms
-
-
PHP
modmore/revolution-cache
A PSR-6 cache implementation to access the MODX Revolution Cache Provider.
-
-
-
HTML
acromedia/acro_live_css
Creates a page showcasing general site styles and commonly used elements.
-
-
PHP
mouf/utils.common.url-interface
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
-
PHP
geoffroy-aubry/helpers
Some helpers used in several personal packages and a Debug class useful for don't forgetting where debug traces are.
-
-
PHP
mouf/utils.action.action-interface
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.