2017 © Pedro Peláez
 

library immutable-datetime

image

goodby/immutable-datetime

  • Thursday, May 9, 2013
  • by suin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ImmutableDatetime

Build Status, (*1)

What is ImmutableDatetime?

This is a imutable datetime library., (*2)

Requirements

  • PHP 5.4

Installation

Install composer in your project:, (*3)

curl -s http://getcomposer.org/installer | php

Create a composer.json file in your project root:, (*4)

{
    "require": {
        "goodby/immutable-datetime": "*"
    }
}

Install via composer:, (*5)

php composer.phar install

License

ImmutableDatetime is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*6)

Documentation

See unit test., (*7)

Contributing

Checkout master source code from github:, (*8)

hub clone goodby/immutable-datetime

Install develpment components via composer:, (*9)

# If you don't have composer.phar
./scripts/bundle-devtools.sh .

# If you have composer.phar
composer.phar install --dev

Unit Testing

We works under test driven development., (*10)

Run phpunit:, (*11)

./vendor/bin/phpunit

Coding Standard

We follows coding standard PSR-2., (*12)

Check if your codes follows PSR-2 by phpcs:, (*13)

./vendor/bin/phpcs --standard=PSR2 src/

Acknowledgement

This project was automatically generated by "Goodby Setup"., (*14)

The Versions