Skip to content

TractorScope/tractorscope-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tractorscope PHP

The Tractorscope PHP library provides convenient access to the Tractorscope API, Embed, and Share features from applications written in the PHP language.

Requirements

PHP 5.6.0 and later.

Composer

You can install the bindings via Composer. Run the following command:

composer require tractorscope/tractorscope-php

To use the bindings, use Composer's autoload:

require __DIR__ . '/vendor/autoload.php';

Manual Installation

If you do not use Composer, you can download the latest release.

require_once '/path/to/tractorscope-php/init.php';

About

PHP Library for Tractorscope

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages