PHPackages                             growsurf/growsurf-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. growsurf/growsurf-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

growsurf/growsurf-php
=====================

Growsurf PHP SDK

v1.1.2(2w ago)015Apache-2.0PHPPHP ^8.1CI passing

Since May 8Pushed 2w ago1 watchersCompare

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

READMEChangelog (10)Dependencies (75)Versions (21)Used By (0)

Growsurf PHP API library
========================

[](#growsurf-php-api-library)

The Growsurf PHP library provides convenient access to the Growsurf REST API from any PHP 8.1.0+ application.

It is generated with [Stainless](https://www.stainless.com/).

Documentation
-------------

[](#documentation)

The REST API documentation can be found on [growsurf.com](https://growsurf.com/settings#contact_support).

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

[](#installation)

To use this package, install via Composer by adding the following to your application's `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:growsurf/growsurf-php.git"
    }
  ],
  "require": {
    "growsurf/growsurf-php": "dev-main"
  }
}
```

Usage
-----

[](#usage)

This library uses named parameters to specify optional arguments. Parameters with a default value must be set by name.

```
