PHPackages                             psw-group/api-v1 - 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. psw-group/api-v1

ActiveLibrary[API Development](/categories/api)

psw-group/api-v1
================

Client for the API of PSW GROUP

2.0.0(3y ago)5844↑200%1[4 issues](https://github.com/psw-group/api-v1/issues)MITPHPPHP ^8.0

Since Apr 30Pushed 2y ago3 watchersCompare

[ Source](https://github.com/psw-group/api-v1)[ Packagist](https://packagist.org/packages/psw-group/api-v1)[ Docs](https://github.com/psw-group/api-v1)[ RSS](/packages/psw-group-api-v1/feed)WikiDiscussions master Synced 1mo ago

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

PSW GROUP API
=============

[](#psw-group-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5b0783ca4151abd42a65d1a8cb8bae2a74eb57721a685ba063f2ed69d89ecc18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7073772d67726f75702f6170692d76312e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/psw-group/api-v1)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/ba42c013a12c5626c1ffbe65d7ff2673ba429ad6177647c4e5517f89ed0e40b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7073772d67726f75702f6170692d76312e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/psw-group/api-v1)

Our API empowers customers to build amazing new apps or websites using PSW GROUP shop data and services. This SDK provides all the code necessary for the integration of our API into your projects.

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

[](#installation)

If composer is not yet on your system, follow the instructions on [getcomposer.org](https://getcomposer.org) to do so.

To add the psw-group/api-v1 dependency to your project, simply run the following command from the root of your project:

```
$ composer require psw-group/api-v1
```

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

[](#requirements)

You will need a recent version of PHP, at least PHP 8.1.

This package requires PSR-17 compatible request/URI factories and a PSR-18 compatible HTTP client. If no factories are supplied, it uses [PHP-HTTP](https://php-http.org) discovery to find installed implementations.

For example if you want to use [Guzzle](http://guzzlephp.org) as HTTP client execute:

```
$ composer require http-interop/http-factory-guzzle php-http/guzzle7-adapter
```

Usage
-----

[](#usage)

Create a client for the environment (test or production) you want to use. Inject it into a repository. Repositories then allow you to load single resources or collections of resources and provide methods to execute operations on those resources.

```
