Download the PHP package psw-group/api-v1 without Composer
On this page you can find all versions of the php package psw-group/api-v1. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download psw-group/api-v1
More information about psw-group/api-v1
Files in psw-group/api-v1
Package api-v1
Short Description Client for the API of PSW GROUP
License MIT
Homepage https://github.com/psw-group/api-v1
Informations about the package api-v1
PSW GROUP API
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
If composer is not yet on your system, follow the instructions on 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:
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 discovery to find installed implementations.
For example if you want to use Guzzle as HTTP client execute:
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.
There are a number of files in the examples folder, which show you how to get started quickly.
Documentation
For more detailed information you can check the docs folder.
License
The MIT License (MIT). Please see License File for more information.
All versions of api-v1 with dependencies
ext-json Version *
binsoul/net-hal-client Version ^0.2
php-http/discovery Version ^1