rene-roscher / sevdesk-api
Installs: 590
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
pkg:composer/rene-roscher/sevdesk-api
Requires
- php: ^7.4.0|^8.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-06-09 10:28:16 UTC
README
This package make a connection to the sevdesk api and let you interact with it.
Installation
You can install the package via composer:
composer require exlo89/laravel-sevdesk-api
Usage
php artisan vendor:publish --tag=laravel-sevdesk-api
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email exlo89@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.