{"id":26360994,"url":"https://github.com/we7coreteam/w7-rangine-empty","last_synced_at":"2025-04-06T20:08:35.092Z","repository":{"id":62545981,"uuid":"182995150","full_name":"we7coreteam/w7-rangine-empty","owner":"we7coreteam","description":"软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm)，Tcp，WebSocket，Process，Crontab服务。集成了大量成熟的组件，可以用于构建高性能的Web系统、API、中间件、基础服务等等。","archived":false,"fork":false,"pushed_at":"2023-03-23T09:00:09.000Z","size":315,"stargazers_count":282,"open_issues_count":0,"forks_count":52,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-09-26T02:10:52.029Z","etag":null,"topics":["composer","crontab","fpm","laravel-database","laravel-orm","mq","php","process","swoole","we7","websocket","weengine"],"latest_commit_sha":null,"homepage":"https://www.rangine.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/we7coreteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-23T10:52:19.000Z","updated_at":"2024-04-16T13:54:52.000Z","dependencies_parsed_at":"2025-03-16T17:19:33.004Z","dependency_job_id":"deface05-a881-438a-a880-96f681fa7da7","html_url":"https://github.com/we7coreteam/w7-rangine-empty","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we7coreteam%2Fw7-rangine-empty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we7coreteam%2Fw7-rangine-empty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we7coreteam%2Fw7-rangine-empty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/we7coreteam%2Fw7-rangine-empty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/we7coreteam","download_url":"https://codeload.github.com/we7coreteam/w7-rangine-empty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543589,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","crontab","fpm","laravel-database","laravel-orm","mq","php","process","swoole","we7","websocket","weengine"],"created_at":"2025-03-16T17:19:11.436Z","updated_at":"2025-04-06T20:08:35.064Z","avatar_url":"https://github.com/we7coreteam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg)](https://secure.php.net/)\n[![Swoole Version](https://img.shields.io/badge/swoole-%3E=4.3.0-brightgreen.svg)](https://github.com/swoole/swoole-src)\n[![Rangine Framework Version](https://img.shields.io/badge/rangine-%3E=0.0.1-brightgreen.svg)](https://github.com/we7coreteam/w7-rangine)\n[![Illuminate Database Version](https://img.shields.io/badge/illuminate/database-%3E=5.6.0-brightgreen.svg)](https://github.com/illuminate/database)\n[![Rangine Doc](https://img.shields.io/badge/docs-passing-green.svg?maxAge=2592000)](https://wiki.w7.cc/chapter/1?id=1175#)\n# w7Rangine\n\n软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm)，Tcp，WebSocket，Process，Crontab服务。集成了大量成熟的组件，可以用于构建高性能的Web系统、API、中间件、基础服务等等。\n\n# 代码\n\nGithub : https://github.com/we7coreteam/w7-rangine-empty.git\n\nGitee : https://gitee.com/we7coreteam/w7swoole_empty.git\n\n# 安装\n\ncomposer install 前更改 composer 源，防止报错。\n\n```\ncomposer config -g repo.packagist composer https://mirrors.aliyun.com/composer/\n```\n\n## 初始化骨架项目\n\n```\ncomposer create-project w7/rangine-demo ./project-name\n```\n\n## 初始化示例项目\n\n示例项目中包含文档上的一些演示代码，仅供了解使用。\n\n```\ngit clone https://github.com/we7coreteam/w7-rangine-empty.git ./rangine-demo-test\ncd rangine-demo-test\nsudo composer install\n```\n\n\n# 文档\n\nhttps://wiki.w7.cc/chapter/1?id=1175#\n\n# 功能\n\n- 基于 Swoole 扩展\n- HTTP 服务器 (PSR-7消息)\n- RPC 服务器 *\n- WebSocket 服务器\n- MVC 分层设计\n- 中间件 (PSR-15)\n- URL路由 ([FastRoute](https://github.com/nikic/FastRoute))\n- 协程数据库连接(Pdo, Mysql)\n- 数据库连接池\n- ORM 模型 ([Laravel Database](https://laravel-china.org/docs/laravel/5.5/eloquent/1332))\n- DB查询门面  ([Laravel Database](https://laravel-china.org/docs/laravel/5.5/queries/1327))\n- 日志系统 ([MonoLog](https://github.com/Seldaek/monolog))\n- 协程、异步任务投递\n- 类 Crontab 计划任务\n- 异步任务\n- 自定义事件侦听\n- Provider 扩展机制\n- Session 机制\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwe7coreteam%2Fw7-rangine-empty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwe7coreteam%2Fw7-rangine-empty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwe7coreteam%2Fw7-rangine-empty/lists"}