2017 © Pedro Peláez
 

symfony-bundle avbitly-bundle

Symfony AvBitlyBundle

image

appventus/avbitly-bundle

Symfony AvBitlyBundle

  • Monday, December 5, 2016
  • by lenybernard
  • Repository
  • 11 Watchers
  • 2 Stars
  • 96 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

AvBitlyBundle

This bundle permits to use the bitly api V3, (*1)

Configuration

In your config.yml, add this parameters:, (*2)

av_bitly:
    bitly_token:  %bitly_token%  #mandatory
    bitly_api_address: '' #optional, default value = 'https://api-ssl.bitly.com'
    bitly_domain: yourdomain #optional, default value = ''

Usage

$bitlyService = $this->get('av_bitly.bitly_service');
//generate the bitly url
$shortUrl = $bitlyService->shorten($route);

Fonctions

The functions availables are:, (*3)

-shorten, (*4)

The Versions

05/12 2016

dev-master

9999999-dev

Symfony AvBitlyBundle

  Sources   Download

MIT

The Development Requires

controller

05/12 2013

dev-develop

dev-develop

Symfony AvBitlyBundle

  Sources   Download

MIT

The Development Requires

controller