https://github.com/greenvine/whmcs-aws-apigw
AWS API Gateway Provisioning Module: Provision API Keys & Usage Plans for WHMCS Clients
https://github.com/greenvine/whmcs-aws-apigw
aws aws-apigateway whmcs-module
Last synced: 2 months ago
JSON representation
AWS API Gateway Provisioning Module: Provision API Keys & Usage Plans for WHMCS Clients
- Host: GitHub
- URL: https://github.com/greenvine/whmcs-aws-apigw
- Owner: GreenVine
- License: mit
- Created: 2019-03-25T04:08:52.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-04-02T08:57:46.000Z (about 6 years ago)
- Last Synced: 2025-03-27T23:11:42.769Z (3 months ago)
- Topics: aws, aws-apigateway, whmcs-module
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WHMCS Sample Provisioning Module #
## Summary ##
Provisioning Modules, also referred to as Product or Server Modules, allow you
to create modules that allow for the provisioning and management of products &
services in WHMCS.The sample files here demonstrates how a provisioning module for WHMCS should
be structured and exercises all supported functionality.For more information, please refer to the documentation at:
https://developers.whmcs.com/provisioning-modules/## Recommended Module Content ##
The recommended structure of a provisioning module is as follows.
```
provisioningmodule/
|- lib/
|- templates/
|- tests/
| hooks.php
| logo.png
| provisioningmodule.php
```## Minimum Requirements ##
For the latest WHMCS minimum system requirements, please refer to
https://docs.whmcs.com/System_RequirementsWe recommend your module follows the same minimum requirements wherever
possible.## Tests ##
We strongly encourage you to write unit tests for your work. Within this SDK we
provide a sample unit test based upon the widely used PHPUnit.## Useful Resources
* [Developer Resources](https://developers.whmcs.com/)
* [Hook Documentation](https://developers.whmcs.com/hooks/)
* [API Documentation](https://developers.whmcs.com/api/)[WHMCS Limited](https://www.whmcs.com)