https://github.com/codekandis/datetime
`codekandis/datetime` is a library providing `DateTime` constants, interfaces and classes.
https://github.com/codekandis/datetime
Last synced: 11 months ago
JSON representation
`codekandis/datetime` is a library providing `DateTime` constants, interfaces and classes.
- Host: GitHub
- URL: https://github.com/codekandis/datetime
- Owner: codekandis
- License: mit
- Created: 2023-08-20T22:05:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T20:13:24.000Z (almost 3 years ago)
- Last Synced: 2025-06-15T18:25:36.831Z (12 months ago)
- Language: PHP
- Homepage: https://github.com/codekandis/datetime
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codekandis/datetime
[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]
`codekandis/datetime` is a library providing `DateTime` constants, interfaces and classes.
## Index
* [Installation](#installation)
## Installation
Install the latest version with
```bash
$ composer require codekandis/datetime
```
[xtlink-version-badge]: https://img.shields.io/badge/version-development-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net
[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE.md