Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)