GithubHelp home page GithubHelp logo

lipsworld / vendus-sdk-php Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vendus/vendus-sdk-php

0.0 2.0 0.0 52 KB

The Vendus SDK for PHP is a opensource library that enables PHP developers to easily integrate with Vendus API, made available by Vendus, an online invoicing software.

Home Page: https://www.vendus.pt/

License: MIT License

PHP 100.00%

vendus-sdk-php's Introduction

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.

By using this API, users can easily integrate third party software with Vendus.

Sign up for a Vendus account

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

Minimum requirements

To run the SDK, your system will need to meet some minimum requirements, including having PHP >= 5.4.

We highly recommend having it compiled with the cURL extension and cURL 7.16.2+ compiled with a TLS backend (e.g., NSS or OpenSSL).

Install the SDK

Using Composer is the recommended way to install the Vendus SDK for PHP.

The SDK is available via Packagist under the vendus/vendus-sdk-php package.

Run this command:

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.

We also have some Examples that may help you become familiar with all the concepts.

Basically, you instantiate Vendus\Api and then, while specifying an endpoind, you issue one of the methods available: list, get, create or update.

A basic example on how to get a list of documents:

<?php

require 'vendor/autoload.php';

$vendus    = new Vendus\Api('YOUR_API_KEY');
$documents = $vendus->documents->list();

?>

Opening Issues

If you encounter a bug with vendus-sdk-php we would like to hear about it.

Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue.

vendus-sdk-php's People

Contributors

jorang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.