{"id":40294503,"url":"https://github.com/ppeco/tplpp","last_synced_at":"2026-01-20T05:04:21.300Z","repository":{"id":57044083,"uuid":"393338919","full_name":"ppeco/tplpp","owner":"ppeco","description":"Library for templates","archived":false,"fork":false,"pushed_at":"2021-12-15T18:28:47.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T23:24:36.377Z","etag":null,"topics":["php","ppeco","template-engine","template-engine-html","templates-html"],"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/ppeco.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":"2021-08-06T10:15:36.000Z","updated_at":"2023-01-14T11:04:26.000Z","dependencies_parsed_at":"2022-08-24T04:50:21.242Z","dependency_job_id":null,"html_url":"https://github.com/ppeco/tplpp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ppeco/tplpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Ftplpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Ftplpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Ftplpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Ftplpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppeco","download_url":"https://codeload.github.com/ppeco/tplpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppeco%2Ftplpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["php","ppeco","template-engine","template-engine-html","templates-html"],"created_at":"2026-01-20T05:04:21.241Z","updated_at":"2026-01-20T05:04:21.294Z","avatar_url":"https://github.com/ppeco.png","language":"PHP","readme":"# tplpp \n```shell\ncomposer require ppeco/tplpp\n```\n\nLibrary for templates\n\n## Example\n```php\nuse ppeco\\tplpp\\Template;\n\n// From string\n$template = new Template(\"Hello, {{\\$variable.'!'}}\");\n\n//..or from file\n$template = Template::fromFile(\"./example.tpl\");\n\necho $template-\u003eaddValue(\"variable\", \"World\"); // Output: Hello, World!\n\n//Alternative\necho $template-\u003eaddValues([\n    \"variable\" =\u003e \"World\"\n]);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppeco%2Ftplpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppeco%2Ftplpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppeco%2Ftplpp/lists"}