appventus/avbitly-bundle

此包已被废弃,不再维护。没有建议的替代包。

Symfony AvBitlyBundle

安装数: 4,976

依赖者: 0

建议者: 0

安全性: 0

星标: 2

关注者: 11

分支: 0

公开问题: 0

类型:symfony-bundle

dev-master 2016-12-05 22:26 UTC

This package is auto-updated.

Last update: 2021-12-21 22:33:33 UTC


README

此包允许使用bitly API V3

配置

在您的config.yml中添加以下参数

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

使用方法

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

功能

可用的函数包括

-缩短