PHP Classes

File: conf/network.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/network.php   Download  
File: conf/network.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 27 days ago
Size: 206 bytes
 

Contents

Class file image Download
<?php

return [
   
'soap' => [
       
'proxy' => [
           
'host' => '',
           
'port' => 0,
           
'user' => '',
           
'password' => '',
        ],
       
'timeout' => 15,
    ],
];