{"id":15029154,"url":"https://github.com/mkgor/yacl","last_synced_at":"2026-02-03T07:34:14.739Z","repository":{"id":57018041,"uuid":"226480598","full_name":"mkgor/yacl","owner":"mkgor","description":"YACL is lightweight and easy to use library, which allows you to make your configuration files easy to read and edit.","archived":false,"fork":false,"pushed_at":"2020-04-30T20:35:27.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T06:07:03.817Z","etag":null,"topics":["configuration","language","php7","tokenization","yacl"],"latest_commit_sha":null,"homepage":"https://mkgor.github.io/yacl/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkgor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-07T08:38:21.000Z","updated_at":"2022-09-07T11:08:32.000Z","dependencies_parsed_at":"2022-08-23T23:30:46.194Z","dependency_job_id":null,"html_url":"https://github.com/mkgor/yacl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mkgor/yacl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkgor%2Fyacl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkgor%2Fyacl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkgor%2Fyacl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkgor%2Fyacl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkgor","download_url":"https://codeload.github.com/mkgor/yacl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkgor%2Fyacl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","language","php7","tokenization","yacl"],"created_at":"2024-09-24T20:09:50.730Z","updated_at":"2026-02-03T07:34:14.720Z","avatar_url":"https://github.com/mkgor.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/coverage-94%25-green)\n![GitHub](https://img.shields.io/github/license/mkgor/yacl)\n![GitHub All Releases](https://img.shields.io/github/downloads/mkgor/yacl/total)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mkgor/yacl)\n\n# YACL\n##### Yet Another Configuration Language\n\n![Logo](https://i.imgur.com/BP0GNRS.jpg)\n\nYACL is lightweight and easy to use library, which allows you to make your configuration files easy to read and edit. \n\n## Requirements\n\n- Composer (for installation)\n- PHP 7.1 or higher\n\n## Installation\n\nUse composer to install it\n\n````bash\ncomposer require mkgor/yacl\n````\n\n## Usage\n\nAfter installation, you are ready to use it\n\n````php\n\u003c?php\n\n$result = $this-\u003emanager-\u003eparseYcl('path-to-your-file.ycl');\n\n//Getting data as array\n$configurationArray = $result-\u003easArray();\n\n//Getting data as PHP object\n$configurationObject = $result-\u003easObject();\n````\n\n## Syntax\n\nCreating simple key =\u003e value item\n\n````\nkey is \"value\"\n````\n\nCreating array / multidimensional array\n\n````\narrayName are\n  key is \"value\"\n  \n  secondArray are\n    secondKey is \"secondValue\"\n  end\nend\n````\n\nYou also can create inline array and specify its items in one line\n\n````\ninlineArray are \"firstValue\",\"secondValue\",\"thirdValue\" end\n````\n\n#### Syntax highlighting\n\nIn near future i will create .ycl syntax highlighting plugin for Sublime Text\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkgor%2Fyacl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkgor%2Fyacl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkgor%2Fyacl/lists"}