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
- Host: GitHub
- URL: https://github.com/acquia/mc-cf-mega-openapi-php-sdk
- Owner: acquia
- Created: 2019-11-21T19:33:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T14:29:16.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:29:41.000Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 27
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEGA OpenAPI PHP SDK
This is an SDK library for MEGA's OpenAPI
d
### InstallationAdd 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
```