Skip to content

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
29 lines (18 loc) · 1.1 KB

github workflow Scrutinizer Code Quality codecov

Arp\LaminasDateTime

About

A Laminas Framework integration module for Arp\DateTime components.

Installation

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',
];

Unit Tests

PHP Unit test using PHPUnit.

php vendor/bin/phpunit