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.
- 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
Simply require it using composer: composer require hypnotox/toml
// TODO
// TODO