tractorscope/tractorscope-php

1.0.0 2024-02-04 19:01 UTC

This package is not auto-updated.

Last update: 2024-06-10 18:55:17 UTC


README

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';