PHPackages                             limingxinleo/phalcon-project-micro - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. limingxinleo/phalcon-project-micro

ActiveProject[Framework](/categories/framework)

limingxinleo/phalcon-project-micro
==================================

a micro project for phalcon

1.6.0(9y ago)5212Apache-2.0PHP

Since Nov 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/limingxinleo/micro.phalcon)[ Packagist](https://packagist.org/packages/limingxinleo/phalcon-project-micro)[ RSS](/packages/limingxinleo-phalcon-project-micro/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (21)Used By (0)

micro.phalcon
=============

[](#microphalcon)

[![Total Downloads](https://camo.githubusercontent.com/1d9da489524645c77b65c5002834bf7029cb296e47a9d9314df7971a54a2f856/68747470733a2f2f706f7365722e707567782e6f72672f6c696d696e6778696e6c656f2f7068616c636f6e2d70726f6a6563742d6d6963726f2f646f776e6c6f616473)](https://packagist.org/packages/limingxinleo/phalcon-project-micro)[![Latest Stable Version](https://camo.githubusercontent.com/49517071619b29d0573fbcbda9ae0730133efcae242c31053646c6c9f9e8ed10/68747470733a2f2f706f7365722e707567782e6f72672f6c696d696e6778696e6c656f2f7068616c636f6e2d70726f6a6563742d6d6963726f2f762f737461626c65)](https://packagist.org/packages/limingxinleo/phalcon-project-micro)[![Latest Unstable Version](https://camo.githubusercontent.com/fc95a743fe3afcdceb8572fa90638feca755c2a1a8faf31ec9013662c3f07336/68747470733a2f2f706f7365722e707567782e6f72672f6c696d696e6778696e6c656f2f7068616c636f6e2d70726f6a6563742d6d6963726f2f762f756e737461626c65)](https://packagist.org/packages/limingxinleo/phalcon-project-micro)[![License](https://camo.githubusercontent.com/e559926bb52ad1ec5df5e6154298f96b3cd44cc77e8ec945435b410e7e7e34e2/68747470733a2f2f706f7365722e707567782e6f72672f6c696d696e6778696e6c656f2f7068616c636f6e2d70726f6a6563742d6d6963726f2f6c6963656e7365)](https://packagist.org/packages/limingxinleo/phalcon-project-micro)

[Phalcon 官网](https://docs.phalconphp.com/zh/latest/index.html)

安装方法
----

[](#安装方法)

```
git clone --depth=1 git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install

vim etc/php.ini
extension=phalcon.so

composer create-project limingxinleo/phalcon-project-micro demo

```

目录结构
----

[](#目录结构)

初始的目录结构如下：

```
www  WEB部署目录（或者子目录）
├─app                   项目文件
│ ├─config              配置文件
│ ├─library             第三方库目录
│ ├─models              模型目录
│ ├─services            自定义服务目录
│ ├─views               视图目录
│ └─app.php             项目应用
├─public                资源目录
│ ├─app                 项目资源目录
│ ├─lib                 第三方资源目录
│ ├─.htaccess           apache重写文件
│ └─index.php           入口文件
├─storage               项目写入仓库
│ ├─cache               项目缓存目录
│ │ ├─data              数据缓存目录
│ │ └─view              视图缓存目录
│ ├─log                 日志目录
│ └─migrations          数据库迁移目录
├─vendor                第三方类库目录（Composer依赖库）
├─.env                  env支持配置文件
├─composer.json         composer定义文件
├─README.md             README文件
├─LICENSE               授权说明文件

```

注意事项
----

[](#注意事项)

- 使用模型进行信息存储时，因为模型元数据的问题，非空字段会匹配非空、非空字符串两个条件，致使一些空字符串字段不赋默认非空字符串值的情况下，保存失败！
- 框架默认以文件的方式缓存元数据，一旦表结构被修改，请手动清理storage/meta文件下的元数据
- 使用Phalcon 开发工具的时候，需要维护config/config.ini配置文件

Composer 国内镜像
-------------

[](#composer-国内镜像)

```
"repositories": {
        "packagist": {
            "type": "composer",
            "url": "https://packagist.phpcomposer.com"
        }
    }

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Recently: every ~42 days

Total

19

Last Release

3194d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e427ffcc825cdaf0253c4f8c212a6d6da66dce645f7a49316fbe63d18f7ca5e9?d=identicon)[limingxinleo](/maintainers/limingxinleo)

---

Top Contributors

[![limingxinleo](https://avatars.githubusercontent.com/u/16648551?v=4)](https://github.com/limingxinleo "limingxinleo (84 commits)")

---

Tags

microphalconphp

### Embed Badge

![Health badge](/badges/limingxinleo-phalcon-project-micro/health.svg)

```
[![Health](https://phpackages.com/badges/limingxinleo-phalcon-project-micro/health.svg)](https://phpackages.com/packages/limingxinleo-phalcon-project-micro)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
