Dovetail is a good Laravel package that we can use to access our Teamwork.com data in an easy, fluent, API for Laravel 5.

laravel dovetail

Install

composer require squarebit/dovetail

If you aren't on Laraqve 5.5+, you must manually add the service provider to your app/config.php file:

/**
 * Custom Service Providers
 */
SquareBit\Dovetail\ServiceProvider::class,