toml
TOML parser
A PHP parser for TOML configuration files
A PHP parser for TOML
200 stars
6 watching
27 forks
Language: PHP
last commit: over 4 years ago
Linked from 1 awesome list
configurationphptoml
Related projects:
Repository | Description | Stars |
---|---|---|
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |
uiri/toml | A Python library for parsing and creating the TOML data interchange format. | 1,095 |
nimparsers/parsetoml | Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats. | 114 |
tamasfe/taplo | A Rust toolkit for parsing and encoding TOML v1.0.0 data | 1,453 |
skystrife/cpptoml | A C++ library for parsing TOML configuration files | 587 |
pmderodat/ada-toml | A parser and creator of TOML documents in Ada | 31 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
kowainik/tomland | A Haskell library for bidirectional serialization of TOML configuration data | 122 |
cespare/vim-toml | Provides syntax highlighting and formatting support for TOML configuration files in the Vim text editor. | 625 |
marzer/tomlplusplus | A C++ library for parsing and serializing TOML configuration files | 1,577 |
toml-lang/toml-test | A tool that verifies the correctness of TOML parsers and writers through automated testing. | 216 |