Skip to content

hypnotox/php-toml

Repository files navigation

hypnotox/toml (WIP - Package is currently not stable)

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

About

A TOML file loader for PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published