Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/u-mulder/yaml2btx

Generating php-codes for bitrix entites from yaml config files
https://github.com/u-mulder/yaml2btx

bitrix blade-template code-generation symfony yaml

Last synced: about 1 month ago
JSON representation

Generating php-codes for bitrix entites from yaml config files

Awesome Lists containing this project

README

        

# yaml2btx
Generating php-codes for bitrix entities from yaml config files

## Usage sample

```
require_once "./vendor/autoload.php";

$g = new \Yaml2Btx\Generator();
$g->parse('./config/iblock.yaml')->save('./output/output.php');

```