{"id":17333848,"url":"https://github.com/syntaxseed/templateseed","last_synced_at":"2025-04-14T18:13:39.285Z","repository":{"id":57063956,"uuid":"118973313","full_name":"syntaxseed/templateseed","owner":"syntaxseed","description":"Lightweight and simple templating class for PHP. Caching, and natural PHP template syntax.","archived":false,"fork":false,"pushed_at":"2024-12-19T20:09:45.000Z","size":88,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T18:13:33.147Z","etag":null,"topics":["caching","php","php-templating","view"],"latest_commit_sha":null,"homepage":null,"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/syntaxseed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"syntaxseed","custom":"https://github.com/syntaxseed#donatecontribute"}},"created_at":"2018-01-25T22:07:18.000Z","updated_at":"2024-12-19T20:09:49.000Z","dependencies_parsed_at":"2022-08-24T10:10:28.595Z","dependency_job_id":null,"html_url":"https://github.com/syntaxseed/templateseed","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxseed%2Ftemplateseed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxseed%2Ftemplateseed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxseed%2Ftemplateseed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxseed%2Ftemplateseed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syntaxseed","download_url":"https://codeload.github.com/syntaxseed/templateseed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933340,"owners_count":21185460,"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":["caching","php","php-templating","view"],"created_at":"2024-10-15T15:03:20.148Z","updated_at":"2025-04-14T18:13:39.256Z","avatar_url":"https://github.com/syntaxseed.png","language":"PHP","funding_links":["https://github.com/sponsors/syntaxseed","https://github.com/syntaxseed#donatecontribute"],"categories":[],"sub_categories":[],"readme":"TemplateSeed\n=========================\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/tag/syntaxseed/templateseed.svg\" alt=\"GitHub tag (latest SemVer)\"\u003e\u0026nbsp;\u0026nbsp;\n    \u003ca href=\"https://circleci.com/gh/syntaxseed/templateseed\"\u003e\u003cimg src=\"https://circleci.com/gh/syntaxseed/templateseed.svg?style=shield\" alt=\"CircleCI Build\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n    \u003ca href=\"https://syntaxseed.github.io/templateseed/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Read-Docs-blue\" alt=\"Read Docs\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n    \u003cimg src=\"https://img.shields.io/badge/PHP-8.0+-brightgreen.svg\" alt=\"PHP v8.0+\"\u003e\u0026nbsp;\u0026nbsp;\n    \u003cimg src=\"https://img.shields.io/badge/PHP-8.1+-brightgreen.svg\" alt=\"PHP v8.1+\"\u003e\u0026nbsp;\u0026nbsp;\n    \u003cimg src=\"https://img.shields.io/badge/PHP-8.2+-brightgreen.svg\" alt=\"PHP v8.2+\"\u003e\u0026nbsp;\u0026nbsp;\n    \u003cimg src=\"https://img.shields.io/badge/PHP-8.3+-brightgreen.svg\" alt=\"PHP v8.3+\"\u003e\u0026nbsp;\u0026nbsp;\n    \u003cimg src=\"https://img.shields.io/github/license/syntaxseed/templateseed\" alt=\"License: MIT\"\u003e\u003cbr\u003e\n    \u003ca href=\"https://phpc.social/@syntaxseed\"\u003e\n        \u003cimg src=\"https://img.shields.io/mastodon/follow/11361?domain=https%3A%2F%2Fphpc.social\"\n            alt=\"follow on Mastodon\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n    \u003ca href=\"https://github.com/syntaxseed#donatecontribute\"\u003e\u003cimg src=\"https://img.shields.io/badge/Sponsor-Project-blue\" alt=\"Sponsor Project\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\nA lightweight, simple PHP templating class with caching and natural PHP template syntax.\n\nLicence: MIT.\n\nVersion: 1.4.0\n\nAuthor: Sherri Wheeler (Mastodon: [@SyntaxSeed](https://phpc.social/@syntaxseed)) https://syntaxseed.com\n\nFeatures\n--------\n\n* PSR-4 autoloading compliant structure.\n* Simple to learn and use.\n* Template markup language is standard PHP.\n* Pass any number of parameters to a template.\n* Set global parameters for all templates.\n* Small code footprint: integrates easily into your project.\n* Simple output caching.\n* Supports masterpages (sub-templates).\n* Easy to customize.\n* Unit-Testing with PHPUnit.\n* Can be used for static site generation.\n\nGet Started \u0026 Documentation\n--------\n\n**[Jump Into The TemplateSeed Docs!](https://syntaxseed.github.io/templateseed/)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxseed%2Ftemplateseed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyntaxseed%2Ftemplateseed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxseed%2Ftemplateseed/lists"}