PHPackages                             gedankengut/gsales-api-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. gedankengut/gsales-api-php

ActiveLibrary[API Development](/categories/api)

gedankengut/gsales-api-php
==========================

GSALES 3 REST PHP Client Library using PSR-17 and PSR-18

v3.0.4(2mo ago)1731[1 issues](https://github.com/Gedankengut/gsales-api-php/issues)MITPHPPHP ^8

Since Sep 18Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Gedankengut/gsales-api-php)[ Packagist](https://packagist.org/packages/gedankengut/gsales-api-php)[ Docs](https://gsales.de)[ RSS](/packages/gedankengut-gsales-api-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (20)Versions (6)Used By (0)

GSALES 3 REST API PHP Client Library using PSR-17 and PSR-18
============================================================

[](#gsales-3-rest-api-php-client-library-using-psr-17-and-psr-18)

The GSALES PHP library provides convenient and easy access to the GSALES 3 REST API from applications written in the PHP language.

It includes a pre-defined set of classes for API resources and entities that makes it fast forward for developers to interact with GSALES 3.

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

[](#requirements)

PHP 8 and later.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require gedankengut/gsales-api-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

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

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

[](#getting-started)

Simple usage looks like:

```
