An open API service indexing awesome lists of open source software.

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

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
```