Download the PHP package ndrd/lumen-bitly without Composer
On this page you can find all versions of the php package ndrd/lumen-bitly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ndrd/lumen-bitly
More information about ndrd/lumen-bitly
Files in ndrd/lumen-bitly
Download ndrd/lumen-bitly
More information about ndrd/lumen-bitly
Files in ndrd/lumen-bitly
Vendor ndrd
Package lumen-bitly
Short Description Laravel package for generating bitly url
License MIT
Homepage https://github.com/ndrd/lumen-bitly
Package lumen-bitly
Short Description Laravel package for generating bitly url
License MIT
Homepage https://github.com/ndrd/lumen-bitly
Please rate this library. Is it a good library?
Informations about the package lumen-bitly
Laravel Bitly Package
A laravel package for generating Bitly urls
For more information see Bitly
Requirements
Laravel 5.1 or later
Installation
Installation is a quick 3 step process:
- Download laravel-bitly using composer
- Enable the package in app.php
- Configure your Bitly credentials
- (Optional) Configure the package facade
Step 1: Download laravel-bitly using composer
Add shivella/laravel-bitly by running the command:
Step 2: Enable the package in app.php
Register the Service in: config/app.php
`
Step 3: Configure Bitly credentials
Add this in you .env file
Step 4 (Optional): Configure the package facade
Register the Bitly Facade in: config/app.php
`
Usage
`
Or if you want to use facade, add this in your class after namespace declaration:
Then you can use it directly by calling Bitly::
like:
`
All versions of lumen-bitly with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-json Version *
illuminate/support Version ^5.1 || ^6.0
guzzlehttp/guzzle Version ~6.0
ext-json Version *
illuminate/support Version ^5.1 || ^6.0
guzzlehttp/guzzle Version ~6.0
The package ndrd/lumen-bitly contains the following files
Loading the files please wait ....