An open API service indexing awesome lists of open source software.

https://github.com/timonf/miniurl

Most simple URL resolver.
https://github.com/timonf/miniurl

Last synced: 11 months ago
JSON representation

Most simple URL resolver.

Awesome Lists containing this project

README

          

MiniURL
=======

Most simple URL resolver. Written in PHP. Works without database.

Installation
------------

1. `composer install --no-dev`
2. `cp config.example.php config.php`
3. `php -S localhost:8080 -t .`

Configuration
-------------

You can add, edit and change the order of given resolvers.

```php