2017 © Pedro Peláez
 

library datetime

A set of functions to work with date and time in PHP, it contains a powerful schedule maker.

image

blacktools/datetime

A set of functions to work with date and time in PHP, it contains a powerful schedule maker.

  • Monday, July 17, 2017
  • by henriquefernandez
  • Repository
  • 0 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Install

Via Composer, (*1)

``` bash $ composer require blacktools/datetime, (*2)


## Usage ``` php require 'vendor/autoload.php'; use Blacktools\DateTime\TimeMachine; var_dump(TimeMachine::interval('00:00:00','24:00:00')); /* array(24) { [0] => string(8) "00:00:00" [1] => string(8) "01:00:00" [2] => string(8) "02:00:00" [3] => string(8) "03:00:00" [4] => string(8) "04:00:00" [5] => string(8) "05:00:00" [6] => string(8) "06:00:00" [7] => string(8) "07:00:00" ...

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*3)

Security

If you discover any security related issues, please email hriqueft@gmail.com instead of using the issue tracker., (*4)

Credits

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

17/07 2017

dev-master

9999999-dev https://github.com/henriquefernandez/PhpDateTime

A set of functions to work with date and time in PHP, it contains a powerful schedule maker.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Henrique Fernandez Teixeira

date easy time schedule functions hour blacktools

30/05 2017

1.0.0

1.0.0.0 https://github.com/henriquefernandez/PhpDateTime

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Henrique Fernandez Teixeira

date easy time schedule functions hour blacktools