Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ascoos/converter-toml
- Owner: ascoos
- License: other
- Created: 2025-01-26T18:21:07.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2025-01-29T15:59:34.000Z (8 days ago)
- Last Synced: 2025-01-29T16:30:31.189Z (8 days ago)
- Topics: ascoos, ascoos-cms, ascoos-framework, code, libraries, php, php8, tarrayhandler, toml, ttomlhandler
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_AGL-F.md
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');
?>
```