Download the PHP package yorcreative/laravel-urlshortener without Composer
On this page you can find all versions of the php package yorcreative/laravel-urlshortener. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yorcreative/laravel-urlshortener
More information about yorcreative/laravel-urlshortener
Files in yorcreative/laravel-urlshortener
Package laravel-urlshortener
Short Description A laravel url shortener package that provides internal url redirects with passwords, url expirations, open limits before expiration and click tracking out of the box.
License MIT
Informations about the package laravel-urlshortener
Laravel URL Shortener
A Laravel URL Shortener package that provides URL redirects with optionally protected URL password, URL expiration, open limits before expiration, ability to set feature activation dates, and click tracking out of the box for your Laravel applications.
Installation
install the package via composer:
Publish the packages assets.
Run migrations.
Upgrade Guides
Usage
Building Short Urls
Finding Existing Short Urls
Getting Click Information
Getting Click Information and Filtering on Ownership
Filter on Outcome
Filter on the Click's YorShortUrl Status
Filtered on YorShortUrl Identifier(s)
Filtered Clicks by UTM parameter(s). These Can be filtered together or individually.
Iterate Through Results With Batches
Putting it all Together
UTM Support
When creating a Short URL, the following UTM parameters are available to attach to the Short URL for advanced tracking of your Short Urls.
- utm_id
- utm_campaign
- utm_source
- utm_medium
- utm_content
- utm_term
UTM information is hidden in the Short URL identifier and clicks are filterable by UTM parameters.
Testing
Credits
- Yorda
- All Contributors
All versions of laravel-urlshortener with dependencies
ext-pdo_sqlite Version *
illuminate/contracts Version ^8.0|^9.0|^10.0
stevebauman/location Version *