Libraries tagged by mouf

mouf/utils.patcher

0 Favers
84325 Downloads

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.

Go to Download


mouf/utils.package-builder

0 Favers
18966 Downloads

This package contains a set of utility functions for Mouf to ease the way you can build packages.

Go to Download


mouf/utils.mailer.mail-interface

0 Favers
46961 Downloads

This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.

Go to Download


mouf/utils.i18n.fine

0 Favers
169375 Downloads

Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.

Go to Download


mouf/utils.console

0 Favers
110473 Downloads

A console for the Mouf PHP framework.

Go to Download


mouf/utils.common.lock

1 Favers
66531 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
162419 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.formatters

1 Favers
33172 Downloads

Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.

Go to Download


mouf/utils.common.doctrine-cache-wrapper

0 Favers
97043 Downloads

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

Go to Download


mouf/utils.common.doctrine-annotations-wrapper

0 Favers
88218 Downloads

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

Go to Download


mouf/utils.cache.purge-ui

0 Favers
183751 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
179842 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/security.userservice-splash

0 Favers
192248 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
142796 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
189850 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 >>