Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compwright/servicetitan
ServiceTitan v2 API client for PHP
https://github.com/compwright/servicetitan
openapi psr-7 rest-client
Last synced: 9 days ago
JSON representation
ServiceTitan v2 API client for PHP
- Host: GitHub
- URL: https://github.com/compwright/servicetitan
- Owner: compwright
- Created: 2022-04-15T17:55:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T20:27:23.000Z (over 2 years ago)
- Last Synced: 2024-10-13T19:36:34.895Z (about 1 month ago)
- Topics: openapi, psr-7, rest-client
- Language: PHP
- Homepage: https://packagist.org/packages/compwright/servicetitan
- Size: 1.44 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ServiceTitan v2 API client for PHP
ServiceTitan v2 API client for PHP
For more information, please visit [https://developer.servicetitan.io](https://developer.servicetitan.io).
## Installation
Install via Composer:
```
composer require compwright/servicetitan
```## Usage
See [example.php](example/example.php)
## Tests
To run the tests, use:
```bash
composer install
composer run test
```## Author
Jonathon Hill, CompWright Enterprises LLC (https://compwright.com)