PHPackages                             janfish/phalcon-seed - 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. janfish/phalcon-seed

ActiveProject[Framework](/categories/framework)

janfish/phalcon-seed
====================

The Phalcon Framework.

022PHP

Since Feb 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zeng444/janfish-phalcon-seed)[ Packagist](https://packagist.org/packages/janfish/phalcon-seed)[ RSS](/packages/janfish-phalcon-seed/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

种子说明
----

[](#种子说明)

### 目录结构说明

[](#目录结构说明)

api 微应用模式例子 cli 脚本应用模式例子 configs 公用配置文件 logs 日志目录 core 核心程序

### 版本环境

[](#版本环境)

> PHP Version 7.1.2 Phalcon 3.4.1

兼容

> PHP Version 5.5.3 Phalcon 2.0.8

### PHP配置

[](#php配置)

php.ini

```
variables_order = "GPCSE"

```

### 系统环境配置

[](#系统环境配置)

/etc/profile

```
export SITE_ENV=DEV

```

### Nginx

[](#nginx)

vhost

```
server {
    listen   80;
    server_name YOUR_LOCAL_DOMAIN;
    root /vagrant/phalcon7/app/public;
    include phalcon7.conf;
}

```

phalcon7.conf

```
index index.php;
try_files $uri $uri/ @rewrite;
location @rewrite {
   rewrite ^(.*)$ /index.php?_url=$1;
}
location ~ index\.php$ {
    include /etc/nginx/fastcgi_params;
    fastcgi_index /index.php;
    fastcgi_pass 127.0.0.1:9007;
    fastcgi_param PATH_INFO       $fastcgi_path_info;
    fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_param  SITE_ENV DEV;
}

```

### phalcon tools

[](#phalcon-tools)

- 配置configs目录下config.ini，主要修改数据库配置和Model路径配置
- 项目根目录下创建.phalcon目录
- 根目录下运行phalcon tools生成模型等

```
phalcon model tableName  --extends=BaseModel --doc
phalcon all-models  --extends=BaseModel --doc

```

### phalcon-ide-stubs

[](#phalcon-ide-stubs)

>

PHPUnit 环境
----------

[](#phpunit-环境)

### PHP5.5

[](#php55)

```
wget https://phar.phpunit.de/phpunit-4.8.phar
chmod +x phpunit-6.2.phar
mv phpunit-6.2.phar /usr/local/bin/phpunit

```

### PHP7.1

[](#php71)

```
wget https://phar.phpunit.de/phpunit-6.2.phar
chmod +x phpunit-6.2.phar
mv phpunit-6.2.phar /usr/local/bin/phpunit

```

GRUNT编译环境
---------

[](#grunt编译环境)

### NODEJS

[](#nodejs)

- install nodejs
- npm install -g grunt-cli
- npm config set registry
- cd app/public
- npm install

### 编译命令

[](#编译命令)

- grunt release
- grunt build\_watch

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/60a62fd9f299f25558ac4a898ae3833bd7185ba4706bb167a8cabf05a3d96955?d=identicon)[Robert Zeng](/maintainers/Robert%20Zeng)

---

Top Contributors

[![zeng444](https://avatars.githubusercontent.com/u/941266?v=4)](https://github.com/zeng444 "zeng444 (7 commits)")

### Embed Badge

![Health badge](/badges/janfish-phalcon-seed/health.svg)

```
[![Health](https://phpackages.com/badges/janfish-phalcon-seed/health.svg)](https://phpackages.com/packages/janfish-phalcon-seed)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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