vulcandigital / silverstripe-bitly
A module for shortening sitetree links and their statistics from the CMS
Package info
github.com/vulcandigital/silverstripe-bitly
Type:silverstripe-vendormodule
pkg:composer/vulcandigital/silverstripe-bitly
1.0.0
2018-03-16 04:06 UTC
Requires
- guzzlehttp/guzzle: ~6.0
- silverstripe/recipe-cms: ^1
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 3.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-19 01:35:49 UTC
README
Provides Bitly url generation for all pages.
Requirements
- silverstripe/cms: ^4
Installation
First, install with composer and then configure your API key
$ composer require vulcandigital/silverstripe-bitly
mysite/_config/bitly.yml
Vulcan\Bitly\Bitly: api_key: 'YOUR_ACCESS_TOKEN'
Afterwards, run dev/build