{"id":37236702,"url":"https://github.com/php-runtime/laravel","last_synced_at":"2026-01-16T04:53:37.137Z","repository":{"id":62538268,"uuid":"349726031","full_name":"php-runtime/laravel","owner":"php-runtime","description":"[READ ONLY]","archived":false,"fork":false,"pushed_at":"2025-12-18T07:38:10.000Z","size":12,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-14T14:54:18.702Z","etag":null,"topics":["laravel","runtime"],"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/php-runtime.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["nyholm"]}},"created_at":"2021-03-20T13:00:56.000Z","updated_at":"2026-01-04T06:43:55.000Z","dependencies_parsed_at":"2022-11-02T15:16:50.378Z","dependency_job_id":null,"html_url":"https://github.com/php-runtime/laravel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/php-runtime/laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Flaravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Flaravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Flaravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Flaravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-runtime","download_url":"https://codeload.github.com/php-runtime/laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-runtime%2Flaravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"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":["laravel","runtime"],"created_at":"2026-01-15T04:16:40.435Z","updated_at":"2026-01-15T04:16:41.113Z","avatar_url":"https://github.com/php-runtime.png","language":"PHP","readme":"# Laravel Runtime\n\nA runtime for [Laravel](https://laravel.com/).\n\nIf you are new to the Symfony Runtime component, read more in the [main readme](https://github.com/php-runtime/runtime).\n\n## Installation\n\n```\ncomposer require runtime/laravel\n```\n\n## Usage\n\nThe runtime will register automatically. You may \"force\" the runtime by defining\nthe environment variable `APP_RUNTIME` for your application.\n\n```\nAPP_RUNTIME=Runtime\\Laravel\\Runtime\n```\n\n### Front controller\n\n```php\n// public/index.php\n\nuse Illuminate\\Contracts\\Http\\Kernel;\n\ndefine('LARAVEL_START', microtime(true));\n\nrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\n\nreturn function (): Kernel {\n    static $app;\n\n    if (null === $app) {\n        $app = require dirname(__DIR__).'/bootstrap/app.php';\n    }\n\n    return $app-\u003emake(Kernel::class);\n};\n```\n\n### Artisan\n\n```php\n// artisan\n\nuse Illuminate\\Contracts\\Console\\Kernel;\n\ndefine('LARAVEL_START', microtime(true));\n\nrequire_once __DIR__.'/vendor/autoload_runtime.php';\n\nreturn function (): Kernel {\n    static $app;\n\n    if (null === $app) {\n        $app = require __DIR__.'/bootstrap/app.php';\n    }\n\n    return $app-\u003emake(Kernel::class);\n};\n```\n","funding_links":["https://github.com/sponsors/nyholm"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-runtime%2Flaravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-runtime%2Flaravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-runtime%2Flaravel/lists"}