Requires

13 total, 2 outdated, 1 unknown

Package Required Latest Status
mouf/html.htmlelement This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface. 2.* v2.0.1 up to date
mouf/html.renderer.twig-extensions This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf. ~1.0 v3.0.0 outdated
mouf/mouf The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface. >=2.0.2, <3.0 v2.0.50 up to date
mouf/mvc.splash-implementation Virtual implementation package for mouf/mvc.splash ~5.0 unknown
mouf/utils.action.common-action This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package). ~1.0 v1.0.1 up to date
mouf/utils.cache.apc-cache 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. ~2.1 v2.2.0 up to date
mouf/utils.cache.cache-interface 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. ~2.0 v2.1.0 up to date
mouf/utils.cache.file-cache This package contains a cache mechanism that relies on temporary files. ~2.1 v2.2.1 up to date
mouf/utils.common.conditioninterface This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise. ~2.0 v2.0.2 up to date
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! ~1.0 v1.0.0 up to date
mouf/utils.common.validators 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... 3.* v3.1.0 up to date
mouf/utils.i18n.fine 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. 3.* v3.0.4 up to date
symfony/http-kernel Provides a structured process for converting a Request into a Response ^2 || ^3 || ^4 v7.1.5 outdated

Requires (dev)

No required development dependencies.