PHP code example of chaz6chez / wm-api-core
1. Go to this page and download the library: Download chaz6chez/wm-api-core library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
chaz6chez / wm-api-core example snippets
|-- api // 项目目录
|-- Common // 公共目录
|-- Service // 公共服务
|-- configs.php // 公共配置文件
|-- functions.php // 公共方法库
|-- V1 // 版本目录V1
|-- Controller // 控制器
|-- Service // 服务
|-- Msg // 错误提示语
|-- Struct // 结构器(验证器)
|-- config.php // 配置内容
|-- V2 // 版本目录V2
...
|-- core // 框架核心
|-- public // 静态页面及资源
|-- server // 系统入口
|-- launcher // 启动器目录
|-- app // App启动器目录
|-- launcher_app_server.php
|-- admin // Admin启动器目录
|-- .env // 环境配置
|-- launcher.php // 全局启动器
|-- vendor // composer组件