PHPackages                             devability/laravel-cafebazaar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. devability/laravel-cafebazaar

ActiveLibrary[API Development](/categories/api)

devability/laravel-cafebazaar
=============================

Cafebazaar development api package

v1.0.1(5y ago)08MITPHPPHP ^7.2

Since Feb 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/devability/laravel-cafebazaar)[ Packagist](https://packagist.org/packages/devability/laravel-cafebazaar)[ Docs](https://github.com/devability/laravel-cafebazaar)[ RSS](/packages/devability-laravel-cafebazaar/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Laravel Cafebazaar API implementation
=====================================

[](#laravel-cafebazaar-api-implementation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/253b70a7fd59d2335f2e8f841afd0b7e88bcfbbdebe4b958bd2c5e81bd838adc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465766162696c6974792f6c61726176656c2d6361666562617a6161722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devability/laravel-cafebazaar)[![Build Status](https://camo.githubusercontent.com/4e53c34345cf95fa2765d634ec93f9397fad4089b2cee271152bea758c401777/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6465766162696c6974792f6c61726176656c2d6361666562617a6161722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/devability/laravel-cafebazaar)[![Quality Score](https://camo.githubusercontent.com/8e5de20e8144a27942baafba4fd0f7cc5ab81e61ef1923b76a8452b94131c232/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6465766162696c6974792f6c61726176656c2d6361666562617a6161722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devability/laravel-cafebazaar)[![Total Downloads](https://camo.githubusercontent.com/ce51e375984337202586f8d9c72b04a15c6bbb0fbcc504cb86d63f5946367578/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465766162696c6974792f6c61726176656c2d6361666562617a6161722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devability/laravel-cafebazaar)

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](http://developers.cafebazaar.ir/fa/docs/) are not clear and not complete at all.

Requirements
------------

[](#requirements)

- Laravel 5.5 ~ 8.+

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require devability/laravel-cafebazaar
```

You have to publish the configuration

```
php artisan vendor:publish
# select [10] Provider: Devability\LaravelCafebazaar\LaravelCafebazaarServiceProvider
```

Usage
-----

[](#usage)

Add a redirect route

```
