Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/u-mulder/yaml2btx
- Owner: u-mulder
- Created: 2017-04-07T21:30:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T10:08:54.000Z (over 7 years ago)
- Last Synced: 2024-11-08T09:48:22.271Z (3 months ago)
- Topics: bitrix, blade-template, code-generation, symfony, yaml
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');```