Download the PHP package devability/laravel-cafebazaar without Composer
On this page you can find all versions of the php package devability/laravel-cafebazaar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devability/laravel-cafebazaar
More information about devability/laravel-cafebazaar
Files in devability/laravel-cafebazaar
Package laravel-cafebazaar
Short Description Cafebazaar development api package
License MIT
Homepage https://github.com/devability/laravel-cafebazaar
Informations about the package laravel-cafebazaar
Laravel Cafebazaar API implementation
Cafebazaar uses a non standard implementation of OAuth2.0
, with this package you can use cafebazaar api without all of the headache that it brings.
Also Official Documents are not clear and not complete at all.
Requirements
- Laravel 5.5 ~ 8.+
Installation
You can install the package via composer:
You have to publish the configuration
Usage
Add a redirect route
Open up Cafebazaar developer panel and create a new client with redirect url you specified
Configure config/laravel-cafebazaar.php
Then run
Open up the link and authorize the application
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 [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cafebazaar with dependencies
guzzlehttp/guzzle Version ^6.5|^7.0
illuminate/support Version ^5.0|^6.0|^7.0|^8.0