PHPackages                             sitecrafting/gearlab-tools-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. [API Development](/categories/api)
4. /
5. sitecrafting/gearlab-tools-php

ActiveLibrary[API Development](/categories/api)

sitecrafting/gearlab-tools-php
==============================

v3.0.1(7mo ago)04.5k↓33.3%[3 PRs](https://github.com/sitecrafting/gearlab-tools-php/pulls)2proprietaryPHPPHP &gt;=7.1

Since Nov 14Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/sitecrafting/gearlab-tools-php)[ Packagist](https://packagist.org/packages/sitecrafting/gearlab-tools-php)[ Docs](http://swagger.io)[ RSS](/packages/sitecrafting-gearlab-tools-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (17)Used By (2)

GearLab Tools PHP SDK
=====================

[](#gearlab-tools-php-sdk)

[![Travis CI build status](https://camo.githubusercontent.com/60adf3f456ab5ad7f950935d09f203534038609871fb385dda904c79df41d175/68747470733a2f2f6170692e7472617669732d63692e6f72672f736974656372616674696e672f676561726c61622d746f6f6c732d7068702e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/60adf3f456ab5ad7f950935d09f203534038609871fb385dda904c79df41d175/68747470733a2f2f6170692e7472617669732d63692e6f72672f736974656372616674696e672f676561726c61622d746f6f6c732d7068702e7376673f6272616e63683d6d6173746572)

The official PHP SDK for the GearLab Tools REST API.

Contents
--------

[](#contents)

- [Release Notes](#release-notes)
- [Requirements](#requirements)
- [Installation](#installation)
- [Tests](#tests)
- [Getting Started](#getting-started)
- [Command Line Interface](#command-line-interface)
- [Architecture](#architecture)

Release Notes
-------------

[](#release-notes)

- v3.0.0 - Added support for curated results
- v2.0.x - Basic site search - `/search` and `/completions`

Requirements
------------

[](#requirements)

PHP 7.1 or later

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

[](#installation)

### Composer

[](#composer)

Install via Composer:

```
composer require sitecrafting/gearlab-tools-php
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
