PHPackages                             abbadon1334/scloby-client-api - 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. [API Development](/categories/api)
4. /
5. abbadon1334/scloby-client-api

ActiveLibrary[API Development](/categories/api)

abbadon1334/scloby-client-api
=============================

14PHP

Since Feb 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/abbadon1334/SclobyClientApi)[ Packagist](https://packagist.org/packages/abbadon1334/scloby-client-api)[ RSS](/packages/abbadon1334-scloby-client-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

SwaggerClient-php
=================

[](#swaggerclient-php)

[](https://developer.scloby.com/apidoc/assets/documentation.json) **Introduction** **The authentication token is issued via Oauth2 standard ( )** You can apply for a Scloby test account on our developer portal **** Here is your **ClientId** and **ClientSecret** for tests: **client\_id**: SclobyApiDocs **client\_secret**: DdyPNPvfPOGa0Izjct0C **All data is JSON format, and the Content-Type header of POST/PUT request must be set to application/json.** **Search Parameters** You can perform a search in a collection using all first level properties in combination with some parameter, or specifying a value: property = VALUE if you are searching for all items with a specific property value property\_since = MIN\_VALUE if you are searching for all items with property value greater (or equal) than MIN\_VALUE property\_max = MAX\_VALUE if you are searching for all items with property value smaller (or equal)than MAX\_VALUE property\_like = LIKE\_VALUE if you are searching for a substring content. You can use property\_since and property\_max in order to simulate **between** operator If you are using *equal* operator, all other operators for that parameter *will be ingnored* If you are using \_max or \_since operator in strings, the alphabetical ordering will be used

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
