https://github.com/vulcandigital/silverstripe-bitly
Provides Bitly url generation for all pages.
https://github.com/vulcandigital/silverstripe-bitly
bitly silverstripe-4
Last synced: 6 months ago
JSON representation
Provides Bitly url generation for all pages.
- Host: GitHub
- URL: https://github.com/vulcandigital/silverstripe-bitly
- Owner: vulcandigital
- License: bsd-3-clause
- Created: 2018-03-15T18:27:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T04:06:44.000Z (over 8 years ago)
- Last Synced: 2023-07-16T04:38:18.487Z (almost 3 years ago)
- Topics: bitly, silverstripe-4
- Language: PHP
- Homepage: https://vulcandigital.co.nz
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# silverstripe-bitly
Provides [Bitly](https://bitly.com) url generation for all pages.
## Requirements
* silverstripe/cms: ^4
## Installation
First, install with composer and then configure your API key
```bash
$ composer require vulcandigital/silverstripe-bitly
```
**mysite/_config/bitly.yml**
```yaml
Vulcan\Bitly\Bitly:
api_key: 'YOUR_ACCESS_TOKEN'
```
Afterwards, run `dev/build`
## Screenshots
### Default

### Generated

### Segment Warning

### Segment Changed Notice

## License
[BSD-3-Clause](LICENSE.md) - [Vulcan Digital Ltd](https://vulcandigital.co.nz)