Laravel UrlShortener Versions Save

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.

v2.1.2

1 month ago

What's Changed

New Contributors

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

v2.1.1

3 months ago

What's Changed

New Contributors

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

v2.1.0

1 year ago

v2.0.0

1 year 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

v1.0.3

1 year ago
  • added license to composer.json

v1.0.2

1 year ago
  • Updated phpunit.xml with testing app_key.

v1.0.1

1 year ago

[PATCH]

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

v1.0.0

1 year 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