rene-roscher / sevdesk-api
This package is abandoned and no longer maintained.
The author suggests using the exlo89/laravel-sevdesk-api package instead.
1.0
2021-04-13 01:50 UTC
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.