PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ken Burcham   Algorithmia PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Algorithmia PHP
Use the AI services of Algorithmia API
Author: By
Last change:
Date: 5 years ago
Size: 589 bytes
 

Contents

Class file image Download
{ "name": "algorithmia/algorithmia", "description": "PHP Client for Algorithmia.com", "homepage": "https://algorithmia.com", "license": "MIT", "authors": [ { "name": "Jon Peck", "email": "jpeck@algorithmia.com" }, { "name": "Ken Burcham", "email": "kenburcham@gmail.com" } ], "require": { "guzzlehttp/guzzle": "^6.3" }, "require-dev": { "phpunit/phpunit": "^5" }, "autoload": { "psr-0": { "Algorithmia": "src/" } } }