PHPackages                             daibe/reloadly-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. daibe/reloadly-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

daibe/reloadly-php
==================

A PHP library for communicating with the Reloadly API.

v1.0.7(4y ago)23012[1 issues](https://github.com/daibe/reloadly-php/issues)MITPHPPHP ^7.2.5

Since Jun 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/daibe/reloadly-php)[ Packagist](https://packagist.org/packages/daibe/reloadly-php)[ Docs](http://github.com/daibe/reloadly-php)[ RSS](/packages/daibe-reloadly-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)Dependencies (1)Versions (10)Used By (0)

ReloadlyPHP
===========

[](#reloadlyphp)

---

[![Latest Stable Version](https://camo.githubusercontent.com/b126d65f687f4e5186edd1b079f42e9de34627755d8c6f94b7180b403794857a/68747470733a2f2f706f7365722e707567782e6f72672f64616962652f72656c6f61646c792d7068702f76)](//packagist.org/packages/daibe/reloadly-php) [![Total Downloads](https://camo.githubusercontent.com/c1db441202f10f6d303d887dec443c4f97ced4770a918a9d5e59bc8d7c476fdc/68747470733a2f2f706f7365722e707567782e6f72672f64616962652f72656c6f61646c792d7068702f646f776e6c6f616473)](//packagist.org/packages/daibe/reloadly-php) [![Latest Unstable Version](https://camo.githubusercontent.com/51031748bbdfd2b40083e55064b560e7b9ec906da0312547775220781259e7e4/68747470733a2f2f706f7365722e707567782e6f72672f64616962652f72656c6f61646c792d7068702f762f756e737461626c65)](//packagist.org/packages/daibe/reloadly-php) [![License](https://camo.githubusercontent.com/652e222a306520d29dac1f522be669a24c071f6a2ba8f14f54da15a1b4665327/68747470733a2f2f706f7365722e707567782e6f72672f64616962652f72656c6f61646c792d7068702f6c6963656e7365)](//packagist.org/packages/daibe/reloadly-php)

Documentation
-------------

[](#documentation)

The documentation for the Reloadly API can be found [here](https://developers.reloadly.com/).

The PHP library documentation can be found [here](https://daibe.github.io/reloadly-php/).

Versions
--------

[](#versions)

`reloadly-php` uses a modified version of [Semantic Versioning](https://semver.org) for all changes.

Overview
--------

[](#overview)

### Supported PHP Versions

[](#supported-php-versions)

This library supports the following PHP implementations:

- PHP 7.2
- PHP 7.3
- PHP 7.4

### Installation

[](#installation)

You can install **reloadly-php** via composer or by downloading the source.

#### Via Composer:

[](#via-composer)

**reloadly-php** is available on Packagist as the [`daibe/reloadly-php`](https://packagist.org/packages/daibe/reloadly-php) package:

```
composer require daibe/reloadly-php

```

Alternatively, you can specify the **reloadly-php** package as a dependency in your project’s existing **composer.json** file:

```
 {
   "require": {
     "daibe/reloadly-php": "^1.0.3"
   }
}
```

After installing, you need to require Composer’s autoloader:

```
