{"id":13805366,"url":"https://github.com/xxtime/phalcon","last_synced_at":"2025-12-30T01:48:54.856Z","repository":{"id":59617282,"uuid":"104291334","full_name":"xxtime/phalcon","owner":"xxtime","description":"📕 基于Phalcon集成Composer，事件监听，中间件，MongoDB，Redis","archived":false,"fork":false,"pushed_at":"2024-05-31T07:43:28.000Z","size":217,"stargazers_count":35,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-18T21:47:19.315Z","etag":null,"topics":["composer","phalcon","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xxtime.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":"2017-09-21T02:25:00.000Z","updated_at":"2024-07-04T00:52:56.000Z","dependencies_parsed_at":"2024-08-04T01:15:05.077Z","dependency_job_id":null,"html_url":"https://github.com/xxtime/phalcon","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtime%2Fphalcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtime%2Fphalcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtime%2Fphalcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxtime%2Fphalcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxtime","download_url":"https://codeload.github.com/xxtime/phalcon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012968,"owners_count":21999346,"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","phalcon","php"],"created_at":"2024-08-04T01:01:00.487Z","updated_at":"2025-12-30T01:48:54.806Z","avatar_url":"https://github.com/xxtime.png","language":"PHP","funding_links":[],"categories":["Application Skeleton"],"sub_categories":[],"readme":"## About Phalcon\n基于Phalcon的高性能PHP框架，集成Composer 支持MongoDB Redis操作，监听器，中间件，以及多语言支持\n\n[![GitHub license](https://img.shields.io/github/license/xxtime/phalcon.svg)](https://github.com/xxtime/phalcon)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/xxtime/phalcon.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2Fxxtime%2Fphalcon)\n\n* A framework which use phalcon\n* High performance\n* Composer\n* Database support Redis, MongoDB, MySql\n* Event listener\n* Middleware\n* I18n translate\n* Debugging easier with whoops project\n\n\n## Environment\n* php \u003e= 8.1\n* phalcon \u003e= 5.7\n* composer  \n\n\n## Advice\n* Mcrypt was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0.\n\n\n## How to use\n1. cd to /{$root}/  \n2. copy .env.sample to .env or .env.local\n\n\n## Components\n| component                                                                                           | intro                | document                                                   |\n|-----------------------------------------------------------------------------------------------------|----------------------|------------------------------------------------------------|\n| [laminas/laminas-permissions-rbac](https://packagist.org/packages/laminas/laminas-permissions-rbac) | RBAC                 | [docs](https://docs.laminas.dev/laminas-permissions-rbac/) |\n| [laminas/laminas-crypt](https://packagist.org/packages/laminas/laminas-crypt)                       | 加密和密码HASH            | [docs](https://docs.laminas.dev/laminas-crypt/)            |\n| [firebase/php-jwt](https://packagist.org/packages/firebase/php-jwt)                                 | JWT(JSON Web Tokens) | [docs](https://github.com/firebase/php-jwt)                |\n| [endroid/qr-code](https://packagist.org/packages/endroid/qr-code)                                   | 用于生成二维码              | [docs](https://github.com/endroid/qr-code)                 |\n| [phpgangsta/googleauthenticator](https://packagist.org/packages/phpgangsta/googleauthenticator)     | 令牌验证相关               | [docs](https://github.com/PHPGangsta/GoogleAuthenticator)  |\n| [overtrue/wechat](https://packagist.org/packages/overtrue/wechat)                                   | 微信SDK                | [docs](https://easywechat.org/)                            |\n| [omnipay/omnipay](https://packagist.org/packages/omnipay/omnipay)                                   | 支付Omnipay            | [docs](http://omnipay.thephpleague.com/)                   |\n| [xxtime/paytime](https://packagist.org/packages/xxtime/paytime)                                     | 支付PayTime            | [docs](https://github.com/xxtime/paytime)                  |\n| [geoip2/geoip2](https://packagist.org/packages/geoip2/geoip2)                                       | 地理位置分析               | [docs](http://maxmind.github.io/GeoIP2-php/)               |\n| [league/oauth2-server](https://packagist.org/packages/league/oauth2-server)                         | Auth2.0 Server       | [docs](http://oauth2.thephpleague.com/)                    |\n| [bshaffer/oauth2-server-php](https://packagist.org/packages/bshaffer/oauth2-server-php)             | Auth2.0 Server       | [docs](https://bshaffer.github.io/oauth2-server-php-docs/) |\n| [league/oauth2-client](https://packagist.org/packages/league/oauth2-client)                         | Auth2.0 Client       | [docs](http://oauth2-client.thephpleague.com/)             |\n| [mobiledetect/mobiledetectlib](https://packagist.org/packages/mobiledetect/mobiledetectlib)         | 设备识别                 | [docs](http://mobiledetect.net/)                           |\n| [mongodb/mongodb](https://packagist.org/packages/mongodb/mongodb)                                   | MongoDB抽象层           | [docs](https://docs.mongodb.com/php-library/)              |\n| [hashids/hashids](https://packagist.org/packages/hashids/hashids)                                   | Hashids              | [docs](http://hashids.org/php/)                            |\n| [jenssegers/optimus](https://packagist.org/packages/jenssegers/optimus)                             | ID转换                 | [docs](https://github.com/jenssegers/optimus)              |\n| [league/climate](https://packagist.org/packages/league/climate)                                     | 命令行颜色                | [docs](http://climate.thephpleague.com/)                   |\n\n## Reference\n* [Aura](http://auraphp.com/)  \n* [Hoa](https://hoa-project.net/En/)  \n* [thephpleague](http://thephpleague.com/)  \n* [laminas components](https://docs.laminas.dev/components/)  \n* [symfony components](http://symfony.com/doc/current/components/index.html)  \n* [github awesome lists](https://github.com/sindresorhus/awesome)  \n* [github ziadoz awesome-php](https://github.com/ziadoz/awesome-php)  \n* [github JingwenTian awesome-php](https://github.com/JingwenTian/awesome-php)  \n* [github jobbole awesome-php-cn](https://github.com/jobbole/awesome-php-cn)  \n* [github phalcon awesome-phalcon](https://github.com/phalcon/awesome-phalcon)\n\n\n## About  \n* Project : [https://github.com/xxtime/phalcon](https://github.com/xxtime/phalcon)  \n* Document : [https://docs.phalconphp.com](https://docs.phalconphp.com)\n* Author : [https://zlab.dev](https://zlab.dev)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxtime%2Fphalcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxtime%2Fphalcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxtime%2Fphalcon/lists"}