pdik / laravelexactonline
Laravel exactonline package
Requires
- php: ^7.4
- illuminate/console: ^8.0
- illuminate/database: ^8.0
- illuminate/events: ^8.0
- illuminate/queue: ^8.0
- illuminate/routing: ^8.0
- illuminate/support: ^8.0
- illuminate/view: ^8.0
- picqer/exact-php-client: ^3.40.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: 9.5.10
This package is auto-updated.
Last update: 2025-03-09 00:11:46 UTC
README
PHP client library for the Exact Online API. This client lets you integrate with Exact Online, for example by:
- creating and sending invoices,
- add journal entries,
- or upload received invoices.
Wanted to use Exact online in your Laravel application. We build a easy Laravel wrapper based on the https://github.com/picqer/exact-php-client
installation:
First, make sure to add the following keys to your .env file.
EXACT_CLIENT_ID EXACT_CLIENT_SECRET EXACT_WEBHOOK
The package made the Oauth connection simple and stores the tokens in DB. This allows you to use the client with multiple users. The focus was to support the Exact webhooks to trigger laravel events to make it is easy to integrate with your application.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.