PHP Classes

File: config/zf2clientmoysklad.global.php.dist

Recommend this page to a friend!
  Classes of Oleksii Mylotskyi   PHP MoySklad Client   config/zf2clientmoysklad.global.php.dist   Download  
File: config/zf2clientmoysklad.global.php.dist
Role: Configuration script
Content type: text/plain
Description: Config
Class: PHP MoySklad Client
Access the MoySklad API using ORM like objects
Author: By
Last change:
Date: 8 years ago
Size: 182 bytes
 

Contents

Class file image Download
<?php
return array(
   
'zf2clientmoysklad' => array(
           
'api_url' => 'https://online.moysklad.ru',
           
'user_name' => '',
           
'password' => ''
       
)
);