UNPKG

@ezrinix/whmcs

Version:

A node.js api wrapper for the popular billing platform whmcs.

34 lines (20 loc) 1.53 kB
# WHMCS.js The WHMCS.js is a comprehensive npm package for interacting with the WHMCS API, designed to simplify the process of managing various aspects of the WHMCS system programmatically. It encapsulates functionalities across different modules such as System, Users, Products, Orders, and Clients, offering a straightforward way to perform operations like adding and managing products, orders, clients, and more. ## Features - **System**: Manage system-related tasks like logging activities, managing banned IPs, and accessing system configurations. - **Users**: Handle user accounts, permissions, and authentication. - **Products**: Add, update, and manage products. - **Orders**: Place, update, and query orders. - **Clients**: Manage client accounts, including adding, updating, and deleting clients and contacts. ## Installation To install the package, run: ```bash npm install @ezrinix/whmcs.js ``` ## License This project is licensed under the GNU General Public License (GPL). For more information, see the [LICENSE](LICENSE) file included with this package or read the license online at [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html). ## Support If you encounter any issues or require support, please don't hesitate to open an issue on our GitHub project page. - WHMCS Documentation: https://developers.whmcs.com/api-reference ## Acknowledgments - A heartfelt thank you to all the contributors who have helped to improve this package and extend its functionality.