Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ascoos/converter-toml

Converts files to various formats to and from TOML files using Ascoos Framework.
https://github.com/ascoos/converter-toml

ascoos ascoos-cms ascoos-framework code libraries php php8 tarrayhandler toml ttomlhandler

Last synced: 7 days ago
JSON representation

Converts files to various formats to and from TOML files using Ascoos Framework.

Awesome Lists containing this project

README

        

# Converter TOML

---

[![AGL-F](https://img.shields.io/badge/License-AGLF-blue.svg)](http://docs.ascoos.com/lics/ascoos/AGL-F.html)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/ascoos/cms-suggestions/total?color=%230E80C0)
![GitHub Release](https://img.shields.io/github/v/release/ascoos/cms-suggestions)
![GitHub Release Date](https://img.shields.io/github/release-date/ascoos/cms-suggestions?color=%230E80C0)
![GitHub repo size](https://img.shields.io/github/repo-size/ascoos/cms-suggestions)
[![Ascoos Web Extended Studio - total lines](https://tokei.rs/b1/github/ascoos/cms-suggestions?category=lines)](https://github.com/ascoos/cms-suggestions)
[![Ascoos Web Extended Studio - source code lines](https://tokei.rs/b1/github/ascoos/cms-suggestions?category=code)](https://github.com/ascoos/cms-suggestions)
[![Ascoos Web Extended Studio - files in repository](https://tokei.rs/b1/github/ascoos/cms-suggestions?category=files)](https://github.com/ascoos/cms-suggestions)

---

## Descript
Converts files of various formats to and from TOML data or file using the [Ascoos Framework](https://github.com/ascoos/afw).

## Requires
Require version of [Ascoos Framework](https://github.com/ascoos/afw) >= 25.0.0.10992

## Example Use
```php
fromTOML($filename);
$return = $objArray->toJSON();
$objArray->Free($objArray);

return $return;
}

echo convert_toml_to_json('config.toml');
?>
```