{"id":18332815,"url":"https://github.com/creatiwity/wtemplate","last_synced_at":"2025-07-15T06:39:18.043Z","repository":{"id":8535451,"uuid":"10154305","full_name":"Creatiwity/WTemplate","owner":"Creatiwity","description":"Template Compiler written in PHP","archived":false,"fork":false,"pushed_at":"2018-06-04T07:29:45.000Z","size":36,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-15T11:20:57.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Creatiwity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-19T10:57:49.000Z","updated_at":"2018-06-06T15:42:42.000Z","dependencies_parsed_at":"2022-09-13T22:12:17.275Z","dependency_job_id":null,"html_url":"https://github.com/Creatiwity/WTemplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creatiwity%2FWTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creatiwity%2FWTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creatiwity%2FWTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creatiwity%2FWTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Creatiwity","download_url":"https://codeload.github.com/Creatiwity/WTemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248089629,"owners_count":21045936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T19:40:10.849Z","updated_at":"2025-04-09T18:40:03.548Z","avatar_url":"https://github.com/Creatiwity.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wityTemplate\n\nPHP Template compiler\n\n## Features\n\n- Variables printing\n- Conditioning\n- Loops\n- Assignments\n- Default values\n- etc.\n\n## Sample code\n\n```\n{for $language in $languages}\n\t\u003ctr data-reordable-id=\"{$language.id}\"\u003e\n\t\t\u003ctd\u003e{$language.id}\u003c/td\u003e\n\t\t\u003ctd\u003e\u003cstrong\u003e{$language.name}\u003c/strong\u003e\u003c/td\u003e\n\t\t\u003ctd\u003e{$language.iso}\u003c/td\u003e\n\t\t\u003ctd\u003e{$language.code}\u003c/td\u003e\n\t\t\u003ctd\u003e\n\t\t\t{if {$language.enabled} == 0}\n\t\t\t\t\u003cspan class=\"glyphicon glyphicon-ban-circle\" aria-hidden=\"true\" style=\"color:red\"\u003e\u003c/span\u003e\n\t\t\t{else}\n\t\t\t\t\u003cspan class=\"glyphicon glyphicon-ok-circle\" aria-hidden=\"true\" style=\"color:green\"\u003e\u003c/span\u003e\n\t\t\t{/if}\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n{/for}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreatiwity%2Fwtemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreatiwity%2Fwtemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreatiwity%2Fwtemplate/lists"}