2017 © Pedro Peláez
 

library dateutils

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

image

kwetal/dateutils

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

  • Monday, November 10, 2014
  • by evanmaastrigt@gmail.com
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Kwetal-DateUtils

A number of utility methods for handling date related operations, wrapped in a object-oriented interface, (*1)

Installation

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

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

``` json { "require": { "kwetal/dateutils": "dev-master" } }, (*4)


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:, (*5)

``` php <?php, (*6)

require 'vendor/autoload.php';, (*7)


Unit tests ---------- After installing, from the root project dir run ```bash $ vendor/bin/phpunit

The Versions

10/11 2014

dev-master

9999999-dev

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

10/11 2014

1.1.0

1.1.0.0

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

09/11 2014

dev-feature/psr-4

dev-feature/psr-4

A number of utility methods for handling date related operations, wrapped in a object-oriented interface

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

03/11 2014

1.0.0

1.0.0.0

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

24/10 2014

0.3.0

0.3.0.0

  Sources   Download

The Development Requires

19/10 2014

0.2.0

0.2.0.0

  Sources   Download

The Development Requires

18/10 2014

0.1.0

0.1.0.0

  Sources   Download

The Development Requires