alex-patterson-webdev/laminas-date-time

Laminas Framework integration module for Arp\DateTime

0.4.0 2023-04-30 16:56 UTC

This package is auto-updated.

Last update: 2024-03-27 01:02:28 UTC


README

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