mtichy/datetime

Custom PHP DateTime types.

Installs: 4 058

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/mtichy/datetime

v1.0.2 2019-03-14 13:47 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:47:42 UTC


README

This library provides custom data types for date and datetime.

Installation

via composer:

composer require mtichy/datetime

or you can just download project source files directly

Usage

with composer:

<?php
require __DIR__.'/vendor/autoload.php';

without composer

<?php
require 'path-to-datetime-dir/autoload.php';