anon.to is an anonymous URL redirector and shortener built using Laravel.
- PHP 5.5.9+ or HHVM 3.3+
- PHP Extensions: openssl, mcrypt and mbstring
- Database server: MySQL or MariaDB
- Redis Server
- Composer
- Node.js with npm
- clone the repository:
git clone https://github.com/bhutanio/anon.to.git anon.to
- create a database
- create configuration env file
.env
refer to.env.example
- install:
composer install --no-dev
- setup database tables:
php artisan migrate
anon.to is open source software licensed under the MIT license.