Download the PHP package squarebit/dovetail without Composer

On this page you can find all versions of the php package squarebit/dovetail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dovetail

A Teamwork.com 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

Still not sure? Check out the API cheat sheet for a look at how you'll interact with the API.

Quickstart Guide

Install

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

Configure API Settings

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

Usage

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

Want to change who you are authenticated as? That's easy too. You can either set the config programmatically with methods, or pass in an ApiClient object:

Full API Cheat Sheet

Thirsty for more? Check out the full API cheat sheet:

https://squarebit.io/zschuessler/dovetail/documentation/getting-started/api-request-cheat-sheet

Want to see the official Quickstart Guide? It's here:

https://squarebit.io/zschuessler/dovetail/documentation/getting-started/quickstart-guide

Roadmap

The following endpoints will be added before 02/28/2018:

For business users, full webhook support will be available 03/01/2018. You'll get full ability to consume and respond to Teamwork.com events as they happen - woohoo! You can get an unlimited usage license on the SquareBit.io Dovetail page.

Unit Tests

This package has over 75+ unit tests and growing. If interested please see the business license on SquareBit.io.

License

If you are a business or intending on commercial use, please pay for a license: Dovetail on SquareBit.io.

If you intend on using this repository without commercial use, the code is licensed under Creative Commons Attribution NonCommercial (CC-BY-NC).


All versions of dovetail with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version 5.3.*||5.4.*||5.5.*
guzzlehttp/guzzle Version ~6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package squarebit/dovetail contains the following files

Loading the files please wait ....