{"id":13828526,"url":"https://github.com/duncan3dc/blade","last_synced_at":"2025-05-15T12:02:28.913Z","repository":{"id":21253219,"uuid":"24568757","full_name":"duncan3dc/blade","owner":"duncan3dc","description":"Use Blade templates without the full Laravel framework","archived":false,"fork":false,"pushed_at":"2025-05-13T11:23:19.000Z","size":890,"stargazers_count":147,"open_issues_count":2,"forks_count":36,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-15T12:02:01.917Z","etag":null,"topics":["blade-template","laravel-framework","php","templating"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"maknz/slack-laravel","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duncan3dc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-09-28T19:46:39.000Z","updated_at":"2025-05-13T11:22:27.000Z","dependencies_parsed_at":"2024-08-04T09:08:36.640Z","dependency_job_id":"136e9faf-24ab-4e75-8137-c8a417c53f1d","html_url":"https://github.com/duncan3dc/blade","commit_stats":{"total_commits":162,"total_committers":8,"mean_commits":20.25,"dds":0.08024691358024694,"last_synced_commit":"3b9cc70fb50374af30762e6d209c4be7a95bfa95"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fblade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fblade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fblade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncan3dc%2Fblade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duncan3dc","download_url":"https://codeload.github.com/duncan3dc/blade/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337612,"owners_count":22054253,"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":["blade-template","laravel-framework","php","templating"],"created_at":"2024-08-04T09:02:50.887Z","updated_at":"2025-05-15T12:02:28.844Z","avatar_url":"https://github.com/duncan3dc.png","language":"PHP","readme":"blade\n=====\n\nUse Laravel Blade templates as a standalone component without the full Laravel framework\n\nFull documentation is available at http://duncan3dc.github.io/blade/  \nPHPDoc API documentation is also available at [http://duncan3dc.github.io/blade/api/](http://duncan3dc.github.io/blade/api/namespaces/duncan3dc.Laravel.html)  \n\n[![release](https://poser.pugx.org/duncan3dc/blade/version.svg)](https://packagist.org/packages/duncan3dc/blade)\n[![build](https://github.com/duncan3dc/blade/workflows/.github/workflows/buildcheck.yml/badge.svg?branch=main)](https://github.com/duncan3dc/blade/actions?query=branch%3Amain+workflow%3A.github%2Fworkflows%2Fbuildcheck.yml)\n[![coverage](https://codecov.io/gh/duncan3dc/blade/graph/badge.svg)](https://codecov.io/gh/duncan3dc/blade)\n\n\nQuick Examples\n--------------\n\nOutput the view from `/var/www/views/index.blade.php`:\n```php\nuse duncan3dc\\Laravel\\BladeInstance;\n\n$blade = new BladeInstance(\"/var/www/views\", \"/var/www/cache/views\");\n\necho $blade-\u003erender(\"index\");\n```\n\nThere is also a static class available:\n```php\nuse duncan3dc\\Laravel\\Blade;\n\necho Blade::render(\"index\");\n```\n\n\n_Read more at http://duncan3dc.github.io/blade/_  \n\n\nChangelog\n---------\nA [Changelog](CHANGELOG.md) has been available since version 2.0.0\n\n\nWhere to get help\n-----------------\nFound a bug? Got a question? Just not sure how something works?  \nPlease [create an issue](//github.com/duncan3dc/blade/issues) and I'll do my best to help out.  \nAlternatively you can catch me on [Twitter](https://twitter.com/duncan3dc)\n\n\n## duncan3dc/blade for enterprise\n\nAvailable as part of the Tidelift Subscription\n\nThe maintainers of duncan3dc/blade and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-duncan3dc-blade?utm_source=packagist-duncan3dc-blade\u0026utm_medium=referral\u0026utm_campaign=readme)\n","funding_links":["https://tidelift.com/subscription/pkg/packagist-duncan3dc-blade?utm_source=packagist-duncan3dc-blade\u0026utm_medium=referral\u0026utm_campaign=readme"],"categories":["PHP","Packages"],"sub_categories":["Helpers/General"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncan3dc%2Fblade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduncan3dc%2Fblade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncan3dc%2Fblade/lists"}