Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bluetree-service/time

0.2.0 2026-02-07 12:33 UTC

This package is auto-updated.

Last update: 2026-02-07 12:41:29 UTC


README

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