ebidtech/ebdate

v0.1.5 2014-05-30 12:28 UTC

This package is not auto-updated.

Last update: 2024-03-11 23:24:49 UTC


README

Simple wrapper around DateTime.

Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score Dependency Status

Requirements

  • PHP >= 5.3

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 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:

<?php

require 'vendor/autoload.php';

Usage

Have a look on tests as example.

Contributing

See CONTRIBUTING file.

Credits

License

EBDate library is released under the MIT License. See the bundled LICENSE file for details.