clsystems/clslim 问题修复 & 功能扩展

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

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

clsystems/clslim

Composer 安装命令:

composer create-project clsystems/clslim

包简介

Skeleton Framework with Slim 4, PHP-DI and Eloquent ORM. Quick setup with Robo

README 文档

README

For developers, CLSlim is an opinionated PHP framework used to quickly create CRUD based RESTful APIs.

CLSlim is a marriage between Slim 4 and Eloquent ORM with Robo as your wedding planner.

CLSlim is opinionated meaning that CLSlim stresses convention over configuration.

CLSlim works best as a framework in the following situation:

  • You need to quickly spin up a RESTful datacentric API
  • You already have defined your database with entities (tables/views) already in place
  • You are just starting your project (for the backend API handler) and need to hit the ground running

Requirements

  • PHP 7.1+
  • MySQL 5.6+ or SQLite3 (Postgres and MSSQL should also work but are untested)
  • Composer

Installation

From a terminal / command window run:

composer create-project clsystems/clslim [your-project-name]
cd [your-project-name]

// Linux / Mac users do this:
./clslim clslim:sample

// Windows execute this:
php -S localhost:8088 -t public
// Then in your favorite web browser go to: localhost:8088/v1/sample/hello-world

The result should look something like this:

{
  "authenticated": true,
  "success": true,
  "status": 200,
  "data": {
    "id": "hello-world"
  },
  "missing": [ ],
  "message": "Sample test",
  "timestamp": 1556903905
}

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-09-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固