resist / h3
此包已被弃用且不再维护。未建议替代包。
为Fatfree Framework支持的应用提供简单的辅助方法
1.2
2020-12-21 18:35 UTC
Requires
- php: >=7.4
- ext-json: *
- ext-libxml: *
- ext-simplexml: *
- bcosca/fatfree-core: 3.*
- kint-php/kint: *
Requires (Dev)
- nette/tester: 2.*
- resist/dirtydoc: dev-main
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2022-11-04 15:24:29 UTC
README
为Fatfree Framework支持的应用提供辅助类。
resist 2020 | https://resist.hu | https://github.com/r3sist/h3
此存储库仅用于个人使用。
安装
通过composer: "resist/h3": "dev-master"
运行 "tests"
https://tester.nette.org/en/guide
Windows
.\vendor\bin\tester tests
许可证
GNU GPLv3
Atom
简单的原子订阅源解析器。
缓存
为Fatfree Framework支持的应用提供简单的键值存储数据库。
cache
表的方案
CREATE TABLE IF NOT EXISTS `cache` ( `name` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `modified` int(11) DEFAULT 0, PRIMARY KEY (`name`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; COMMIT;
H3
Fatfree Framework的静态辅助工具。
Json
Json辅助工具。
Md
Markdown辅助工具。
Tester
已弃用的Fatfree Framework测试辅助工具。