PHP Classes

File: src/Config.php

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

Contents

Class file image Download
<?php
return [
   
'domain' => env('CPANEL_DOMAIN'),
   
'host' => env('CPANEL_HOST'),
   
'port' => env('CPANEL_PORT'),
   
'version' => env('CPANEL_VERSION'),
   
'username' => env('CPANEL_USERNAME'),
   
'password' => env('CPANEL_PASSWORD'),
];