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: about 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T15:59:34.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:30:31.189Z (over 1 year 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
---
[](http://docs.ascoos.com/lics/ascoos/AGL-F.html)




[](https://github.com/ascoos/cms-suggestions)
[](https://github.com/ascoos/cms-suggestions)
[](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');
?>
```