weblee/travelparkingapps
Composer 安装命令:
composer require weblee/travelparkingapps
包简介
TravelParkingApps Library
README 文档
README
SOAP API for TravelParkingApps
Requirements
PHP 5.3 and later.
Documentation
Full documentation can be found here.
Installation via Composer
The recommended method to install TravelParkingApps is through Composer.
-
Add
weblee/travelparkingappsas a dependency in your project'scomposer.jsonfile (change version to suit your version of TravelParkingApps):{ "require": { "weblee/travelparkingapps": "~1.0" } } -
Download and install Composer:
curl -s http://getcomposer.org/installer | php -
Install your dependencies:
php composer.phar install --no-dev
-
Require Composer's autoloader
Composer also prepares an autoload file that's capable of autoloading all of the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:
<?php require 'vendor/autoload.php'; $service = new TravelParkingApps\Client('your-api-key');
You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org.
You'll notice that the installation command specified --no-dev. This prevents Composer from installing the various testing and development dependencies. For average users, there is no need to install the test suite (which also includes the complete source code of Elasticsearch). If you wish to contribute to development, just omit the --no-dev flag to be able to run tests.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-07