https://github.com/purplebooth/prioritiseddateranges
https://github.com/purplebooth/prioritiseddateranges
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplebooth/prioritiseddateranges
- Owner: PurpleBooth
- License: mit
- Archived: true
- Created: 2016-07-12T19:50:02.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:47:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T11:49:45.890Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Prioritised Date Ranges
[](https://scrutinizer-ci.com/g/PurpleBooth/PrioritisedDateRanges/?branch=master)
[](https://scrutinizer-ci.com/g/PurpleBooth/PrioritisedDateRanges/?branch=master)
[](https://scrutinizer-ci.com/g/PurpleBooth/PrioritisedDateRanges/build-status/master)
This is a PHP library that helps you take multiple date ranges, and combine them into a single range depending decided
on by a priority.
For example
Given we have three ranges of priority 1, 2 and 3, where each repetition represents any period of time.
```
111 11111
2222
3333 333
```
This library can help you combine them to form
```
111211111 333
```
## Getting Started
TODO
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull
requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the
[tags on this repository](https://github.com/purplebooth/prioritiseddateranges/tags).
## Authors
See the list of [contributors](https://github.com/purplebooth/prioritiseddateranges/contributors) who participated in
this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details