https://github.com/eugenefvdm/whmcs-provisioning-template
A good starting template to use when you're developing a new WHMCS server provisioning package. Based on the official one with minor alterations.
https://github.com/eugenefvdm/whmcs-provisioning-template
php whmcs
Last synced: 7 months ago
JSON representation
A good starting template to use when you're developing a new WHMCS server provisioning package. Based on the official one with minor alterations.
- Host: GitHub
- URL: https://github.com/eugenefvdm/whmcs-provisioning-template
- Owner: eugenefvdm
- License: mit
- Created: 2023-05-11T18:20:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T04:20:26.000Z (over 2 years ago)
- Last Synced: 2025-02-11T08:48:24.061Z (8 months ago)
- Topics: php, whmcs
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WHMCS Server Provisioning Template #
[](https://github.com/eugenevdm/whmcs-provisioning-template/actions?query=workflow%3Arun-tests+branch%3Amain)
## Summary ##
This is a custom WHMCS server provisioning module template.
It is based on the [official one](https://github.com/WHMCS/sample-provisioning-module) from WHMCS with the following added:
- Made tests to pass with PHPUnit 10
- Added missing Update Usage module call
- Added a PHPUnit Tests YML file and badgeFor more information, please refer to the documentation at:
https://developers.whmcs.com/provisioning-modules/## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.