PHPackages                             kaysen820/kaysen-dev - 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. kaysen820/kaysen-dev

ActiveKshop-extension

kaysen820/kaysen-dev
====================

Kshop - Development Package

v1.41(9y ago)561816[1 issues](https://github.com/kaysen820/kshop/issues)BSD-3-ClausePHPPHP &gt;=5.3.0

Since Mar 10Pushed 9y ago11 watchersCompare

[ Source](https://github.com/kaysen820/kshop)[ Packagist](https://packagist.org/packages/kaysen820/kaysen-dev)[ Docs](https://github.com/kaysen820/kshop)[ RSS](/packages/kaysen820-kaysen-dev/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

\#Kshop [![Latest Stable Version](https://camo.githubusercontent.com/2e5c114a1159fc43b5a0c94c44302b01fd37b67b60bab6f6e6e8ac93e8bc97ed/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f76657273696f6e)](https://packagist.org/packages/kaysen820/kaysen-dev)[![Total Downloads](https://camo.githubusercontent.com/0214f0275ec6f6aced7f9a5d4d1fe22d04550813b9a5a018c5978b03a65b2fe2/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f646f776e6c6f616473)](https://packagist.org/packages/kaysen820/kaysen-dev)[![Latest Unstable Version](https://camo.githubusercontent.com/5197d1ac261f2af7de0880c082ad642239cb9e64998c7a3feb02451c326ed17e/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f762f756e737461626c65)](//packagist.org/packages/kaysen820/kaysen-dev)[![License](https://camo.githubusercontent.com/02c90334438e8815553e4c68e604079da37b023b96d0c9317c2e2a02198ad6ce/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f6c6963656e7365)](https://packagist.org/packages/kaysen820/kaysen-dev)[![Monthly Downloads](https://camo.githubusercontent.com/82b9f116d49bd14f76855d6463692b22c38f42f63551289438e8d4dfe8d480ae/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f642f6d6f6e74686c79)](https://packagist.org/packages/kaysen820/kaysen-dev)[![Daily Downloads](https://camo.githubusercontent.com/74a5a1f523e3c6531128d93542fd39659a561c256ce0e22b33a257d55acbebcb/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f642f6461696c79)](https://packagist.org/packages/kaysen820/kaysen-dev)[![composer.lock available](https://camo.githubusercontent.com/e19f3c2a86401e26e2ae271db14a21c5b6ace9fd15ec0cd4b93d7779a8252a4d/68747470733a2f2f706f7365722e707567782e6f72672f6b617973656e3832302f6b617973656e2d6465762f636f6d706f7365726c6f636b)](https://packagist.org/packages/kaysen820/kaysen-dev)[![Build Status](https://camo.githubusercontent.com/e683248dabab0e4b802d1fe38d24679929a468fc7dfb4c9e698ce070a653b1a7/68747470733a2f2f7472617669732d63692e6f72672f6b617973656e3832302f6b73686f702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kaysen820/kshop)

演示地址：

早期托管地址：

### 说明

[](#说明)

整站DIV+CSS+jQuery+Thinkphp，仿的 2012 年的绿森数码，后台仿的 Ecshop ，并且重新手写了所有前端页面，功能设计和前后端独自完成

主要的功能：支持支付宝支付、会员管理、积分管理、公告管理、幻灯片管理、分类管理、商品管理、评论管理、优惠券管理、订单管理、商城设置

---

### 安装

[](#安装)

1、PHP版本请使用 ≥ 5.3 并且 ≤ 5.6

2、修改配置文件数据库相关并将表结构文件 kshop.sql 导入至Mysql，如果需要测试数据下载请到  中下载

3、默认为 REWRITE 模式，需要开启 Apache 或 Nginx 的 REWRITE 并配置 vhost；如果使用的是 IIS 则需要自行将 .htaccess 转换成 IIS 的形式

4、后台访问地址为你配置的vhost地址后加/Admin (如：`http://loc.kshop.com/Admin`)，用户名和密码：admin admin

---

### 历史版本

[](#历史版本)

***Kshop-v1.4***

```
更改Runtime路径
配置默认为不缓存所有数据并开启DEBUG
修复部分命名错误的类、方法、变量
支付和订单部分的数据库操作加了悲观行锁
分离测试数据到 Tag 中
修复上传文件安全问题
```

***Kshop-v1.3***

```
增加模块分组、关联查询、复合查询、分离Model层
大部分功能进行重写，时间有限，还有一小部分BUG未修复
增加针对TP2.1版本的URL安全漏洞补丁
```

***Kshop-Revision-v1.2***

```
修复XSS和SQL注入过滤
调整了数据库操作方面和分页问题
处理了部分物品、购物车、订单所属权限问题
```

***Kshop-v1.1***

```
2013.11发布 1.1 版本并开源，修复BUG若干，重新整理前后端代码格式
```

***Kshop-v1.0***

```
2012-1-21完成第一版本，仿的当时的绿森数码，后台仿的Ecshop
所有前端代码重新手写，后端根据我个人的设计和思路独自完成
集成支付宝支付功能
```

---

### 建议

[](#建议)

建议增加一个全局的模型的自动验证

---

### 其他

[](#其他)

下一版本主要是脱离PHP框架开发的功能更强大的B2C独立网店系统

可以进行安装、多模板、插件功能、多种支付方式、分析和报表、RBAC等...

如果有感兴趣的朋友可以Email我

如要正式商用此源码或修改后商用的请Email通知本人

Email:

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3347d ago

### Community

Maintainers

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

---

Top Contributors

[![KAY53N](https://avatars.githubusercontent.com/u/4578669?v=4)](https://github.com/KAY53N "KAY53N (24 commits)")

---

Tags

phpshoppingshopkshop

### Embed Badge

![Health badge](/badges/kaysen820-kaysen-dev/health.svg)

```
[![Health](https://phpackages.com/badges/kaysen820-kaysen-dev/health.svg)](https://phpackages.com/packages/kaysen820-kaysen-dev)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[sylius/resource

Basic resource interfaces for PHP applications.

252.7M65](/packages/sylius-resource)[amsgames/laravel-shop

Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.

4845.9k](/packages/amsgames-laravel-shop)[sylius/promotion

Flexible promotion management for PHP applications.

28477.8k9](/packages/sylius-promotion)[sylius/order

Orders management library for PHP.

24455.5k21](/packages/sylius-order)[sylius/product

Product catalog system with support for product options and variants.

24367.4k15](/packages/sylius-product)

PHPackages © 2026

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