2017 © Pedro Peláez
 

library vendus-sdk-php

Vendus SDK for PHP

image

vendus/vendus-sdk-php

Vendus SDK for PHP

  • Monday, April 16, 2018
  • by jorang
  • Repository
  • 1 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

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)

Sign up for a Vendus account

Before starting, please signup for a Vendus account, if you haven't already, and retrieve your API KEY., (*3)

System requirements

  • Curl installed
  • PHP 5.4 or greater with curl and openssl enabled
  • Composer (optional)

Additional requirements for Windows

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"
  • If your are using Wamp, besides editing the php.ini acessible through the system tray, you also have to edit the file located at c:\wamp\bin\php\phpX.x.x\
  • Restart all services.

Install the SDK

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

Using the SDK

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();

?>

Opening Issues

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)

The Versions

16/04 2018

dev-master

9999999-dev https://www.vendus.pt/

Vendus SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sdk vendus

06/04 2018

1.0.3

1.0.3.0 https://www.vendus.pt/

Vendus SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sdk vendus

06/03 2018

1.0.2

1.0.2.0 https://www.vendus.pt/

Vendus SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sdk vendus

05/02 2018

1.0.1

1.0.1.0 https://www.vendus.pt/

Vendus SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sdk vendus

05/02 2018

1.0

1.0.0.0 https://www.vendus.pt/

Vendus SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sdk vendus