The definitive self-hosted URL shortener
Find a file
2016-07-21 18:46:52 +02:00
bin Created the console application via a factory 2016-07-05 23:25:39 +02:00
config Created translator and used inside one of the commands 2016-07-21 15:08:46 +02:00
data Created middleware for rest that reads the language from the Accept-Language header 2016-07-21 16:20:27 +02:00
module Set collation to utf8_bin in shortCode column of ShortUrl so that the UNIQUE key is case sensitive 2016-07-21 18:46:15 +02:00
public Created EntityManagerFactory 2016-04-17 20:27:24 +02:00
.env.dist Created translator and used inside one of the commands 2016-07-21 15:08:46 +02:00
.gitignore Added idea folder to gitignore 2016-07-19 16:14:57 +02:00
.scrutinizer.yml Added CI config files 2016-04-17 19:34:16 +02:00
.travis.yml Added PHP 7.1 to the CI matrix 2016-07-21 18:46:52 +02:00
CHANGELOG.md Added missing issue to changelog 2016-07-06 20:23:38 +02:00
composer.json Created translator and used inside one of the commands 2016-07-21 15:08:46 +02:00
LICENSE Initial commit 2016-04-08 20:44:35 +02:00
phpcs.xml Created CLI module 2016-07-19 16:50:02 +02:00
phpunit.xml.dist Improved main config file and fixed tests whitelist 2016-07-19 23:35:47 +02:00
README.md Improved config loading so that autoloaded overrides module-specific 2016-07-19 23:30:23 +02:00

Shlink

A PHP-based URL shortener application with analytics and management