PHPackages                             amandiobm/rustici-engine-api-v2-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. amandiobm/rustici-engine-api-v2-client-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

amandiobm/rustici-engine-api-v2-client-php
==========================================

Rustici Engine API V2 Client (PHP)

22.0.3(5mo ago)16.6k↓50%proprietaryPHPPHP ^7.3 || ^8.0

Since Dec 16Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/amandiobm/rustici-engine-api-v2-client-php)[ Packagist](https://packagist.org/packages/amandiobm/rustici-engine-api-v2-client-php)[ Docs](https://rustici-docs.s3.amazonaws.com/engine/22.x/api/apiV2.html)[ RSS](/packages/amandiobm-rustici-engine-api-v2-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (7)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

Rustici Engine API

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "git@github.com:amandiobm/rustici-engine-api-v2-client-php"
    }
  ],
  "require": {
    "amandiobm/rustici-engine-api-v2-client-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
