azjezz / toml
A TOML ( Tom's Obvious, Minimal Language ) parser implementation for data serialization and deserialization in PHP
dev-develop
2021-01-24 16:02 UTC
Requires
- php: ^8.0
- azjezz/psl: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.4
This package is auto-updated.
Last update: 2024-10-24 23:34:17 UTC
README
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.