{"id":17955768,"url":"https://github.com/limingxinleo/basic-phalcon","last_synced_at":"2025-07-23T06:34:45.936Z","repository":{"id":51382475,"uuid":"120243222","full_name":"limingxinleo/basic-phalcon","owner":"limingxinleo","description":"Phalcon 基础框架封装","archived":false,"fork":false,"pushed_at":"2018-10-30T10:15:19.000Z","size":1323,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T15:03:25.730Z","etag":null,"topics":["phalcon","php","project"],"latest_commit_sha":null,"homepage":null,"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/limingxinleo.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}},"created_at":"2018-02-05T02:09:23.000Z","updated_at":"2022-08-02T07:50:57.000Z","dependencies_parsed_at":"2022-09-11T20:30:53.762Z","dependency_job_id":null,"html_url":"https://github.com/limingxinleo/basic-phalcon","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/limingxinleo/basic-phalcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limingxinleo%2Fbasic-phalcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limingxinleo%2Fbasic-phalcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limingxinleo%2Fbasic-phalcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limingxinleo%2Fbasic-phalcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limingxinleo","download_url":"https://codeload.github.com/limingxinleo/basic-phalcon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limingxinleo%2Fbasic-phalcon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266631542,"owners_count":23959419,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["phalcon","php","project"],"created_at":"2024-10-29T10:32:06.285Z","updated_at":"2025-07-23T06:34:45.906Z","avatar_url":"https://github.com/limingxinleo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHALCON基础开发框架\n\n\u003e 本项目以[limingxinleo/phalcon-project](https://github.com/limingxinleo/phalcon)为基础，进行简易封装。\n\n[![Build Status](https://travis-ci.org/limingxinleo/phalcon-unit-test.svg?branch=master)](https://travis-ci.org/limingxinleo/phalcon-unit-test)\n[![Total Downloads](https://poser.pugx.org/limingxinleo/phalcon-basic-project/downloads)](https://packagist.org/packages/limingxinleo/phalcon-basic-project)\n[![Latest Stable Version](https://poser.pugx.org/limingxinleo/phalcon-basic-project/v/stable)](https://packagist.org/packages/limingxinleo/phalcon-basic-project)\n[![Latest Unstable Version](https://poser.pugx.org/limingxinleo/phalcon-basic-project/v/unstable)](https://packagist.org/packages/limingxinleo/phalcon-basic-project)\n[![License](https://poser.pugx.org/limingxinleo/phalcon-basic-project/license)](https://packagist.org/packages/limingxinleo/phalcon-project)\n\n\n[Phalcon 官网](https://docs.phalconphp.com/zh/latest/index.html)\n\n[wiki](https://github.com/limingxinleo/simple-subcontrollers.phalcon/wiki)\n\n## 安装\n~~~bash\n$ composer create-project limingxinleo/phalcon-basic-project\n~~~\n\n## 扩展介绍\n\n[limingxinleo/phalcon-project-library](https://github.com/limingxinleo/phalcon-project-library)\n\n框架所用的基础扩展\n\n[limingxinleo/x-swoole-rpc](https://github.com/limingxinleo/x-swoole-rpc)\n\n用户内部服务通信的RPC扩展，基于Swoole Tcp Server \u0026 Client 开发。期待Swoole4.0协程时代的到来。\n\n[limingxinleo/x-phalcon-config-center](https://github.com/limingxinleo/x-phalcon-config-center)\n\n配置中心模块，方便配置文件分类读取\n\n[limingxinleo/x-phalcon-enum](https://github.com/limingxinleo/x-phalcon-enum)\n\n基于注解的枚举类\n\n## 封装版本\n- [Thrift GO服务版本](https://github.com/limingxinleo/thrift-go-phalcon-project)\n- [Phalcon快速开发框架](https://github.com/limingxinleo/biz-phalcon)\n- [Phalcon基础开发框架](https://github.com/limingxinleo/basic-phalcon)\n- [Zipkin开发版本](https://github.com/limingxinleo/zipkin-phalcon)\n- [Eureka开发版本](https://github.com/limingxinleo/eureka-phalcon)\n- [RabbitMQ](https://github.com/limingxinleo/rabbitmq-phalcon)\n- [ELK开发版本](https://github.com/limingxinleo/elk-phalcon)\n- [配置中心](https://github.com/limingxinleo/config-center-phalcon)\n\n## 测试以及其他DEMO\n- [框架测试](https://github.com/limingxinleo/phalcon-unit-test)\n- [多库单表](https://github.com/limingxinleo/service-demo-order)\n- [Elasticsearch](https://github.com/Aquarmini/elasticsearch-demo-phalcon)\n- [kafka](https://github.com/Aquarmini/kafka-demo-phalcon)\n- [机器学习](https://github.com/Aquarmini/ml-demo-phalcon)\n- [正则匹配](https://github.com/Aquarmini/regex-demo-phalcon)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimingxinleo%2Fbasic-phalcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimingxinleo%2Fbasic-phalcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimingxinleo%2Fbasic-phalcon/lists"}