PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dariusz   Intercom PHP Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Intercom PHP Class
Wrapper to access the Intercom API
Author: By
Last change:
Date: 4 years ago
Size: 512 bytes
 

Contents

Class file image Download
{ "name": "darkin1/intercom", "description": "Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x", "keywords": ["laravel", "intercom", "intercom.io", "api", "guzzle"], "license": "MIT", "authors": [{ "name": "Dariusz Ciesielski", "email": "dciesielski87@gmail.com" }], "require": { "php": ">= 5.6", "intercom/intercom-php" : "^3.0" }, "autoload": { "psr-4": { "Darkin1\\Intercom\\": "src/" } }, "minimum-stability": "dev" }