hypnotox/toml

A PHP package implementing a TOML file loader.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hypnotox/toml

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

This package is auto-updated.

Last update: 2025-10-27 03:35:55 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