PHPackages                             pilarik31/laravel-teamwork - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pilarik31/laravel-teamwork

ActiveLibrary

pilarik31/laravel-teamwork
==========================

A Laravel wrapper for the Teamwork API

01PHP

Since Mar 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pilarik31/laravel-teamwork)[ Packagist](https://packagist.org/packages/pilarik31/laravel-teamwork)[ RSS](/packages/pilarik31-laravel-teamwork/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

A Teamwork.com API for Laravel 5
================================

[](#a-teamworkcom-api-for-laravel-5)

Access your Teamwork.com data in an easy, fluent, API for Laravel 5.

Look at all the fun you can have!

[![code sample](https://camo.githubusercontent.com/f8572e3774669b1b3d07e7e5ec67842eeaceb64dbc77119dab926a44c1c9f025/68747470733a2f2f7371756172656269742e696f2f73746f726167652f70726f64756374732f31362f527764394b6832585a6359777571716e796e3875655937665073784e776c6a4d73636643594c33622e706e67)](https://camo.githubusercontent.com/f8572e3774669b1b3d07e7e5ec67842eeaceb64dbc77119dab926a44c1c9f025/68747470733a2f2f7371756172656269742e696f2f73746f726167652f70726f64756374732f31362f527764394b6832585a6359777571716e796e3875655937665073784e776c6a4d73636643594c33622e706e67)

Still not sure? Check out the [API cheat sheet](https://squarebit.io/zschuessler/dovetail/documentation/getting-started/api-request-cheat-sheet)for a look at how you'll interact with the API.

Quickstart Guide
================

[](#quickstart-guide)

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

**Configure API Settings**

```
php artisan vendor:publish --provider="SquareBit\Dovetail\ServiceProvider"
```

You can now set your default API key and Teamwork.com domain in `config/dovetail.php`.

Need a key? See the Teamwork.com docs: [Getting your API Key](https://developer.teamwork.com/introduction#so_how_do_you_get)

**Usage**

Let's get your latest account activity, shall we?

```
