erandir/plug-route 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

erandir/plug-route

Composer 安装命令:

composer require erandir/plug-route

包简介

Route library for php

README 文档

README

Latest Stable Version License Code Intelligence Status

Powerful library for PHP routes

Use the system to work with GET, POST, PUT, DELETE, PATCH and OPTIONS requests.

Work with json, form-data and x-www-form-urlencoded body requests.

Use routes without virtualhost.

Simple and fast.

Install

composer require erandir/plug-route

Basic usage

$route = new \PlugRoute\PlugRoute();

$route->get('/')
    ->callback(function() {
        echo 'basic route';
    });

$route->run();

See the full documentation

Old version

Install and use an old version, run:

composer require erandir/plug-route:v4.4

Access old documentation for a complete use.

See the full documentation

统计信息

  • 总下载量: 7.31k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 49
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 49
  • Watchers: 2
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-07-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固