{"id":37232350,"url":"https://github.com/stackkit/blade-standalone","last_synced_at":"2026-01-15T03:48:43.010Z","repository":{"id":57058877,"uuid":"114798599","full_name":"stackkit/blade-standalone","owner":"stackkit","description":"The view engine from laravel ","archived":false,"fork":false,"pushed_at":"2020-04-09T19:58:08.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-25T04:04:55.193Z","etag":null,"topics":["laravel","standalone"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/stackkit/blade-standalone","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T18:32:41.000Z","updated_at":"2022-11-13T22:01:25.000Z","dependencies_parsed_at":"2022-08-24T14:53:23.999Z","dependency_job_id":null,"html_url":"https://github.com/stackkit/blade-standalone","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/stackkit/blade-standalone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackkit%2Fblade-standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackkit%2Fblade-standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackkit%2Fblade-standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackkit%2Fblade-standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackkit","download_url":"https://codeload.github.com/stackkit/blade-standalone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackkit%2Fblade-standalone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["laravel","standalone"],"created_at":"2026-01-15T03:48:42.447Z","updated_at":"2026-01-15T03:48:42.988Z","avatar_url":"https://github.com/stackkit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\u003e This package is a standalone version of Laravel Blade.\n\n## Usage standalone blade\n\n```php\n\u003c?php\n\nuse Stackkit\\BladeStandalone\\Blade;\n\nrequire 'vendor/autoload.php';\n\n$blade = new Blade(\n    __DIR__ . DIRECTORY_SEPARATOR . 'views',\n    __DIR__ . DIRECTORY_SEPARATOR . 'cache'\n);\n\n$contents = $blade-\u003erender('welcome', ['name' =\u003e 'John Doe']);\n\necho $contents;\n```\n\n## Docs\nBlade is the simple, yet powerful templating engine provided with Laravel. Unlike other popular PHP templating engines, Blade does not restrict you from using plain PHP code in your views. In fact, all Blade views are compiled into plain PHP code and cached until they are modified, meaning Blade adds essentially zero overhead to your application. Blade view files use the  `.blade.php` file extension and are typically stored in the `resources/views` directory.\n\n[Docs](https://laravel.com/docs/5.8/blade)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackkit%2Fblade-standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackkit%2Fblade-standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackkit%2Fblade-standalone/lists"}