2017 © Pedro Peláez
 

symfony-bundle now-taxi-bundle

This bundle provides integration with nowtaxi.ru order exchange API (http://doc.nowtaxi.ru/api/exchange) in a Symfony 2 application.

image

htc/now-taxi-bundle

This bundle provides integration with nowtaxi.ru order exchange API (http://doc.nowtaxi.ru/api/exchange) in a Symfony 2 application.

  • Tuesday, June 9, 2015
  • by LZAztec
  • Repository
  • 6 Watchers
  • 2 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

HtcNowTaxiBundle

SensioLabsInsight, (*1)


This bundle provides integration with nowtaxi.ru order exchange API (http://doc.nowtaxi.ru/api/exchange) in a Symfony 2 application., (*2)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ composer require htc/now-taxi-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)

Step 2: Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new JMS\SerializerBundle\JMSSerializerBundle(),
            new Htc\NowTaxiBundle\HtcNowTaxiBundle(),
        );

        // ...
    }

    // ...
}

Documentation

For documentation, see:, (*6)

Resources/doc/

Read the documentation, (*7)

The Versions

09/06 2015

dev-master

9999999-dev

This bundle provides integration with nowtaxi.ru order exchange API (http://doc.nowtaxi.ru/api/exchange) in a Symfony 2 application.

  Sources   Download

MIT

The Requires

 

by Roman Matveev

api taxi nowtaxi api order exchange nowtaxi

08/06 2015

1.0

1.0.0.0

This bundle provides integration with nowtaxi.ru order exchange API (http://doc.nowtaxi.ru/api/exchange) in a Symfony 2 application.

  Sources   Download

MIT

The Requires

 

by Roman Matveev

api taxi nowtaxi api order exchange nowtaxi