Libraries tagged by contain

mouf/utils.value.common-value

0 Favers
108861 Downloads

This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).

Go to Download


mouf/utils.log.psr.errorlog_logger

0 Favers
392637 Downloads

This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)

Go to Download


mouf/utils.log.log_interface

1 Favers
183657 Downloads

This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)

Go to Download


mouf/utils.log.errorlog_logger

1 Favers
183616 Downloads

This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)

Go to Download


mouf/utils.constants.secret

0 Favers
374775 Downloads

This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.

Go to Download


mouf/utils.constants.debug

0 Favers
362374 Downloads

This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

Go to Download


mouf/utils.composite-exception

1 Favers
249975 Downloads

This project contains a simple PHP exception that can aggregate multiple exceptions in one.

Go to Download


mouf/utils.common.validators

0 Favers
163186 Downloads

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...

Go to Download


mouf/utils.common.url-interface

0 Favers
354291 Downloads

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!

Go to Download


mouf/utils.cache.purge-ui

0 Favers
185499 Downloads

This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.

Go to Download


mouf/utils.cache.no-cache

0 Favers
180765 Downloads

This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).

Go to Download


mouf/utils.cache.in-memory-cache

1 Favers
356810 Downloads

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.

Go to Download


mouf/utils.cache.file-cache

0 Favers
375737 Downloads

This package contains a cache mechanism that relies on temporary files.

Go to Download


mouf/utils.cache.cache-interface

0 Favers
376294 Downloads

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.

Go to Download


mouf/utils.cache.apc-cache

0 Favers
375238 Downloads

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

Go to Download


<< Previous Next >>