PHPackages                             steveworley/lagoon-php-sdk - 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. steveworley/lagoon-php-sdk

ActiveLibrary

steveworley/lagoon-php-sdk
==========================

Lagoon GraphQL SDK for PHP

v1.5.0(6y ago)54.6k2Apache-2.0PHPPHP &gt;=7CI failing

Since May 2Pushed 5y agoCompare

[ Source](https://github.com/steveworley/lagoon-php-sdk)[ Packagist](https://packagist.org/packages/steveworley/lagoon-php-sdk)[ RSS](/packages/steveworley-lagoon-php-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

Lagoon PHP SDK
==============

[](#lagoon-php-sdk)

[![CircleCI](https://camo.githubusercontent.com/11ac4afb125084941a47f95d1b6ad0db396dbf212b7f0977c32e638ed2705ca9/68747470733a2f2f636972636c6563692e636f6d2f67682f7374657665776f726c65792f6c61676f6f6e2d7068702d73646b2e7376673f7374796c653d73766726636972636c652d746f6b656e3d30623936626632616162376532323764396136623532386665356466663235643464653665353337)](https://circleci.com/gh/steveworley/lagoon-php-sdk)

The *Lagoon SDK for PHP* makes it easy for developers to connect their applications to the Lagoon GraphQL service in PHP Code.

Getting started
---------------

[](#getting-started)

Require the package using compsoer.

```
composer require steveworley/lagoon-php-sdk

```

Define the `$endpoint` and `$token` to create a new client instance.

Quick Examples
--------------

[](#quick-examples)

### Fetch all projects

[](#fetch-all-projects)

```
