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.
- Host: GitHub
- URL: https://github.com/timonf/miniurl
- Owner: timonf
- License: mit
- Created: 2023-10-12T10:50:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T11:04:27.000Z (over 2 years ago)
- Last Synced: 2025-04-03T20:31:27.356Z (about 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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