Download the PHP package everbinding/econnect-psb-php without Composer
On this page you can find all versions of the php package everbinding/econnect-psb-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download everbinding/econnect-psb-php
More information about everbinding/econnect-psb-php
Files in everbinding/econnect-psb-php
Package econnect-psb-php
Short Description PHP example implementation for using the Procurement Service Bus.
License unlicense
Homepage https://psb.econnect.eu
Informations about the package econnect-psb-php
PHP Client
A reference implementation meant as an example how to use the PSB api using PHP.
Requirements
- PHP 7.2 or greater
Install
- Install library using
composer
.
Then include composer autoloader.
Configure
Login
Login using the default configuration.
Use api
Use the api using the default configuration after a successful login.
In this example we are calling the send sales invoice api. The user must have send permission on the provide sender partyId
. Also make sure the UBL is valid, otherwise it will be block for sending. The receiver partyId
is optional, the PSB will use the best possible route we no receiver partyId is provided.
Example client
There is a send an invoice via Peppol
.
Also there is a receive invoices from Peppol
.
Build your own source
Instead of using this code, you could also generate the php code yourself using the openapi-generator-cli
.
And use Jumbojett\OpenIDConnectClient
to get the access token.
You can also copy the code from: Authentication.php
Read more
If you want to know more about Peppol e-procurement or other procurement network the go to the Procurement Service Bus introduction page
.
All versions of econnect-psb-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
jumbojett/openid-connect-php Version ^0.9.2