php的无限级分类树,以树的结构来存储分类等数据,方便的树结构管理,分支查询,删除,移动等操作。无PHP框架限制。Php's infinite-level classification tree uses tree structure to store classification and other data, convenient tree structure management, branch query, delete, and move operations. No PHP framework restrictions.
☆23Jan 24, 2021Updated 5 years ago
Alternatives and similar repositories for infinite-tree
Users that are interested in infinite-tree are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- tp5的nestedsets,方便的对树形结构的数据在关系型数据库中进行管理和操作。☆14Jun 4, 2019Updated 7 years ago
- 一个tp5的RBAC库,使用composer来安装和更新你的项目对于RBAC的需求。同时支持jwt方式的验证。包含了RBAC需要的数据表的数据迁移,能够很方便的开始开发。☆66Nov 6, 2019Updated 6 years ago
- yii2的sms扩展库,实现了阿里大鱼sms短信接口以及阿里云云通信短信服务,在后期还会实现其他一些主流短信接口,也可以给我发邮件创建分支共同开发。☆10Jan 19, 2018Updated 8 years ago
- 基于 Swoole 定时管理系统☆22Jul 30, 2024Updated last year
- shorturl using mongoDB☆17May 29, 2013Updated 13 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Low performance Service Framework for PHP based on Workerman.☆12Mar 14, 2022Updated 4 years ago
- 基于tp5框架的七牛云存储实现,可以方便的实现文件上传,文件管理功能。只需两行代码就能完成一次文件上传☆11Apr 25, 2017Updated 9 years ago
- apijson的PHP版 目前只有 根据id 增删改查 和 根据字段查 而且没有递归☆45Apr 11, 2019Updated 7 years ago
- PHP经典小应用——无限极分类☆14Apr 26, 2016Updated 10 years ago
- php生成分布式唯一id扩展,基于Twitter SnowFlake分布式ID生成算法,使用c实现的php Extension。默认生成ID是一个64位long型数字。单机每秒内理论上最多可以生成1024*(2^12),也就是409.6万个ID(1024 X 4096 = …