2017 © Pedro Peláez
 

library travelparkingapps

TravelParkingApps Library

image

weblee/travelparkingapps

TravelParkingApps Library

  • Friday, November 14, 2014
  • by weblee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TravelParkingApps

SOAP API for TravelParkingApps, (*1)

Requirements

PHP 5.3 and later., (*2)

Documentation

Full documentation can be found here., (*3)

Installation via Composer

The recommended method to install TravelParkingApps is through Composer., (*4)

  1. Add weblee/travelparkingapps as a dependency in your project's composer.json file (change version to suit your version of TravelParkingApps):, (*5)

        {
            "require": {
                "weblee/travelparkingapps": "~1.0"
            }
        }
    
  2. Download and install Composer:, (*6)

        curl -s http://getcomposer.org/installer | php
    
  3. Install your dependencies:, (*7)

        php composer.phar install --no-dev
    
  4. Require Composer's autoloader, (*8)

    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:, (*9)

        <?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., (*10)

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., (*11)

The Versions

14/11 2014

dev-master

9999999-dev

TravelParkingApps Library

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

api parking