2017 © Pedro Peláez
 

symfony-bundle yandex-direct-bundle

Integration of the biplane/yandex-direct with Symfony2

image

biplane/yandex-direct-bundle

Integration of the biplane/yandex-direct with Symfony2

  • Monday, February 27, 2017
  • by yethee
  • Repository
  • 3 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

BiplaneYandexDirectBundle

Build Status, (*1)

This bundle integrates the biplane-yandex-direct library with Symfony project., (*2)

Installation

Use Composer to install this bundle:, (*3)

$ composer require biplane/yandex-direct-bundle

Add the bundle in your application kernel:, (*4)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Biplane\Bundle\YandexDirectBundle\BiplaneYandexDirectBundle(),
    );
}

Full configuration

biplane_yandex_direct:
    # The locale for localize message of errors.
    locale:               ru # One of "ru"; "en"; "ua"    
    user:

        # The access token for OAuth authorization
        access_token:         ~ # Required

        # The Yandex's login. Required when the master_token is set.
        login:                ~

        # The master token needs for finance operations.
        master_token:         ~

    dump_listener:
        enabled:   false
        dump:      all # One of "all"; "only-fail"

    dump:
        directory: '%kernel.cache_dir%/api_dumps'

License

This bundle is under the MIT license, see the LICENSE file for details., (*5)

The Versions

27/02 2017

dev-master

9999999-dev

Integration of the biplane/yandex-direct with Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

yandex yandex.direct Яндекс.Директ

27/02 2017

0.1.0

0.1.0.0

Integration of the biplane/yandex-direct with Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

yandex yandex.direct Яндекс.Директ