PHPackages                             fastly/fastly - 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. fastly/fastly

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

fastly/fastly
=============

A PHP client library for interacting with most facets of the Fastly API.

v13.0.0(3mo ago)25898.3k—8.1%33[2 issues](https://github.com/fastly/fastly-php/issues)4MITPHPPHP &gt;=7.3

Since Jul 1Pushed 3mo ago73 watchersCompare

[ Source](https://github.com/fastly/fastly-php)[ Packagist](https://packagist.org/packages/fastly/fastly)[ Docs](https://github.com/fastly/fastly-php)[ RSS](/packages/fastly-fastly/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (63)Used By (4)

Fastly PHP
==========

[](#fastly-php)

A PHP client library for interacting with most facets of the [Fastly API](https://www.fastly.com/documentation/reference/api/).

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

[](#installation)

Requires PHP 7.3 or later.

To install via [Composer](https://getcomposer.org/), add the following to your project's `composer.json`:

```
{
  "require": {
    "fastly/fastly": "*@dev"
  }
}
```

Then run `composer install`.

Composer generates a `vendor/autoload.php` file. You can include this file and start using the classes provided by this client without any extra work:

```
