PHPackages                             ghanem/reloadly - 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. ghanem/reloadly

ActiveLaravel-package[API Development](/categories/api)

ghanem/reloadly
===============

A package that provides an interface between Laravel and reloadly API

V1.0(4y ago)1221MITPHP

Since Oct 4Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel Reloadly
================

[](#laravel-reloadly)

[![Latest Stable Version](https://camo.githubusercontent.com/ea0487988492f54db5d2996af8327633f62f67e6e12c9d55b33b228409607d48/68747470733a2f2f706f7365722e707567782e6f72672f6768616e656d2f72656c6f61646c792f762f737461626c65)](https://packagist.org/packages/ghanem/reloadly) [![Total Downloads](https://camo.githubusercontent.com/54cfef40b4cd167a78796bac6aaae045fe3cb0951965aed084971abab77dd86e/68747470733a2f2f706f7365722e707567782e6f72672f6768616e656d2f72656c6f61646c792f646f776e6c6f616473)](https://packagist.org/packages/ghanem/reloadly) [![Latest Unstable Version](https://camo.githubusercontent.com/ec9de30534b1342415b4fa6b5a4b5f91fbf0b3bd3de2fd0d9728d6d464ad18d5/68747470733a2f2f706f7365722e707567782e6f72672f6768616e656d2f72656c6f61646c792f762f756e737461626c65)](https://packagist.org/packages/ghanem/reloadly) [![License](https://camo.githubusercontent.com/4fa1e2c592e504606781a82c326773f77be025f342244afad20a94b326037b46/68747470733a2f2f706f7365722e707567782e6f72672f6768616e656d2f72656c6f61646c792f6c6963656e7365)](https://packagist.org/packages/ghanem/reloadly)

A package that provides an interface between [Laravel](https://laravel.com/docs/8.x) and [Reloadly API](https://dvs-api-doc.reloadly.com/#section/Overview), includes Gifs.

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

[](#installation)

- [Reloadly on Packagist](https://packagist.org/packages/ghanem/reloadly)
- [Reloadly on GitHub](https://github.com/abdullahghanem/reloadly)

You can install the package via composer:

```
composer require ghanem/reloadly
```

now you need to publish the config file with:

```
php artisan vendor:publish --provider="Ghanem\Reloadly\ReloadlyServiceProvider" --tag="config"
```

how to use
----------

[](#how-to-use)

### import Reloadly Facade

[](#import-reloadly-facade)

```
