Laravel-UrlShortener

A Laravel URL Shortener package that provides URL redirects with optionally protected URL password, Hidden UTM parameter tracing, URL expiration, open limits before expiration, ability to set feature activation dates, and click tracking out of the box for your Laravel applications.

MIT License

Downloads
851
Stars
102
Committers
4

Bot releases are hidden (Show)

Laravel-UrlShortener - v2.1.2 Latest Release

Published by yordadev 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/YorCreative/Laravel-UrlShortener/compare/v2.1.1...v2.1.2

Laravel-UrlShortener - v2.1.1

Published by yordadev 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/YorCreative/Laravel-UrlShortener/compare/v2.1.0...v2.1.1

Laravel-UrlShortener - v2.1.0

Published by yordadev over 1 year ago

Laravel-UrlShortener - v2.0.0

Published by yordadev about 2 years ago

  • Added ShortUrlTracing Model/Migration/Factory.
  • Added withTracing() option to UrlService builder
  • Added ability to filter clicks based on UTM parameters.
  • Improvements to UrlService findBy methods.
  • Updated Readme with UTM Support Information.

Upgrade Guide to 2.x from 1.x

Laravel-UrlShortener - v1.0.3

Published by yordadev about 2 years ago

  • added license to composer.json
Laravel-UrlShortener - v1.0.2

Published by yordadev about 2 years ago

  • Updated phpunit.xml with testing app_key.
Laravel-UrlShortener - v1.0.1

Published by yordadev about 2 years ago

[PATCH]

Updated composer.json to allow for package service provider auto discovery.

Laravel-UrlShortener - v1.0.0

Published by yordadev about 2 years ago

First Release of Laravel-UrlShortener Package.

Functionality includes:

  • Creating Short Urls
    • With Passwords
    • With Activation Dates
    • With Expiration Dates
    • With Ownership Ability
    • With Open Limits
  • Ability to Fetch Clicks
    • Filtering on Outcome
    • Filtering on Ownership
    • Filtering on Short Url Status
    • Filtering on Short Url Identifier
    • Batching Click Fetching
  • Click Tracking
  • Customizable Configuration File
  • Solid Foundation of Test Coverage