2017 © Pedro Peláez
 

symfony-bundle sape-bundle

Bundle provides symfony integration for sape.ru

image

anh/sape-bundle

Bundle provides symfony integration for sape.ru

  • Wednesday, December 23, 2015
  • by hilobok
  • Repository
  • 1 Watchers
  • 1 Stars
  • 133 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

AnhSapeBundle

Bundle provides symfony integration for sape.ru, (*1)

Installation

Install via composer with command:, (*2)

$ php composer.phar require 'anh/sape-bundle:~2.0'

Enable bundle in the kernel:, (*3)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Anh\SapeBundle\AnhSapeBundle()
    );

    // ...
}

Configuration

#config.yml
anh_sape:
    user: '...' # your sape user id (f.e. 80e20e4a72a1d09895763b4b1bc98e63)
    client_options: { charset: 'utf8' } # options for SAPE_client, not required, default: {charset: 'utf8'}

Usage

Twig functions:, (*4)

{{ sape_return_links() }}
{{ sape_return_block_links() }}

Notes

Currently implemented only SAPE_client class, (*5)

The Versions

23/12 2015

dev-master

9999999-dev

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok

23/12 2015

v2.0.2

2.0.2.0

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok

04/09 2015

v2.0.1

2.0.1.0

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok

03/09 2015

v2.0.0

2.0.0.0

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok

08/04 2014

v1.0.2

1.0.2.0

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok

05/04 2014

v1.0.1

1.0.1.0

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok

14/03 2014

v1.0.0

1.0.0.0

Bundle provides symfony integration for sape.ru

  Sources   Download

MIT

The Requires

 

by Andrew Hilobok