PHPackages                             dream-group/dream-apply-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dream-group/dream-apply-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dream-group/dream-apply-sdk
===========================

Dream Apply SDK

8.0.1(4mo ago)419MITPHPPHP &gt;= 5.5

Since Aug 31Pushed 4mo ago5 watchersCompare

[ Source](https://github.com/dream-group/dream-apply-sdk)[ Packagist](https://packagist.org/packages/dream-group/dream-apply-sdk)[ RSS](/packages/dream-group-dream-apply-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (21)Used By (0)

Dream Apply SDK
===============

[](#dream-apply-sdk)

Dream Apply SDK is a client tool for the [Dream Apply API](http://docs.dreamgroup.info/doku.php?id=api:manual)

Installation
------------

[](#installation)

Since version 3.0.0 the SDK is [published on the Packagist](https://packagist.org/packages/dream-group/dream-apply-sdk).

```
composer require dream-group/dream-apply-sdk
```

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

[](#requirements)

PHP 5.5 or later.

This library requires a PSR-18 or HTTPlug compatible HTTP client to function.

Recommended clients:

- (PHP &gt;= 7.2) [guzzlehttp/guzzle](https://packagist.org/packages/guzzlehttp/guzzle) versions 7 and later
- (PHP &gt;= 7.1) [symfony/http-client](https://packagist.org/packages/symfony/http-client)
- (PHP &gt;= 5.5) [php-http/guzzle6-adapter](https://packagist.org/packages/php-http/guzzle6-adapter)

Full lists:

- [PSR-18](https://packagist.org/providers/psr/http-client-implementation) (recommended standard, PHP &gt;= 7.0)
- [HTTPlug](https://packagist.org/providers/php-http/client-implementation)

SDK and API versions
--------------------

[](#sdk-and-api-versions)

Supported SDK and API versions:

- SDK version 1 supports API version 3
- SDK version 2 supports API version 4
- SDK version 3 supports API version 5
- SDK version 8 supports API version 8

See [UPGRADE.md](UPGRADE.md) for upgrade instructions.

Initialization
--------------

[](#initialization)

```
