A Laminas Framework integration module for Arp\DateTime components.
Installation via composer.
require alex-patterson-webdev/laminas-date-time ^0.3
In order integrate with Laminas MVC, please add the module namespace to the modules.config.php
of your laminas application.
// moudle.config.php
return [
// .... other module namespaces
'Arp\\LaminasDateTime',
];
PHP Unit test using PHPUnit.
php vendor/bin/phpunit