承接 jurchiks/simpleframe 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

jurchiks/simpleframe

Composer 安装命令:

composer create-project jurchiks/simpleframe

包简介

A light-weight framework with minimal limitations on developer creativity

README 文档

README

SimpleFrame is a very slim framework intended to allow developers to write/use any code they want without limiting their options in any way, except the bare minimum required to make the framework itself work.

There is only ONE required file in the /app directory to make the site work, and that is routes.php. Technically it will work even without that, but it will just show a 404 page not found.

Testing

You can use the built-in PHP server to run the code. Just execute php -S localhost:8000 in the /public directory and open http://localhost:8000 in your browser. It works with pretty URLs, no need to prefix /index.php to your routes.

You can test almost any page (the exception being file uploads) in the terminal by going to the /public directory and executing php index.php METHOD ROUTE[ DATA], e.g. php index.php get / or php index.php post /abc foo=bar&bar[0]=baz. Redirects obviously won't work, and absolute URLs generated via the framework's router will be invalid, but aside from that, everything else will work the same.

At the time of writing this, the framework only relies on three $_SERVER variables, namely REQUEST_METHOD, REQUEST_URI and HTTP_REFERER. Absolute route generation will also use HTTPS and HTTP_HOST variables.

Alternatively, you can run custom console commands via php index.php command[ arguments].

Installation

This project is available via composer:

composer create-project jurchiks/simpleframe your-project-name

统计信息

  • 总下载量: 27
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固