robsd / php-flat-file-url-shortener-2

Another flat file URL shortener written in PHP which uses a slightly different URL storage method.

Repository from Github https://github.comrobsd/php-flat-file-url-shortener-2Repository from Github https://github.comrobsd/php-flat-file-url-shortener-2

php-flat-file-url-shortener-2 🔗

Another flat file URL shortener written in PHP which uses a slightly different URL storage method.

Getting setup

  1. Download and extract this repo.
  2. Edit the urls.txt file with the URLs you wish to shorten in the format example => https://example.com (one per line) where example is the end part e g. yourdomain.com/example and https://example.com is the link you wish to shorten.
  3. Upload everything to your PHP-enabled web server.

Need a hint?

I have created an example shortened URL in urls.txt based on the above setup guide.

Support my work

If you like this repo or used any of the code, please star ⭐ it and consider supporting me below...

ko-fi

About

Another flat file URL shortener written in PHP which uses a slightly different URL storage method.

License:MIT License


Languages

Language:PHP 100.0%