stev / smart-bill-php-sdk
PHP Client SDK for SmartBill.ro API
dev-master
2024-09-19 07:25 UTC
Requires
- php: >8.1
- symfony/http-client: ^7.1
- symfony/property-access: ^7.1
- symfony/serializer: ^7.1
Requires (Dev)
- symfony/dotenv: ^7.1
- symfony/var-dumper: ^7.1
This package is auto-updated.
Last update: 2024-10-19 07:43:59 UTC
README
This library is a helper library to consume SmartBill REST API.
Currently it covers only the following API actions:
- Create new invoice
- Create new quote
- Convert quote to invoice
- Create new payment
- Download invoice PDF
- Download quote PDF
- Check invoice state
- Check quote state
Installation
composer require stev/smart-bill-php-sdk
Usage
Check the samples folder.
If you will use it in a Symfony app, then you only need Stev\SmartBillClient\SmartBillAPI which should be automatically registered by Symfony as a service. Otherwise you need to register it manually.