indicio-software / whmcs-ide-helper
WHMCS IDE Helper
Package info
github.com/indicio-software/whmcs-ide-helper
pkg:composer/indicio-software/whmcs-ide-helper
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-25 07:13:03 UTC
README
This is just a small helper for anybody struggling, with WHMCS development. It contains the definitions for majority of the WHMCS core classes, therefore making a WHMCS development a bit less painful experience :)
Manual Installation
Just copy the whmcs_ide.php file somewhere into your project, should work fine with most of them like PHPStorm, VSCode, Atom, NetBeans etc.
Composer Installation
Alternatively you can use composer:
composer require indicio-software/whmcs-ide-helper
As long as your vendor directory is not excluded from indexing, you should see all the definitions in place :)