Download the PHP package trueapps/simbila-php-api without Composer
On this page you can find all versions of the php package trueapps/simbila-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trueapps/simbila-php-api
More information about trueapps/simbila-php-api
Files in trueapps/simbila-php-api
Download trueapps/simbila-php-api
More information about trueapps/simbila-php-api
Files in trueapps/simbila-php-api
Vendor trueapps
Package simbila-php-api
Short Description PHP client for simbila.com service
License MIT
Homepage https://simbila.com
Package simbila-php-api
Short Description PHP client for simbila.com service
License MIT
Homepage https://simbila.com
Keywords Simbila
Please rate this library. Is it a good library?
Informations about the package simbila-php-api
Simbila.com PHP API
1. Include this package in your project:
2. Basic usage
Please see example/example.php for usage.
3. Usage with Yii
There is a YiiSimbila component interface. To install:
- Copy file to protected/extensions/simbila
-
Include Simbila classes
'import'=>array( 'application.extensions.simbila.', 'application.extensions.simbila.lib.', ... )
-
Set the component
'components'=>array( 'simbila' => array( 'class'=> 'ext.simbila.components.YiiSimbila', 'username'=>'[email protected]', 'password'=>'THAPI', 'appId'=>'lunchdrive', 'appUserExpr'=>'account()->id', 'simbilaUrl'=>'http://www.simbila.com/api', ), ... )
- Access the Simbila object by Yii::app()->simbila->simbila;
All versions of simbila-php-api with dependencies
PHP Build Version
Package Version
No informations.
The package trueapps/simbila-php-api contains the following files
Loading the files please wait ....