PHPackages                             gufy/date-interval - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gufy/date-interval

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gufy/date-interval
==================

Class for counting date interval to human readable interval

v1.0.1(12y ago)2551GPLv3PHP

Since Nov 12Pushed 12y agoCompare

[ Source](https://github.com/mgufrone/date-interval)[ Packagist](https://packagist.org/packages/gufy/date-interval)[ RSS](/packages/gufy-date-interval/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Time Interval to Human Readable Time Interval PHP Class
=======================================================

[](#time-interval-to-human-readable-time-interval-php-class)

Build[![Build Status](https://camo.githubusercontent.com/f28e68985a452b25d8870bf7bb3d66b093000724d3c3d09abaf29ed76ab4271e/68747470733a2f2f7472617669732d63692e6f72672f6d677566726f6e652f646174652d696e74657276616c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mgufrone/date-interval)To use this class you just simply add this class via composer```
{
	"require":{
		...
		"gufy/date-interval":"dev-master"
		...
	}
}

```

Usage
=====

[](#usage)

Let's have fun. Here is the sample code

```
