An open API service indexing awesome lists of open source software.

https://github.com/acquia/mc-cf-mega-openapi-php-sdk

PHP SDK for MEGA's OpenAPI
https://github.com/acquia/mc-cf-mega-openapi-php-sdk

Last synced: about 2 months ago
JSON representation

PHP SDK for MEGA's OpenAPI

Awesome Lists containing this project

README

        

# MEGA OpenAPI PHP SDK

This is an SDK library for MEGA's OpenAPI
d
### Installation

Add the following to the `repositories` array in your project's composer.json

```json
{
"type": "git",
"url": "[email protected]:mautic-inc/mega-openapi-php-sdk"
}
```

Then run the following from you project root

```sh
composer require mautic-inc/mega-openapi-php-sdk
```