Download the PHP package sitecrafting/gearlab-tools-php without Composer
On this page you can find all versions of the php package sitecrafting/gearlab-tools-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gearlab-tools-php
GearLab Tools PHP SDK
The official PHP SDK for the GearLab Tools REST API.
Contents
- Release Notes
- Requirements
- Installation
- Tests
- Getting Started
- Command Line Interface
- Architecture
Release Notes
- v3.0.0 - Added support for curated results
- v2.0.x - Basic site search -
/search
and/completions
Requirements
PHP 7.1 or later
Installation
Composer
Install via Composer:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Example Results
Search
Completions
Command Line Interface
With just an API key and a Collection ID, you can perform requests to the API from the command line. Assuming you've cloned the repo and run composer install
, you can run the following from the repo root:
This will display help text for all available subcommands of the CLI. You can also get help for any subcommand by running bin/gearlab help <cmd>
or bin/gearlab <cmd> -h
.
Architecture
This package incorporates PHP code that is automatically generated by the Swagger Codegen project from the GearLab Tool API Spec. The generated code is exported automatically when the spec is saved in Swagger Hub, and is contained entirely in the swagger/SwaggerClient-php
directory within this repo. The Composer autoloader is configured to autoload this code:
The GearLab\Api\Client
class serves as the main entrypoint for all API calls, and normalizes the usage of the autogenerated code. For example, it translates array query arguments into positional arguments that the autogen code expects.
- API version: v3
- Build package: io.swagger.codegen.languages.PhpClientCodegen
All versions of gearlab-tools-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
symfony/console Version ^5.0