这是大学时代作品,目前不在维护;轻型PHP框架

大学时代作品。已不再维护。 2017/01/02,路由器改为PHP扩展C实现,PHP扩展路由地址:https://github.com/numberwolf/RollerPHP_Router_Extension, 目前仅支持Ubuntu 14.04上实现
一款采用前端采用vue(有赞vant组件库)+ php(l

oepzone 一款采用前端采用vue(有赞vant组件库)+ php(laravel5.8 + laravel-admin + oss)+第三方阿里云短信接口,阿里云对象存储 开发的校园空间[前端写的特别没规
An Instagram-clone with my own

Instagram-clone An Instagram-clone with my own flavors and features!! No longer maintained.
Chat PHP MySQL jQuery

Chat PHP MySQL with jQuery Features: Simple language supportImages supportVideos supportAdmin
Open source inventory manageme

Oswa - inv #Warehouse inventory system The application was initially created by Siamon Hasan , useing php, mysql and bootstrap. OSWA-INV is a web based Inventory System, that will allow you to keep tra
计算php文件更改内容未被phpuint覆盖的行

The MIT License (MIT)Copyright (c) 2016 KeYong YuPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dea
ip location tool, php IP 数据库读取

ip_location 纯真IP地址数据库 ip location tool, php IP 数据库读取, 纯真IP数据库读取,MYSQL, IP获取装换工具合集项目 PHP高速解析纯真IP数据,纯真IP数据库更新工
纯真 IP 数据库 - PHP 版

qqwry-php 纯真 IP 数据库 - PHP 版 参考: 格式说明文档: http://www.truevue.org/database/chunzhen-ip-formatpython版: https://github.com/gwind/ylinux/tree/master/tools/IP/QQWry; 更新 qqwry
是一个xlogion个人整理使用的PHP MYSQL PDO

PHP PDO_class 简介 说明 PHP PDO_class是一个xlogion个人整理使用的PHP MYSQL PDO class,自带分页。尝试让它看上去更加的:结构清晰、使用简单、扩展性良好。 基础
A simple php pagination plugin

pager A simple php pagination plugin,一个简单的php分页插件#调用方式 require_once('Pager.php');$total = 100;$p = 1;$pager = new Pager($total, $p, array('limit'=10));echo $pager-show(); #样