PHPackages                             softwarepunt/psinfoodservice-api-client - 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. softwarepunt/psinfoodservice-api-client

ActiveLibrary[API Development](/categories/api)

softwarepunt/psinfoodservice-api-client
=======================================

Unofficial PHP API Client for PS in foodservice Web API (PS-API)

v1.1.0(2y ago)1585↓50%MITPHPPHP &gt;=8.2

Since Jul 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SoftwarePunt/psinfoodservice-api-client)[ Packagist](https://packagist.org/packages/softwarepunt/psinfoodservice-api-client)[ RSS](/packages/softwarepunt-psinfoodservice-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

psinfoodservice-api-client
==========================

[](#psinfoodservice-api-client)

***Unofficial* PHP API Client for PS in foodservice Web API (PS-API)**

[![PHPUnit](https://github.com/SoftwarePunt/psinfoodservice-api-client/actions/workflows/phpunit.yml/badge.svg)](https://github.com/SoftwarePunt/psinfoodservice-api-client/actions/workflows/phpunit.yml)[![Version](https://camo.githubusercontent.com/0e3ea6d6a8752dc36a5e91cb865894f99a1ca91a0f2d6dfde98c410afd81a1df/687474703a2f2f706f7365722e707567782e6f72672f736f66747761726570756e742f7073696e666f6f64736572766963652d6170692d636c69656e742f76657273696f6e)](https://packagist.org/packages/softwarepunt/psinfoodservice-api-client)

This library helps you interact with the PS-API, version 6.

   🌍 **PS in foodservice**    📕 **API documentation**    📦 **Composer package** [softwarepunt/psinfoodservice-api-client](https://packagist.org/packages/softwarepunt/psinfoodservice-api-client)  ⚠ **Heads up - Limited scope:** this library currently only supports retrieving product information. PRs for other API features are welcome. :)

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

[](#installation)

### Requirements

[](#requirements)

- PHP 8.2+
    - with extensions: curl, simplexml
- [Composer](https://getcomposer.org/)

### Setup

[](#setup)

Use Composer to add the package as a dependency to your project:

```
composer require softwarepunt/psinfoodservice-api-client
```

Usage
-----

[](#usage)

### Getting started

[](#getting-started)

To begin, include the Client and set your credentials and options.

🔒 If you do not have credentials yet, [contact PS in foodservice](https://webapi.psinfoodservice.com/V6/prod/Home/EN) to request them first.

```
