{"id":36996152,"url":"https://github.com/tomhatzer/statamic-vapor-compatibility","last_synced_at":"2026-01-13T23:48:31.011Z","repository":{"id":57071385,"uuid":"382127143","full_name":"tomhatzer/statamic-vapor-compatibility","owner":"tomhatzer","description":"A package to make Statamic deployable on Laravel Vapor","archived":false,"fork":false,"pushed_at":"2021-07-02T18:33:21.000Z","size":17,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T14:07:12.566Z","etag":null,"topics":[],"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/tomhatzer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null}},"created_at":"2021-07-01T18:47:44.000Z","updated_at":"2024-12-13T22:51:07.000Z","dependencies_parsed_at":"2022-08-24T10:40:57.117Z","dependency_job_id":null,"html_url":"https://github.com/tomhatzer/statamic-vapor-compatibility","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/tomhatzer/statamic-vapor-compatibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fstatamic-vapor-compatibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fstatamic-vapor-compatibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fstatamic-vapor-compatibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fstatamic-vapor-compatibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomhatzer","download_url":"https://codeload.github.com/tomhatzer/statamic-vapor-compatibility/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhatzer%2Fstatamic-vapor-compatibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-01-13T23:48:30.335Z","updated_at":"2026-01-13T23:48:31.006Z","avatar_url":"https://github.com/tomhatzer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A package to make Statamic deployable on Laravel Vapor\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/tomhatzer/statamic-vapor-compatibility.svg?style=flat-square)](https://packagist.org/packages/tomhatzer/statamic-vapor-compatibility)\n[![Total Downloads](https://img.shields.io/packagist/dt/tomhatzer/statamic-vapor-compatibility.svg?style=flat-square)](https://packagist.org/packages/tomhatzer/statamic-vapor-compatibility)\n\nThis package adds functionality to be able to run Statamic on Laravel Vapor using a container image.\n\n## Installation\n\n### Install the package via composer:\n\n```bash\ncomposer require tomhatzer/statamic-vapor-compatibility\n```\n\n### Publish the config file with:\n```bash\nphp artisan vendor:publish --provider=\"StatamicVaporCompatibility\\StatamicVaporCompatibilityServiceProvider\" --tag=\"statamic-vapor-compatibility-config\"\n```\n\n### Create a new personal access token on github for your account or organization\n\nThis is necessary to be able to pull and push from your private repository.\n\n### Add a new private repository to your github account.\n\nPlease be sure to use a private repository as all your files including user files will be stored in this repository.\n\n### Extend your stages environment variables on Laravel Vapor with the following variables:\n\n```bash\nSTATAMIC_FILES_REPOSITORY=https://\u003cpersonal-access-token-you-created-earlier\u003e@github.com/\u003cyour-username-or-organization\u003e/\u003cname-of-private-repository-you-created-earlier\u003e.git\nSTATAMIC_FILES_REPOSITORY_NAME=\u003cname-of-the-folder-where-you-want-to-store-your-files\u003e\nSTATAMIC_GIT_NAME=\u003cyour-git-user-name\u003e\nSTATAMIC_GIT_EMAIL=\u003cyour-git-user-email\u003e\n```\n\n### Execute the following command to update your Dockerfiles:\n\n```bash\nphp artisan statamic-vapor:check-dockerfile\n```\n\nPlease check your Dockerfile manually afterwards to see if there are any incompatible changes.\n\n## Statamic addon compatibility\n\nYou can add Events and Listeners to your addon and ask your users to add them to our config file manually.\n\nPlease refer to the Events section in the [Statamic docs](https://statamic.dev/extending/events), the [Listeners](src/Listeners) folder and the [events config item](config/statamic-vapor-compatibility.php#L42) of this package to see how it's done.\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Tom Hatzer](https://github.com/tomhatzer)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhatzer%2Fstatamic-vapor-compatibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomhatzer%2Fstatamic-vapor-compatibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhatzer%2Fstatamic-vapor-compatibility/lists"}