https://github.com/phpexpertsinc/workdays.phpexperts.pro
A public API implementation of phpexperts/workday-planner.
https://github.com/phpexpertsinc/workdays.phpexperts.pro
Last synced: 10 months ago
JSON representation
A public API implementation of phpexperts/workday-planner.
- Host: GitHub
- URL: https://github.com/phpexpertsinc/workdays.phpexperts.pro
- Owner: PHPExpertsInc
- Created: 2025-03-23T03:10:20.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-06-04T09:09:31.000Z (about 1 year ago)
- Last Synced: 2025-07-31T01:34:54.855Z (11 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.cc-by-nd.actual.md
Awesome Lists containing this project
README
# workdays.phpexperts.pro
[![Maintainability]()]()
[![Test Coverage]()]()
workdays.phpexperts.pro is a PHP Experts, Inc., public REST API service.
It will tell you the following:
* Is today a holiday in a country?
* When is the next holiday in a country?
* Generate an array of workdays in a given date range.
Minimum supported PHP version: 8.2.
### Core Dependencies
* [phpexperts/workday-planner](https://github.com/PHPExpertsInc/WorkdayPlanner)
* [phpexperts/mini-api-base](https://github.com/PHPExpertsInc/MiniApiBase)
* [phpexperts/mini-api-core](https://github.com/PHPExpertsInc/MiniApiCore)
* [minicli/minicli (PHP Experts' fork)](https://github.com/PHPExperts-Contribs/minicli)
* [pecee/simple-router](https://github.com/skipperbent/simple-php-router)
* [phpexperts/console-painter](https://github.com/PHPExpertsInc/ConsolePainter)
* [phpexperts/laravel-env-polyfill](https://github.com/PHPExpertsInc/Laravel57-env-polyfill)
* [phpexperts/rest-speaker](https://github.com/PHPExpertsInc/RESTSpeaker)
* [phpexperts/simple-dto](https://github.com/PHPExpertsInc/SimpleDTO)
## Installation
Via Composer
```bash
composer create-project phpexperts/workdays.phpexperts.pro api.my.site
```
## Usage
You can instantly launch this via Docker by running `docker compose up -d`.
## Use cases
✔ Rapidly start up a project right.
✔ Less time spent on boilerplating a git repo.
✔ Conforms to the most widely-deployed PHP layout.
✔ Fully compatible with the Bettergist Collective recommendation.
## Testing
```bash
phpunit
```
## Contributors
[Theodore R. Smith](https://www.phpexperts.pro/])
GPG Fingerprint: 4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690
CEO: PHP Experts, Inc.
## License
Creative Commons Attribution No Derivatives v4.0 license.
Please see the [license file](LICENSE.cc-by-nd.md) for more information.