Requires

7 total, all up-to-date

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.0 v2.0.1 up to date
mouf/html.renderer This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects. ^2 v2.0.0 up to date
mouf/html.utils.weblibrarymanager The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well. ^4 v4.0.1 up to date
mouf/utils.action.action-interface 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. ~1.0 v1.0.0 up to date
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. ^4 v4.0.0 up to date
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. ~1.0 v1.0.0 up to date
thecodingmachine/funky Write service providers easily using annotations ^1 v1.0.0 up to date

Requires (dev)

3 total, all up-to-date

Package Required Latest Status
phpstan/phpstan PHPStan - PHP Static Analysis Tool ^1.9 1.12.4 up to date
squizlabs/php_codesniffer PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. ^3.3.1 3.10.3 up to date
thecodingmachine/phpstan-strict-rules A set of additional rules for PHPStan based on best practices followed at TheCodingMachine ^1.0 v1.0.0 up to date