alex-patterson-webdev/laminas-date-time

Laminas Framework integration module for Arp\DateTime

Installs: 308

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/alex-patterson-webdev/laminas-date-time

0.4.0 2023-04-30 16:56 UTC

This package is auto-updated.

Last update: 2025-10-06 18:22:19 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