PHPackages                             nikandlv/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. nikandlv/laravel-cafebazaar

ActiveLibrary[API Development](/categories/api)

nikandlv/laravel-cafebazaar
===========================

Cafebazaar development api package

1.0(6y ago)2161MITPHPPHP ^7.1CI failing

Since Oct 8Pushed 6y ago1 watchersCompare

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

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/31df896f01e579e10f41f708440c20fa47e9b853cdf811ee296abead30acbb0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e696b616e646c762f6c61726176656c2d6361666562617a6161722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nikandlv/laravel-cafebazaar)[![Build Status](https://camo.githubusercontent.com/ab8cdc23da620b61fddc1f37b04bbc11b705a20304bfed0349bce94da3196e1d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e696b616e646c762f6c61726176656c2d6361666562617a6161722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/nikandlv/laravel-cafebazaar)[![Quality Score](https://camo.githubusercontent.com/c5b9179d1f35ac0bfe09c84a1ebf534b4722e9c3e7031dcb972a377dd5b6ae1f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e696b616e646c762f6c61726176656c2d6361666562617a6161722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/nikandlv/laravel-cafebazaar)[![Total Downloads](https://camo.githubusercontent.com/6c6c1bd6f54e0c35b88863a6a128afc557cf5517e6ec4b261b791e0d3ea4bc26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e696b616e646c762f6c61726176656c2d6361666562617a6161722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nikandlv/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 ~ 6.+

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

[](#installation)

You can install the package via composer:

```
composer require nikandlv/laravel-cafebazaar
```

You have to publish the configuration

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

Usage
-----

[](#usage)

Add a redirect route

```
