mouf member since: Jun 20, 2012
mouf's packages
-
PHP
mouf/utils.package-builder
This package contains a set of utility functions for Mouf to ease the way you can build packages.
-
PHP
mouf/utils.patcher
A patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. Very useful for database patches.
-
PHP
mouf/utils.session.optimistic-session-handler
Session handler that releases session lock quickly. Useful for multiple ajax calls on the same page.
-
PHP
mouf/utils.session.session-manager
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
-
PHP
mouf/utils.task.rabbitmq
This package is used to manage task in RabbitMq. It provides classes to create task in RabbitMq and consums it.
-
PHP
mouf/utils.value.common-value
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
-
PHP
mouf/utils.value.value-interface
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
-
PHP
mouf/whoops-stackphp
This package provides a StackPHP middleware for using the Whoops error handling library
-
-
-
-
-
-
PHP
thecodingmachine/cms-middleware
A http-interop compatible CMS middleware. It only provides the middleware and delegates pages fetching to other packages.
-
PHP
thecodingmachine/cms-static-registry
A static registry (loads pages from static files) for thecodingmachine/cms-interfaces.