Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boshurik/orange-data
- Owner: BoShurik
- Created: 2019-12-26T11:59:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T13:18:06.000Z (about 1 year ago)
- Last Synced: 2024-12-22T01:09:38.393Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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