PHPackages                             dotcommerce/seoshop-php - 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. dotcommerce/seoshop-php

ActiveLibrary[API Development](/categories/api)

dotcommerce/seoshop-php
=======================

PHP client for the SEOshop API

v1.8(10y ago)01122MITPHPPHP &gt;=5.3.0

Since Sep 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/TheDevilOnLine/API-PHP-Client)[ Packagist](https://packagist.org/packages/dotcommerce/seoshop-php)[ Docs](http://developers.seoshop.com)[ RSS](/packages/dotcommerce-seoshop-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (17)Used By (0)

[![SEOshop](https://camo.githubusercontent.com/99cda451fa75825abe82307aad409ffde30d7a3c34e53affdab9397252a9f49a/687474703a2f2f7777772e67657473656f73686f702e636f6d2f6173736574732f6766782f73656f73686f702d6c6f676f2e6d696e2e706e67)](https://camo.githubusercontent.com/99cda451fa75825abe82307aad409ffde30d7a3c34e53affdab9397252a9f49a/687474703a2f2f7777772e67657473656f73686f702e636f6d2f6173736574732f6766782f73656f73686f702d6c6f676f2e6d696e2e706e67)

[![Latest Stable Version](https://camo.githubusercontent.com/ce38fb8c6f4b28b67c9349c37aba314feadddacb891cd340fb3a3cf121cc3238/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f74636f6d6d657263652f73656f73686f702d7068702e737667)](https://packagist.org/packages/dotcommerce/seoshop-php)[![License](https://camo.githubusercontent.com/505fe3a551fc6e64816f64cee81471b04e7ef943170e4f994c249982b3fd4290/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/505fe3a551fc6e64816f64cee81471b04e7ef943170e4f994c249982b3fd4290/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)

SEOshop PHP API client ++
=========================

[](#seoshop-php-api-client-)

This package is a convenience wrapper to communicate with the SEOshop REST-API, modified and ammended by DotCommerce.

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

[](#installation)

For the installation of the client, there are 2 ways. The composer way is preferable, but not always possible.

### Composer

[](#composer)

Include the package in your `composer.json` file

```
{
    "require": {
        "dotcommerce/seoshop-php": "~1.7"
    }
}
```

...then run `composer update` and load the composer autoloader:

```
