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.

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 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:

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

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version @stable
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 teamgate/php-api-sdk contains the following files

Loading the files please wait ....