Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boshurik/orange-data

OrangeData API client
https://github.com/boshurik/orange-data

Last synced: 4 days ago
JSON representation

OrangeData API client

Awesome Lists containing this project

README

        

# [OrangeData][1] API Client

[![Build Status](https://travis-ci.com/BoShurik/orange-data.svg?branch=master)][2]

## API Version

2.25.0

## Usage

```php
$client = (new ClientBuilder(
PRIVATE_KEY,
PRIVATE_KEY_PASSWORD,
CERT,
CERT_PASSWORD,
SSL_KEY,
SSL_KEY_PASSWORD,
VERIFY,
ENDPOINT
))->build();

$document = new Document(uniqid(), INN, new Content(/*...*/));

$client->document($document);
```

## Examples

See [examples][3] dir

[1]: https://orangedata.ru/
[2]: https://travis-ci.com/BoShurik/orange-data
[3]: https://github.com/BoShurik/orange-data/tree/master/examples