PSR-6 and/or PSR-16 time system, based on file storage.
- BlueTime\Simple\Date - Basic class for time handling, contain static methods
- BlueTime\Calculation - Abstract class, contain some time calculation methods
- BlueTime\Date - Time object, contain some methods for time handling
To use packages you can just download package and pace it in your code. But recommended way to use BlueTime is install it via Composer. To include BlueTime libraries paste into composer json:
{
"require": {
"bluetree-service/time": "version_number"
}
}- Namespaces - each library use namespaces
- PSR-2 - PSR-2 coding standard
- PSR-4 - PSR-4 auto loading standard
- PSR-6 - PSR-6 time standard
- PSR-16 - PSR-16 time standard
- Composer - Composer
- PHP 8.2 or higher
This bundle is released under the Apache license.
Apache license