Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncan3dc/dates
A simple library for working with dates and ranges using the default timezone
https://github.com/duncan3dc/dates
date datetime php
Last synced: 4 days ago
JSON representation
A simple library for working with dates and ranges using the default timezone
- Host: GitHub
- URL: https://github.com/duncan3dc/dates
- Owner: duncan3dc
- License: apache-2.0
- Created: 2015-05-27T10:47:24.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T16:16:27.000Z (about 2 years ago)
- Last Synced: 2024-09-17T00:25:04.380Z (about 2 months ago)
- Topics: date, datetime, php
- Language: PHP
- Size: 963 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# dates
A simple library for working with dates and ranges using the default timezoneFull documentation is available at http://duncan3dc.github.io/dates/
PHPDoc API documentation is also available at [http://duncan3dc.github.io/dates/api/](http://duncan3dc.github.io/dates/api/namespaces/duncan3dc.Laravel.html)[![release](https://poser.pugx.org/duncan3dc/dates/version.svg)](https://packagist.org/packages/duncan3dc/dates)
[![build](https://github.com/duncan3dc/dates/workflows/.github/workflows/buildcheck.yml/badge.svg?branch=main))](https://github.com/duncan3dc/dates/actions/workflows/coverage.yml)
[![coverage](https://codecov.io/gh/duncan3dc/dates/graph/badge.svg)](https://codecov.io/gh/duncan3dc/dates)## Installation
The recommended method of installing this library is via [Composer](//getcomposer.org/).
Run the following command from your project root:
```bash
$ composer require duncan3dc/dates
```## Changelog
A [Changelog](CHANGELOG.md) has been available since version 1.2.0## Where to get help
Found a bug? Got a question? Just not sure how something works?
Please [create an issue](//github.com/duncan3dc/dates/issues) and I'll do my best to help out.
Alternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)