hypnotox / toml
A PHP package implementing a TOML file loader.
dev-main
2022-12-26 20:54 UTC
Requires
- php: >=8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpunit/php-code-coverage: ^9.2
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^6.0
- vimeo/psalm: ^4.15
This package is auto-updated.
Last update: 2024-10-27 00:46:39 UTC
README
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