Libraries tagged by mouf

mouf/utils.common.lock

1 Favers
67188 Downloads

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 lock can help you do that.

Go to Download


mouf/utils.common.getvars

0 Favers
163313 Downloads

This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.

Go to Download


mouf/utils.common.doctrine-cache-wrapper

0 Favers
97907 Downloads

Provide an install script for a Doctrine's Cache in Mouf Framework.

Go to Download


mouf/utils.common.doctrine-annotations-wrapper

0 Favers
89076 Downloads

Provide an install script for a Doctrine's AnnotationReader in Mouf Framework.

Go to Download


mouf/utils.cache.purge-ui

0 Favers
185414 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
180728 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
356689 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
375617 Downloads

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

Go to Download


mouf/utils.cache.cache-interface

0 Favers
376172 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
375118 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


mouf/utils.action.common-action

0 Favers
354252 Downloads

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

Go to Download


mouf/utils.action.action-interface

0 Favers
366432 Downloads

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.

Go to Download


mouf/security.userservice-splash

0 Favers
193320 Downloads

This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.

Go to Download


mouf/security.userfiledao

0 Favers
143659 Downloads

This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!

Go to Download


mouf/security.simplelogincontroller

0 Favers
190910 Downloads

This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.

Go to Download


<< Previous Next >>