Skip to content

mrbig00/Oblio-PHP-API-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oblio PHP API Client

Super-simple, minimum abstraction Oblio API wrapper, in PHP

Installation

Use the package manager composer to install the Oblio API Wrapper.

composer require mrbig00/oblio-php-api-client

Usage

$client = new \mrbig00\Oblio\Api\Client(
    'batman@superman.com',
    'clientSecret'
);

$client->getCompanies(['cif' => 'YOUR_CIF']);
$client->getVatRates(['cif' => 'YOUR_CIF']);

Available methods

  • getClients
  • getProducts
  • getSeries
  • getLanguages
  • getManagement
  • getVatRates
  • addProforma
  • addNotice
  • addInvoice
  • getInvoice
  • getProforma
  • getNotice
  • cancelInvoice
  • cancelProforma
  • cancelNotice
  • deleteInvoice
  • deleteProforma
  • deleteNotice
  • restoreInvoice
  • restoreProforma
  • restoreNotice

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Super-simple, minimum abstraction Oblio API wrapper, in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages