PHPackages                             globalmoo/globalmoo-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. [API Development](/categories/api)
4. /
5. globalmoo/globalmoo-sdk

ActiveLibrary[API Development](/categories/api)

globalmoo/globalmoo-sdk
=======================

The PHP SDK for the globalMOO REST API

v1.0.1(1y ago)02MITPHPPHP &gt;=8.4

Since Feb 28Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/globalMOO/gmoo-sdk-php)[ Packagist](https://packagist.org/packages/globalmoo/globalmoo-sdk)[ RSS](/packages/globalmoo-globalmoo-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

globalMOO SDK for PHP
=====================

[](#globalmoo-sdk-for-php)

This SDK makes it easy for PHP developers to integrate with the globalMOO API.

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

[](#getting-started)

1. **Create an account** To start, create a new account with [globalMOO](https://globalmoo.com/free-trial/)which will provide you with your API key.
2. **Install the SDK** Next, install this SDK on your machine with the following Composer command: ```
    composer require globalmoo/globalmoo-sdk
    ```

    You will need PHP 8.4 compiled with the `curl` and `json` extensions.
3. **Configure credentials** The SDK depends on two environment variables to exist in the `$_ENV` superglobal: `GMOO_API_KEY` and `GMOO_API_URI`.

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

[](#quick-examples)

The `php` directory of the [gmoo-sdk-suite](https://github.com/globalMOO/gmoo-sdk-suite)contains several complete examples on how to integrate with the SDK. Follow the instruction in the [README](https://github.com/globalMOO/gmoo-sdk-suite/tree/main/php#readme) on how to get started with it.

### Create a Model

[](#create-a-model)

```
