PHPackages                             justimmo/php-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. [API Development](/categories/api)
4. /
5. justimmo/php-sdk

ActiveLibrary[API Development](/categories/api)

justimmo/php-sdk
================

PHP-SDK for the JUSTIMMO API

1.3.0(5mo ago)548.8k5[3 issues](https://github.com/justimmo/php-sdk/issues)1MITPHPPHP &gt;=8.1CI passing

Since Jan 3Pushed 5mo ago17 watchersCompare

[ Source](https://github.com/justimmo/php-sdk)[ Packagist](https://packagist.org/packages/justimmo/php-sdk)[ RSS](/packages/justimmo-php-sdk/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (89)Used By (1)

JUSTIMMO PHP-SDK
================

[](#justimmo-php-sdk)

[![CI](https://github.com/justimmo/php-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/justimmo/php-sdk/actions/workflows/ci.yml)[![Latest Version](https://camo.githubusercontent.com/c5b77af618befefcbc20184f88d9ea738d7d230b2b31ab3f6f3005447f1f45ce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6a757374696d6d6f2f7068702d73646b2e737667)](https://github.com/justimmo/php-sdk/releases)[![License](https://camo.githubusercontent.com/3954c5ecd14e2624e6f7a30d9e7dbe1781e90ec71c1b9f5a24c9eafe6a2be4a7/68747470733a2f2f706f7365722e707567782e6f72672f6a757374696d6d6f2f7068702d73646b2f6c6963656e73652e737667)](https://packagist.org/packages/justimmo/php-sdk)[![Total Downloads](https://camo.githubusercontent.com/3afe43bf1d497879aeb524b0c8a6452b263f9ddf8ef4c8fd0c2a43a75d77994d/68747470733a2f2f706f7365722e707567782e6f72672f6a757374696d6d6f2f7068702d73646b2f646f776e6c6f6164732e737667)](https://packagist.org/packages/justimmo/php-sdk)

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

[](#installation)

#### Composer (recommended)

[](#composer-recommended)

```
$ composer require justimmo/php-sdk "~1.2"

```

Composer generates a vendor/autoload.php file. You can simply include this file

```
require_once __DIR__.'/vendor/autoload.php';
```

If composer is not available you can set it up

```
$ curl -s https://getcomposer.org/installer | php

```

For more install options please refer to the [Composer Documentation](https://getcomposer.org/download/)

#### manually

[](#manually)

- Download the latest stable release of php-sdk
- Download
- Extract php-sdk into your projects vendor folder
- Extract log into the src folder of php-sdk

```
require_once 'path_to_extraction/src/autoload.php';
```

Documentation
-------------

[](#documentation)

[Read the full documentation](http://justimmo.github.io/php-sdk/index.html)

Usage Example
-------------

[](#usage-example)

```
