Download the PHP package xyrotech/orin without Composer
On this page you can find all versions of the php package xyrotech/orin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xyrotech/orin
More information about xyrotech/orin
Files in xyrotech/orin
Package orin
Short Description Discog PHP Client
License MIT
Homepage https://github.com/xyrotech/orin
Informations about the package orin
Discogs PHP Client
Orin is a Discogs API PHP client library which utilizes GuzzleHttp.
Installation
You can install the package via composer:
Requirements
PHP >= 7.4
Usage
Copy the config file.
Plain PHP
Laravel
Output
This library follows the API Documentation heavily. All endpoints have a corresponding methods. i.e. All Label Release would have the equivalent method below
Testing
Clone the repository and install dependencies:
Create your own config.php based on /tests/configs/config.test.php
with your own authentication. Be sure to change the username at the bottom of the config to match the account information.
Orders may not work properly as it would require you to create a listing and buy it using another account to push the order to the "SOLD" status.
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
- Adekunle Adelakun
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of orin with dependencies
guzzlehttp/guzzle Version ^7.0
spatie/guzzle-rate-limiter-middleware Version ^2.0
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.37