azjezz/toml

A TOML ( Tom's Obvious, Minimal Language ) parser implementation for data serialization and deserialization in PHP

Maintainers

Details

github.com/azjezz/toml

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/azjezz/toml

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

This package is auto-updated.

Last update: 2025-09-25 01:28:54 UTC


README

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

A TOML ( Tom's Obvious, Minimal Language ) parser implementation for data serialization and deserialization in PHP.

Example

<?php

declare(strict_types=1);

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

Installation

Supported installation method is via composer:

$ composer require azjezz/toml

License

The MIT License (MIT). Please see LICENSE for more information.