dev-master
9999999-dev https://www.vendus.pt/Vendus SDK for PHP
MIT
The Requires
- php >=5.4.0
api sdk vendus
Wallogit.com
2017 © Pedro Peláez
Vendus SDK for PHP
Vendus SDK for PHP is an opensource library that enables PHP developers to integrate with Vendus API, made available by Vendus, an online invoicing software., (*1)
By using this API, users can easily integrate third party software with Vendus., (*2)
Before starting, please signup for a Vendus account, if you haven't already, and retrieve your API KEY., (*3)
If you get errors like "SSL certificate error: unable to get local issuer certificate", you should follow these steps: - Download bundle certificate: https://curl.haxx.se/ca/cacert.pem. - Copy cacert.pem to a local folder - eg: c:\wamp\ - Open your php.ini and add the following lines at the end, (*4)
curl.cainfo="C:/wamp/cacert.pem" openssl.cafile="C:/wamp/cacert.pem"
Using Composer is the recommended way to install the Vendus SDK for PHP., (*5)
The SDK is available via Packagist under the vendus/vendus-sdk-php package., (*6)
Run this command:, (*7)
composer require vendus/vendus-sdk-php
The best way to become familiar with how to use the SDK is to read the Documentation., (*8)
We also have some Examples that may help you become familiar with all the concepts., (*9)
Basically, you instantiate Vendus\Api and then, while specifying an endpoind, you issue one of the methods available: list, get, create or update., (*10)
A basic example on how to get a list of documents:, (*11)
documents->list(); ?>
If you encounter a bug with vendus-sdk-php we would like to hear about it., (*12)
Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue., (*13)
Vendus SDK for PHP
MIT
api sdk vendus