php.package.health
8 total, 2 outdated
Package | Required | Latest | Status | |
---|---|---|---|---|
mouf/mouf-validators-interface | The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface. | ~2.0 | v2.0.0 | 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 | v2.0.2 | up to date |
mouf/utils.constants.secret | This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value. | ~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 |
psr/container | Common Container Interface (PHP FIG PSR-11) | ^1 | 2.0.2 | outdated |
psr/log | Common interface for logging libraries | ^1 | 3.0.2 | outdated |
thecodingmachine/funky | Write service providers easily using annotations | ^1 | v1.0.0 | up to date |
8 total, 2 outdated
Package | Required | Latest | Status | |
---|---|---|---|---|
maglnet/composer-require-checker | CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package | ^4.3 | 4.13.0 | up to date |
mnapoli/simplex | Pimple fork with full container-interop support | ^0.5 | 0.5.0 | up to date |
mouf/utils.log.psr.errorlog_logger | This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function) | ^2 | v2.0.2 | up to date |
phpstan/phpstan | PHPStan - PHP Static Analysis Tool | ^1.9 | 2.0.0 | outdated |
phpunit/phpunit | The PHP Unit Testing framework. | ^9.5 | 11.4.3 | outdated |
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/discovery | Publish and discover assets in your PHP projects. | ^1.2.1 | v1.3.1 | 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 |