Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.23 KB

File metadata and controls

35 lines (22 loc) · 1.23 KB

Agotime

tests Packagist Version Packagist Dependency Version Packagist License Packagist Downloads Packagist Stars

A modern PHP package that makes working with date & time human-readable, clean, and effortless. Built to boost developer productivity.


Installation

composer require agotime/agotime

Quick Start Example

Documention of AgoTime PHP Library.

<?php

require_once(__DIR__ . "/vendor/autoload.php");

Full code here