artistfy / kontor-php-sdk
PHP SDK for kontor's API
v1.0.5
2025-01-03 17:13 UTC
Requires
- php: ^8.3
- illuminate/collections: ^11.36
- saloonphp/saloon: ^3.0
Requires (Dev)
- laravel/pint: ^1.0
- phpunit/phpunit: ^10.3.2
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2025-01-27 07:49:44 UTC
README
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require artistfy/kontor-php-sdk
Usage
$kontor = new Kontor($username, $password); $response = $konter ->send(new SearchAlbumRequest(productCode: 'XXXXXXXXXXXXXX')->sole()); $album = $response->dto();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.