PHPackages                             yinhe/yincart - 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. yinhe/yincart

ActiveLibrary[Framework](/categories/framework)

yinhe/yincart
=============

yincart is a online shop system which base on yiiframework

63756[6 issues](https://github.com/yinhe/yincart/issues)JavaScript

Since Jan 9Pushed 12y ago27 watchersCompare

[ Source](https://github.com/yinhe/yincart)[ Packagist](https://packagist.org/packages/yinhe/yincart)[ RSS](/packages/yinhe-yincart/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

yincart
=======

[](#yincart)

Why call yincart, not yiicart. Yincart means Yii in cart, or u can call it "yi niu", lol.

base on yiiframework , website:yincart.com

[![Latest Stable Version](https://camo.githubusercontent.com/fc867d0e84ad7c9f1fa2c4f2c685175c9924b2882c29f39e218264c1e4f6bbde/68747470733a2f2f706f7365722e707567782e6f72672f79696e68652f79696e636172742f762f737461626c652e706e67)](https://packagist.org/packages/yinhe/yincart)[![Total Downloads](https://camo.githubusercontent.com/37f314a4925e9f8213a1892f02890d33721aa67af9e983dc030aefdf901acf6f/68747470733a2f2f706f7365722e707567782e6f72672f79696e68652f79696e636172742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/yinhe/yincart)[![Build Status](https://camo.githubusercontent.com/1e780e22a70dae4cf0e47be4c7b1972952485e482be5d876927d22948c2a9870/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f79696e68652f79696e636172742e706e67)](http://travis-ci.org/yinhe/yincart)[![Dependency Status](https://camo.githubusercontent.com/db0b18e37cd4a257713960e5849e89b1fbbf3292589f47c8266f20c7fe6cd76b/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f79696e68653a79696e636172742f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/yinhe:yincart/dev-master)

\###版本迁移进入yincart group

新地址为：

\###Yincart项目结构说明

- advanced为中大型项目管理结构分支，前台入口为frontend/www，后台入口为backend/www；定位于B2B2C
- basic为小型项目管理结构分支，后台入口为backend.php；定位于B2C
- 请根据自己的业务需求选择
- Advanced Install
- use shopend.com redirect to the shopend/www directory
- use backend.com redirect to the backend/www directory
- use frontend.com redirect to the frontend/www directory
- use image.com redirect to the upload directory
- database: common/data/yincart-\*(latest).sql

\###2013.8.04 1.0.7预览版

1.07版带来的变化：

- 商品相册更换为jquery upload
- 弃用商品类型，商品终极分类与其对应的属性相关联
- 商品的属性添加更新完善
- 商品的sku添加更新完善(已完成)
- 前台商品搜索实现(未完成)
- 商品详情页能展示商品的销售属性以及其他属性(未完成)
- 订单创建流程完善(未完成)
- 订单统计基本功能呈现(未完成)
- A版(advanced) 增加多店铺功能

\###2013.6.16 1.0.6版本

经过一个月的开发，1.0.6预览版终于出来了，前端新皮肤正在加紧开发中。下面简单介绍本版本主要的改变：

- 在之前的基础上完善了商品属性的添加
- 引入商品类型
- 完善商品上传、商品属性以及商品相册的添加
- 增加商品批量管理
- 引入了翻译模块，实现多语言化
- 引入语言、货币、皮肤数据表
- 增加了widgets目录，便于对不同皮肤定制widgets
- 增加bootstrap的'fontAwesomeCss' =&gt; true属性，可使用更多图标ICON，可自行在后端配置文件关闭
- 增加了新皮肤ultimo，支持国际化，正在完善中。之前皮肤不能正常使用的需要对菜单进行自定义
- 文章和产品URL引入标题进行SEO优化，并支持汉字转拼音
- 增加站点配置模块，可通过F::sg('site', 'name')格式引入
- 评论和SEO模块初步引入，待完善

\###2013.5.10 1.0.5版本

- 前端用户模块更新为最新版本的Yii-user,同时添加测试邮件服务器支持发送注册邮件
- 前端测试用户帐号密码更新为demo demo123,数据库引擎全部更新为innodb

\###2013.4.30 1.0.4版本

- 前端集成进入左右值无限分类
- 数据库配置文件在/common/config/main-local.php,便于GIT部署项目时直接忽略提交此文件

\###2013.4.24 1.0.3版本

- 分类换成左右值无限分类，编辑器扩展引入最新的kindeditor
- 数据库完整版位于/common/data/yincart-1.0.3.sql
- 后台登陆帐号密码修正为admin admin123

\###2013.3.24 1.0.2版本

- 前后台目录结构调整，适合中大型项目开发
- 数据库完整版位于/common/data/yincart.sql
- 数据库表版本更新位于/common/migrations/
- EER部分核心数据库设计图位于/common/data/
- 后台登陆帐号密码为admin demo
- 前台登陆帐号密码为demo admin123
- 下载后缺少assets文件，请自行创建
- 前端访问路径webroot/frontend/www
- 后端访问路径webroot/backend/www
- common/main-local.php 本地数据库配置
- 因YII框架自身比较大，所以没有包含在代码中，请按前后端index.php里的YII路径放置好框架位置

\###2012.5.21 1.0.1版本

- 数据库位于/protected/data/yincart.sql
- EER部分核心数据库设计图位于/protected/data/
- 后台登陆帐号密码为admin admin123
- 下载后缺少assets文件，请自行创建
- 因YII框架自身比较大，所以没有包含在代码中，请按index.php里的YII路径放置好框架位置

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.2% 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://avatars.githubusercontent.com/u/1650669?v=4)[He Yin](/maintainers/yinhe)[@yinhe](https://github.com/yinhe)

---

Top Contributors

[![yinhe](https://avatars.githubusercontent.com/u/1650669?v=4)](https://github.com/yinhe "yinhe (84 commits)")[![davidhhuan](https://avatars.githubusercontent.com/u/449399?v=4)](https://github.com/davidhhuan "davidhhuan (10 commits)")[![yhxxlm](https://avatars.githubusercontent.com/u/3837323?v=4)](https://github.com/yhxxlm "yhxxlm (4 commits)")[![eric1688](https://avatars.githubusercontent.com/u/5328532?v=4)](https://github.com/eric1688 "eric1688 (3 commits)")

### Embed Badge

![Health badge](/badges/yinhe-yincart/health.svg)

```
[![Health](https://phpackages.com/badges/yinhe-yincart/health.svg)](https://phpackages.com/packages/yinhe-yincart)
```

###  Alternatives

[laravel/socialite

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

5.7k104.3M844](/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)
