{"id":13699968,"url":"https://github.com/phwoolcon/phwoolcon","last_synced_at":"2025-07-29T10:38:47.888Z","repository":{"id":57041357,"uuid":"56962403","full_name":"phwoolcon/phwoolcon","owner":"phwoolcon","description":"Phalcon + Swoole","archived":false,"fork":false,"pushed_at":"2019-07-24T15:11:14.000Z","size":1338,"stargazers_count":171,"open_issues_count":0,"forks_count":22,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-07-22T14:17:11.271Z","etag":null,"topics":["modularization","phalcon","php","swoole"],"latest_commit_sha":null,"homepage":null,"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/phwoolcon.png","metadata":{"files":{"readme":"README-zh.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-24T08:44:44.000Z","updated_at":"2025-07-21T07:34:19.000Z","dependencies_parsed_at":"2022-08-23T23:31:09.342Z","dependency_job_id":null,"html_url":"https://github.com/phwoolcon/phwoolcon","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/phwoolcon/phwoolcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fphwoolcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fphwoolcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fphwoolcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fphwoolcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phwoolcon","download_url":"https://codeload.github.com/phwoolcon/phwoolcon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fphwoolcon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267672118,"owners_count":24125498,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["modularization","phalcon","php","swoole"],"created_at":"2024-08-02T20:00:46.626Z","updated_at":"2025-07-29T10:38:47.847Z","avatar_url":"https://github.com/phwoolcon.png","language":"PHP","funding_links":[],"categories":["Integration","Framework Integration"],"sub_categories":[],"readme":"# Phwoolcon\n\n[![Latest Version on Packagist](https://img.shields.io/github/release/phwoolcon/phwoolcon.svg?style=flat-square)](https://packagist.org/packages/phwoolcon/phwoolcon)\n[![Build Status](https://img.shields.io/travis/phwoolcon/phwoolcon/master.svg?style=flat-square)](https://travis-ci.org/phwoolcon/phwoolcon)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phwoolcon/phwoolcon.svg?style=flat-square)](https://scrutinizer-ci.com/g/phwoolcon/phwoolcon/code-structure/master/code-coverage)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phwoolcon/phwoolcon.svg?style=flat-square)](https://scrutinizer-ci.com/g/phwoolcon/phwoolcon/)\n[![Gitter](https://img.shields.io/gitter/room/phwoolcon/phwoolcon.svg?style=flat-square)](https://gitter.im/phwoolcon/phwoolcon?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![Supported PHP versions](https://img.shields.io/badge/php-5.5%20~%207.2-blue.svg?style=flat-square)](https://secure.php.net/)\n[![Supported Phalcon versions](https://img.shields.io/badge/Phalcon-%E2%89%A5%203.0-blue.svg?style=flat-square)](https://phalconphp.com/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](LICENSE)\n\nPhalcon + Swoole\n\n***\n[为什么要开发 Phwoolcon](https://github.com/phwoolcon/phwoolcon/wiki/%E4%B8%BA%E4%BB%80%E4%B9%88%E8%A6%81%E5%BC%80%E5%8F%91-Phwoolcon)\n\n本项目的目的是创建一个高性能的 Web 应用程序，既可以运行于传统的 php-fpm  \n模式下，也可以运行在服务模式下。\n\n在服务模式中，你的应用程序可以减少许多非必要的重复计算，获得极致的性能。\n\n如果在服务模式中出现了 Bug，你可以轻松地关闭服务模式，损失一些性能（但是  \n仍然很快）换取稳定性，待 Bug 修复后再启用服务模式。\n\n# 使用\n\n## 安装\n这是 Phwoolcon 库，你可能是要用 [Phwoolcon Bootstrap](https://github.com/phwoolcon/bootstrap) 来创建新项目。\n\n你也可以用 composer 把 Phwoolcon 库加入到你的项目中：\n\n```\ncomposer require phwoolcon/phwoolcon\n```\n\n## 代码风格检查\n\n请运行以下脚本：\n```\ntests/phpcs\n```\n警告和错误报告会被保存在这个文件里：\n```\ntests/root/storage/phpcs.txt\n```\n\n## 测试\n\n请运行以下脚本：\n```\ntests/phpunit\n```\n代码覆盖率报告会以 HTML 格式被保存在这个文件夹里：\n```\ntests/root/storage/coverage/\n```\n用浏览器打开 `index.html` 即可阅读报告。\n\n## 配置\n请见 [phwoolcon-package/config/](phwoolcon-package/config/)\n## 模板\nSee [phwoolcon-package/views/](phwoolcon-package/views/)\n## 静态资源\nSee [phwoolcon-package/assets/](phwoolcon-package/assets/)\n## 翻译/语言\nSee [phwoolcon-package/locale/](phwoolcon-package/locale/)\n## 依赖注入\nSee [phwoolcon-package/di.php](phwoolcon-package/di.php)\n\n# 主旨\n* 关注性能\n* 关注可伸缩性\n* 提供强大的功能，但是保持直观易读的代码\n* 基于组件，显式引入\n* 功能可配置\n* 代码可测试性\n* 规范的代码风格（基于 [PSR-2](http://www.php-fig.org/psr/psr-2/)）\n\n# 功能\n\n## 基础组件\n* Extended Phalcon Config (Both in native PHP file and DB)\n* Phalcon Cache\n* Extended Phalcon ORM\n* Error Codes\n* View: Theme based layouts and templates\n* Multiple DB connector\n* Events\n* Configurable Cookies\n* Session\n* Openssl based encryption/decryption\n* Multiple Queue producer and asynchronous CLI worker\n* Assets: Theme based, compilable JS/CSS management\n* Log\n* Lighten route dispatcher\n* Internalization\n* Finite state machine\n* Simple HTTP client\n* Swift Mailer\n* Symfony CLI console\n\n# 文档\n* [API 参考文档](docs/ApiIndex.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Fphwoolcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphwoolcon%2Fphwoolcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Fphwoolcon/lists"}