1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/inhere-php-srouter

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
composer.json 800
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Inhere Отправлено 18.07.2019 06:23 c3eaade
{
"name": "inhere/sroute",
"type": "library",
"description": "a very lightweight and fasted request router.",
"keywords": [
"library",
"route",
"router",
"php-router"
],
"homepage": "https://github.com/inhere/php-srouter",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://www.yzone.net/"
}
],
"require": {
"php": ">7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"Inhere\\Route\\": "src/"
},
"files": [
"src/Helper/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Inhere\\RouteTest\\": "test/"
}
},
"suggest": {
"inhere/simple-print-tool": "Very lightweight data printing tools"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/inhere-php-srouter.git
git@api.gitlife.ru:oschina-mirror/inhere-php-srouter.git
oschina-mirror
inhere-php-srouter
inhere-php-srouter
master