hypnotox/toml

A PHP package implementing a TOML file loader.

dev-main 2022-12-26 20:54 UTC

This package is auto-updated.

Last update: 2024-10-27 00:46:39 UTC


README

CI Status Code Coverage Packagist Version Packagist PHP Version Support GitHub

A PHP package implementing a TOML file loader with immutable object representation.

This package strives to support the TOML v1.0.0 specification.

PRs are welcome.

Features

  • TOML Specification v1.0.0
    • Tables
    • Inline Tables
    • Array of Tables
    • Key/Value Pairs
    • Data Types
      • String
      • Integer
      • Float
      • Boolean
      • Offset Date-Time
      • Local Date-Time
      • Local Date
      • Local Time
      • Array
      • Inline Table

Installation

Simply require it using composer: composer require hypnotox/toml

Features

// TODO

Usage

// TODO