PHPackages                             cloudmunch/php-sdk-v1 - 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. cloudmunch/php-sdk-v1

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

cloudmunch/php-sdk-v1
=====================

CloudMunch SDK for PHP

17126[1 PRs](https://github.com/cloudmunch1/CloudMunch-php-SDK-V1/pulls)PHP

Since Sep 16Pushed 9y ago2 watchersCompare

[ Source](https://github.com/cloudmunch1/CloudMunch-php-SDK-V1)[ Packagist](https://packagist.org/packages/cloudmunch/php-sdk-v1)[ RSS](/packages/cloudmunch-php-sdk-v1/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

CloudMunch-php-SDK-V1
=====================

[](#cloudmunch-php-sdk-v1)

CloudMunch SDK for PHP provides helper classes for CloudMunch plugin development.

\###Download SDK We recommend using [Composer](https://getcomposer.org/ "Composer") as package manager. All you need to install the sdk is to have the following entry in your composer.json file.

```
{
    "require": {
        "cloudmunch/php-sdk-v1":"dev-master"
    }
}
```

\###Usage Here is a sample plugin code

```
