Download the PHP package teamgate/php-api-sdk without Composer
On this page you can find all versions of the php package teamgate/php-api-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teamgate/php-api-sdk
More information about teamgate/php-api-sdk
Files in teamgate/php-api-sdk
Package php-api-sdk
Short Description Teamgate API SDK for PHP
License MIT
Homepage https://github.com/teamgate/php-sdk
Informations about the package php-api-sdk
Teamgate API SDK for PHP
A cloud-based intelligent Sales CRM for small and mid-size teams. With its simple yet playful interface, Teamgate is a great sales stack for today’s business. See https://www.teamgate.com for details. This is the official Teamgate API wrapper-client for PHP based apps, distributed by Teamgate Ltd. freely under the MIT licence.
Prerequisites
You will need to make sure your server meets the following requirements:
- PHP >= 5.5
- The PHP cURL extension
Getting Started
You can install via composer or by downloading the source. Teamgate API client utilizes Composer to manage its dependencies. So, before using Teamgate API client, make sure you have Composer installed on your machine.
Install Composer In Your Project
Run this in your command line:
Installation
To install run:
Autoloading
For libraries that specify autoload information, Composer generates a vendor/autoload.php
file. You can simply include this file and you will get autoloading for free.
Basic Usage
Here's a quick example that will list some deals from your Teamgate account:
Lead management is an important part of any sales process. Create a new lead automatically whenever a visitor fills out a form on your site:
Error Handling
When you instantiate a client or make any request via service objects, exceptions can be raised for multiple of reasons e.g. a server error, an authentication error, an invalid params and etc.
Below shows how to properly handle exceptions:
Advanced Usage
For example retrieve all companies from your Teamgate account and change their logos by website domain through Clearbit API:
Documentation
The documentation for the Teamgate API is located at http://docs.teamgate.com/reference/
Getting Help
If you need help installing or using the library, please contact Teamgate Support at [email protected]
.
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
All versions of php-api-sdk with dependencies
ext-curl Version @stable