stev / smart-bill-php-sdk
PHP Client SDK for SmartBill.ro API
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/stev/smart-bill-php-sdk
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: 2025-09-19 09:49:46 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.