PHPackages                             ebidtech/ebdate - 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. ebidtech/ebdate

ActiveLibrary

ebidtech/ebdate
===============

EBDate

v0.1.5(11y ago)010.7k↓76%22MITPHPPHP &gt;=5.3

Since Jan 9Pushed 11y ago14 watchersCompare

[ Source](https://github.com/ebidtech/ebdate)[ Packagist](https://packagist.org/packages/ebidtech/ebdate)[ Docs](http://github.com/ebidtech/ebdate)[ RSS](/packages/ebidtech-ebdate/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (5)Versions (7)Used By (2)

EBDate
======

[](#ebdate)

Simple wrapper around DateTime.

[![Latest Stable Version](https://camo.githubusercontent.com/ec6549c8c66ec82b7bfa839913bc72843c0a2eee280cf9dbea0496f2a760a4d8/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f6562646174652f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/ebdate) [![Build Status](https://camo.githubusercontent.com/b68e298268f07449349bebb9b51e86beeb422432899cf9ed0c6c22f344909520/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f6562646174652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/ebdate) [![Coverage Status](https://camo.githubusercontent.com/9c5bc224cb76c36c3990e55b2c85a0c00781d2149f15f89fae004f4a0c3febda/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f6562646174652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/ebdate?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/39902fc2b2e3d0cc18ee5291443e78bd5219dfeb9d8165755819ba23f35be391/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f6562646174652f6261646765732f7175616c6974792d73636f72652e706e673f733d30643635373433323136353835626236633439306230343038313935613036316434623638626134)](https://scrutinizer-ci.com/g/ebidtech/ebdate/) [![Dependency Status](https://camo.githubusercontent.com/e3352e0fd3284764adc46d231c4fbb513432afa3fdcd3a6039d5674b2f96ac5b/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532636564376431656331333735366464303030303037632f62616467652e706e67)](https://www.versioneye.com/user/projects/52ced7d1ec13756dd000007c)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3

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

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/ebdate": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/ebdate`](https://packagist.org/packages/ebidtech/ebdate) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
