https://github.com/roundpartner/tempus-php
PHP Library that integrates into Tempus Micro Service
https://github.com/roundpartner/tempus-php
Last synced: 27 days ago
JSON representation
PHP Library that integrates into Tempus Micro Service
- Host: GitHub
- URL: https://github.com/roundpartner/tempus-php
- Owner: roundpartner
- License: mit
- Created: 2017-11-22T01:53:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T13:18:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T01:31:45.935Z (over 1 year ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempus PHP
PHP Library that integrates into Tempus Micro Service
```bash
composer require roundpartner/tempus-php
```
## Clean code
```bash
./vendor/bin/phpcbf --standard=psr2 ./src ./tests
```
## Testing
```bash
vendor/bin/phpunit
```