Installation
============

requirements
************

This library requires following aspects of interpreter to be satisfied:

- PHP 5.3 or higher
- SSL support enabled
- ``allow_url_fopen`` flag set to ``on``
- compiled JSON extension (in the most of cases, available out-of-the-box)

installation
************

There are two ways to get and install the SDK into application:

- using Composer - in project directory call ``composer require dreamcommerce/shop-appstore-lib``
- manual archive extraction - download an `archive <https://github.com/dreamcommerce/shop-appstore-lib/archive/master.zip>`_ and extract its contents into project directory

