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.1.0(3mo ago)26985.8k↓37.3%32[2 issues](https://github.com/fastly/fastly-php/issues)4MITPHPPHP &gt;=7.3

Since Jul 1Pushed 3mo ago72 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 2d ago

READMEChangelog (10)Dependencies (6)Versions (64)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:

```
