PHPackages                             alroniks/dtms - 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. alroniks/dtms

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

alroniks/dtms
=============

Classes for manipulate dates and intervals with microseconds precision

v0.5.2(10y ago)187.5k2[1 PRs](https://github.com/Alroniks/dtms/pulls)MITPHPPHP &gt;=5.3.0CI failing

Since Aug 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Alroniks/dtms)[ Packagist](https://packagist.org/packages/alroniks/dtms)[ Docs](http://alroniks.github.io/dtms)[ RSS](/packages/alroniks-dtms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

DateTime with Microseconds [![](https://camo.githubusercontent.com/6285e9007f21282bb0d6ed69c87a7f3d47387b6688bd5f43ab962a8c8835554d/68747470733a2f2f7472617669732d63692e6f72672f416c726f6e696b732f64746d732e737667)](https://camo.githubusercontent.com/6285e9007f21282bb0d6ed69c87a7f3d47387b6688bd5f43ab962a8c8835554d/68747470733a2f2f7472617669732d63692e6f72672f416c726f6e696b732f64746d732e737667)
========================================================================================================================================================================================================================================================================================================================================================================================================

[](#datetime-with-microseconds-)

DateTime and DateInterval classes with support of microseconds

NOTE! This package not fully tested, so use it with caution.
------------------------------------------------------------

[](#note-this-package-not-fully-tested-so-use-it-with-caution)

This small package with two classes just wrapper around built in PHP classes for work with date and time but with support operations with microseconds.

Installation
------------

[](#installation)

Package use PSR-4 standard, so for using this classes just install package using Composer.

```
$ composer require alroniks/dtms
```

```
{
    "require": {
        "alroniks/dtms": "~0.5"
    }
}
```

```
