Initial public release

This commit is contained in:
2026-06-16 18:55:05 +03:30
commit 17dfd5e49d
10 changed files with 787 additions and 0 deletions

24
composer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "php-dev-router/php-dev-router",
"description": "Local HTTPS nginx router for PHP and Laravel development projects.",
"type": "project",
"license": "MIT",
"require": {
"php": ">=8.2"
},
"bin": [
"bin/php-dev-router"
],
"scripts": {
"lint": "php -l bin/php-dev-router",
"scan": "bin/php-dev-router scan"
},
"keywords": [
"php",
"laravel",
"nginx",
"php-fpm",
"development",
"https"
]
}