azjezz/toml

PHP中用于数据序列化和反序列化的TOML(Tom's Obvious, Minimal Language)解析器实现

dev-develop 2021-01-24 16:02 UTC

This package is auto-updated.

Last update: 2024-08-24 23:08:07 UTC


README

Unit tests status Static analysis status Security analysis status Coding standards status Coverage Status Type Coverage Total Downloads Latest Stable Version License

PHP中用于数据序列化和反序列化的TOML(Tom's Obvious, Minimal Language)解析器实现。

示例

<?php

declare(strict_types=1);

$file = 'path/to/config.toml';
$configuration = ...

安装

支持的安装方法是使用composer

$ composer require azjezz/toml

许可协议

MIT许可协议(MIT)。更多详情请参阅LICENSE