Bitly
Categories
Component ID
2845808
Component name
Bitly
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Drupal 8 port of Bit.ly for Drupal ( https://www.drupal.org/project/bitly ).
This version is minimal, and is primarily an API for other modules to shorten URLs. It provides a UI for adding Bit.ly credentials, but does little else on it's own. It exposes a service that can be injected to shorten an arbitrary URL.
This biggest difference between this version and the Drupal 7 version is that it uses the following package for implementing the Bit.ly API, rather than building it in the module.
https://packagist.org/packages/gabrielkaputa/bitly
To use it, you need to install the package via composer.
