2017 © Pedro Peláez
 

library ebdate

EBDate

image

ebidtech/ebdate

EBDate

  • Friday, May 30, 2014
  • by ebidtech
  • Repository
  • 14 Watchers
  • 0 Stars
  • 8,811 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

EBDate

Simple wrapper around DateTime., (*1)

Latest Stable Version Build Status Coverage Status Scrutinizer Quality Score Dependency Status, (*2)

Requirements

  • PHP >= 5.3

Installation

The recommended way to install is through composer., (*3)

Just create a composer.json file for your project:, (*4)

``` json { "require": { "ebidtech/ebdate": "@stable" } }, (*5)


**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: ```bash $ curl -sS https://getcomposer.org/installer | php $ composer install

Now you can add the autoloader, and you will have access to the library:, (*6)

<?php

require 'vendor/autoload.php';

Usage

Have a look on tests as example., (*7)

Contributing

See CONTRIBUTING file., (*8)

Credits

License

EBDate library is released under the MIT License. See the bundled LICENSE file for details., (*9)

The Versions

30/05 2014
17/01 2014

v0.1.1

0.1.1.0 http://github.com/ebidtech/ebdate

EBDate

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar ebidtech

php library date

09/01 2014

v0.1

0.1.0.0 http://github.com/ebidtech/ebdate

EBDate

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar ebidtech

php library date