{"id":18309814,"url":"https://github.com/phpdevcommunity/php-template-engine","last_synced_at":"2025-10-13T09:32:49.161Z","repository":{"id":56966498,"uuid":"132507578","full_name":"phpdevcommunity/php-template-engine","owner":"phpdevcommunity","description":"A simple php templating","archived":false,"fork":false,"pushed_at":"2022-03-16T15:13:40.000Z","size":13,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T17:37:17.535Z","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/phpdevcommunity.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":"2018-05-07T19:32:52.000Z","updated_at":"2025-01-01T13:27:17.000Z","dependencies_parsed_at":"2022-08-21T11:20:29.233Z","dependency_job_id":null,"html_url":"https://github.com/phpdevcommunity/php-template-engine","commit_stats":null,"previous_names":["phpdevcommunity/php-template-engine","devcoder-xyz/php-template-engine"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/phpdevcommunity/php-template-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-template-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-template-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-template-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-template-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpdevcommunity","download_url":"https://codeload.github.com/phpdevcommunity/php-template-engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpdevcommunity%2Fphp-template-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014524,"owners_count":26085536,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-05T16:12:29.327Z","updated_at":"2025-10-13T09:32:49.116Z","avatar_url":"https://github.com/phpdevcommunity.png","language":"PHP","readme":"# PHP template engine\nA simple PHP template engine\n\nEasy to use:\n\n``` php\n$template = new Template('var/www/html/project/template', []);\necho $template-\u003erender('home-page.php');\n```\nWith parameters:\n``` php\n$template = new Template('var/www/html/project/template', ['lang' =\u003e 'fr']);\necho $template-\u003erender('home-page.php', ['title' =\u003e 'Home Page']);\n```\n\n``` html\n\u003c!doctype html\u003e\n\u003chtml lang=\"\u003c?php echo $template-\u003eget('lang'); ?\u003e\"\u003e\n\u003chead\u003e\n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\u003c?php echo $title; ?\u003e\u003c/title\u003e\n  \u003clink rel=\"stylesheet\" href=\"style.css\"\u003e\n  \u003cscript src=\"script.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  ...\n  \u003c!-- Le reste du contenu --\u003e\n  ...\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdevcommunity%2Fphp-template-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpdevcommunity%2Fphp-template-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpdevcommunity%2Fphp-template-engine/lists"}