# keyou_saas **Repository Path**: kyour-cn/keyou_saas ## Basic Information - **Project Name**: keyou_saas - **Description**: 新一代企业综合管理系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-12 - **Last Updated**: 2025-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SwordAdmin 0.1 Beta 2022 =============== > 基于Webman的PHP快速开发框架,让你更专注于业务代码的开发 ## 主要特性 * 前后端分离 * 集成RBAC权限管理 * 基于Webman高性能框架 ## 开始使用 - 通过Composer构建项目: ```shell composer create-project kyour-cn/sword-admin admin ``` ## 启动项目 ```shell php server start ``` 守护进程(后台运行): ```shell php server start -d ``` 停止运行: ```shell php server stop ``` 启动项目后访问: `http://localhost:8080/index` ## 参与开发 直接提交PR或者Issue即可 ## 更新记录 [转到文档查看](https://github.com/kyour-cn/sword-admin/wiki/Update) ## 版权信息 本项目遵循MIT 开源协议发布,并提供免费使用。 本项目包含的第三方源码和二进制文件之版权信息另行标注。 版权所有Copyright © 2022 by Kyour (http://kyour.cn) All rights reserved。 更多细节参阅 [LICENSE](LICENSE)