PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP CPanel Create Email Account   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CPanel Create Email Account
Manage email accounts using CPanel API
Author: By
Last change:
Date: 5 years ago
Size: 564 bytes
 

Contents

Class file image Download
{ "name": "naif/php-cpanel-email", "description": "Manage cPanel Email Addresses", "keywords": [ "cPanel", "email", "email_address", "php" ], "type": "library", "license": "MIT", "authors": [ { "name": "Naif Alshaye", "email": "naif@naif.io" } ], "minimum-stability": "dev", "require": { "guzzlehttp/guzzle": "^6.3@dev" }, "autoload": { "psr-4": { "App\\": "app/", "Naif\\cPanelMail\\": "src/" } } }