lostfocus/jf2
最新稳定版本:0.4.1
Composer 安装命令:
composer require lostfocus/jf2
包简介
Basic mapping and handling of jf2 files and objects
README 文档
README
A small-ish collection of classes to map/serialize JF2-Json files to typed objects
and back. This is a pretty early version and is likely to break at any
time.
If you do want to use it, please specify at least the minor version in your composer.json
Test JF2 files taken from here.
Install
Via Composer
$ composer require lostfocus/jf2
Usage
$entry = new Lostfocus\Jf2\Utility\Entry(); $entry->setUrl('https://example.com'); echo json_encode($entry, JSON_PRETTY_PRINT | JSON_THROW_ON_ERROR);
Testing
$ composer test
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-06