Skip to content

bluetree-service/time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluetree PSR-6 & PSR-16 time

Latest Stable Version Total Downloads License

Bugs Code Smells Coverage Reliability Rating Security Rating Maintainability Rating Vulnerabilities

SonarQube Cloud

PSR-6 and/or PSR-16 time system, based on file storage.

Included libraries

  • 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

Documentation

Install via Composer

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"
    }
}

Project description

Used conventions

  • 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

Requirements

  • PHP 8.2 or higher

License

This bundle is released under the Apache license.
Apache license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors