{"id":33994272,"url":"https://github.com/tapestry-cloud/tapestry","last_synced_at":"2025-12-13T07:49:24.143Z","repository":{"id":57065168,"uuid":"73839963","full_name":"tapestry-cloud/tapestry","owner":"tapestry-cloud","description":"PHP static site generator using the plates template system","archived":false,"fork":false,"pushed_at":"2018-10-11T22:51:40.000Z","size":939,"stargazers_count":32,"open_issues_count":28,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-23T03:09:22.408Z","etag":null,"topics":["command-line-tool","php","php-plates","static-site","static-site-generation","static-site-generator","static-website","tapestry","thephpleague-plates"],"latest_commit_sha":null,"homepage":"https://www.tapestry.cloud/","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/tapestry-cloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-11-15T17:49:39.000Z","updated_at":"2024-01-30T23:20:12.000Z","dependencies_parsed_at":"2022-08-24T07:50:26.611Z","dependency_job_id":null,"html_url":"https://github.com/tapestry-cloud/tapestry","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/tapestry-cloud/tapestry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapestry-cloud%2Ftapestry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapestry-cloud%2Ftapestry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapestry-cloud%2Ftapestry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapestry-cloud%2Ftapestry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapestry-cloud","download_url":"https://codeload.github.com/tapestry-cloud/tapestry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapestry-cloud%2Ftapestry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27702167,"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-12-13T02:00:09.769Z","response_time":147,"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":["command-line-tool","php","php-plates","static-site","static-site-generation","static-site-generator","static-website","tapestry","thephpleague-plates"],"created_at":"2025-12-13T07:49:23.607Z","updated_at":"2025-12-13T07:49:24.136Z","avatar_url":"https://github.com/tapestry-cloud.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTapestry\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cem\u003ePlates PHP Static Site Generator\u003c/em\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/tapestry-cloud/tapestry\"\u003e\u003cimg src=\"https://travis-ci.org/tapestry-cloud/tapestry.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codeclimate.com/github/tapestry-cloud/tapestry/coverage\"\u003e\u003cimg src=\"https://codeclimate.com/github/tapestry-cloud/tapestry/badges/coverage.svg\" alt=\"Test Coverage\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/tapestry-cloud/tapestry\"\u003e\u003cimg src=\"https://poser.pugx.org/tapestry-cloud/tapestry/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Tapestry\nTapestry is a static site generator that uses the [plates](http://platesphp.com/) template system by the league of extraordinary packages. Tapestry aims to be fast, easy to use and easy to extend. It has been inspired by similar generators [Sculpin](https://sculpin.io/) and [Jigsaw](http://jigsaw.tighten.co/). Tapestry is designed for developers who prefer to use native PHP templates over compiled template languages such as Twig or Blade. \n\n### Highlights\n* Native PHP templates with the use of the [plates](http://platesphp.com/) template system\n* [Blog aware](https://www.tapestry.cloud/documentation/your-content/) out of the box\n* Built to be extendable with [plugins](https://www.tapestry.cloud/documentation/working-examples/#plugins)\n\n## Learning Tapestry\nThe [Tapestry documentation](https://www.tapestry.cloud/documentation/?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=README) provides a thorough insight into the inner workings of Tapestry. Making it as easy as possible to get started generating your sites.\n\n## Installing Tapestry\nThe recommended method for installing Tapestry is to grab the latest [zipped release here](https://github.com/carbontwelve/tapestry/releases) and unzip the contents into your `$PATH` to make it globally available from your command line.\n\nFor Windows environments a `.bat` file is included so that you do not have to type `php tapestry.phar` to run Tapestry; for it to work ensure it is kept in the same folder as the `.phar`.\n\nFor alternative methods of installing Tapestry see the [install documentation here](https://www.tapestry.cloud/documentation/installation/?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=README).\n\n## License\nTapestry is open sourced software licensed under the [MIT License](LICENSE).\n\n## Not invented here\n[StaticGen](https://www.staticgen.com/) has a list of other static site generators available, although to my knowledge Tapestry is the only one to use the PHPPlates template engine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapestry-cloud%2Ftapestry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapestry-cloud%2Ftapestry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapestry-cloud%2Ftapestry/lists"}