vulcandigital / silverstripe-bitly
A module for shortening sitetree links and their statistics from the CMS
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- guzzlehttp/guzzle: ~6.0
- silverstripe/recipe-cms: ^1
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-10-18 20:48:41 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