PHPackages                             reizee/api - 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. reizee/api

ActiveLibrary

reizee/api
==========

01.1kPHP

Since Feb 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/reizee/api)[ Packagist](https://packagist.org/packages/reizee/api)[ RSS](/packages/reizee-api/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Using the Reizee API library
============================

[](#using-the-reizee-api-library)

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

[](#requirements)

- PHP 7.2 or newer
- cURL support
- Laravel 6+

Installing
----------

[](#installing)

```
composer require reizee/api
```

Publish the config file:

```
php artisan vendor:publish --provider="Reizee\Api\ReizeeApiServiceProvider" --tag="config"
```

Auth
----

[](#auth)

Open the file `config/reizee.php` and configure as the example:

```
