此包已被弃用且不再维护。未建议替代包。

为Fatfree Framework支持的应用提供简单的辅助方法

1.2 2020-12-21 18:35 UTC

This package is auto-updated.

Last update: 2022-11-04 15:24:29 UTC


README

Fatfree Framework支持的应用提供辅助类。

https://github.com/r3sist/h3

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

简单的原子订阅源解析器。

API 文档

缓存

为Fatfree Framework支持的应用提供简单的键值存储数据库。

API 文档

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的静态辅助工具。

API 文档

Json

Json辅助工具。

API 文档

Md

Markdown辅助工具。

API 文档

Tester

已弃用的Fatfree Framework测试辅助工具。

API 文档

Validator

API 文档