Popular Packages
-
PHP
mouf/utils.cache.in-memory-cache
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
-
PHP
mouf/html.renderer
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
-
-
-
PHP
kohkimakimoto/lib-migration
LibMigration is a minimum database migration library and framework for MySQL.
-
PHP
marrouchi/polynomial-regression
DeQue Polynomial Regression is a PHP library created by Andrew Que. Adapted to use autoloading.
-
-
-
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
fsi/property-observer
FSi PropertyObserver component is a simple component which tracks changes in registered object's properties.
Abandoned!
-
PHP
mouf/mouf-validators-interface
The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.