https://github.com/subjective-php/date
DateTime utilities and classes
https://github.com/subjective-php/date
date-time php
Last synced: about 1 year ago
JSON representation
DateTime utilities and classes
- Host: GitHub
- URL: https://github.com/subjective-php/date
- Owner: subjective-php
- License: mit
- Created: 2014-05-09T13:50:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T20:27:10.000Z (about 3 years ago)
- Last Synced: 2025-03-25T23:51:22.730Z (over 1 year ago)
- Topics: date-time, php
- Language: PHP
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SubjectivePHP\Date
[](https://packagist.org/packages/subjective-php/date)
[](https://packagist.org/packages/subjective-php/date)
[](https://packagist.org/packages/subjective-php/date)
[](https://packagist.org/packages/subjective-php/date)
[](https://packagist.org/packages/subjective-php/date)
[](https://packagist.org/packages/subjective-php/date)
[](http://www.pholiophp.org/subjective-php/date)
A collection of various PHP classes for use with dates, times and timezones.
## Requirements
SubjectivePHP\Date requires PHP 7.0 (or later).
## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/date` to your project's `composer.json` file such as:
```sh
composer require subjective-php/date
```
## Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/subjective-php/date/pulls)
* [Issues](https://github.com/subjective-php/date/issues)
## Run Unit Tests
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:
```sh
composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```