# fwdkr.co A custom URL shortener. ## Requirements * PHP 7.3+ * [PHP Multibyte String](https://www.php.net/manual/en/book.mbstring.php) * [PHP SQLite 3](https://www.php.net/manual/en/book.sqlite3.php) ## Development ```shell script # Run local PHP web server $> php -S localhost:8080 ./index.php ``` ## Installation Copy these files into the desired directory. You may override settings from `phpliteadmin.php` in the file `phpliteadmin.config.php`. The database at `.links.db` is automatically created when you visit the main page.