{"id":27307359,"url":"https://github.com/contributte/vercel-runtimes","last_synced_at":"2025-08-31T14:08:14.060Z","repository":{"id":98783359,"uuid":"193150207","full_name":"contributte/vercel-runtimes","owner":"contributte","description":" 🏋️‍♂️ Vercel Runtimes by @f3l1x","archived":false,"fork":false,"pushed_at":"2023-10-18T16:01:35.000Z","size":80586,"stargazers_count":14,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-18T06:06:20.587Z","etag":null,"topics":["aws","deployment","functions","juicyfx","lambda","now","php","runtimes","serverless","vercel"],"latest_commit_sha":null,"homepage":"https://f3l1x.io","language":"TypeScript","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/contributte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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},"funding":{"github":["f3l1x"]}},"created_at":"2019-06-21T19:28:49.000Z","updated_at":"2025-06-01T13:33:06.000Z","dependencies_parsed_at":"2024-11-25T16:05:10.795Z","dependency_job_id":null,"html_url":"https://github.com/contributte/vercel-runtimes","commit_stats":null,"previous_names":["contributte/vercel-runtimes","juicyfx/vercel-runtimes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/contributte/vercel-runtimes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contributte%2Fvercel-runtimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contributte%2Fvercel-runtimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contributte%2Fvercel-runtimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contributte%2Fvercel-runtimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contributte","download_url":"https://codeload.github.com/contributte/vercel-runtimes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contributte%2Fvercel-runtimes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272988919,"owners_count":25026961,"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-08-31T02:00:09.071Z","response_time":79,"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":["aws","deployment","functions","juicyfx","lambda","now","php","runtimes","serverless","vercel"],"created_at":"2025-04-12T04:07:13.289Z","updated_at":"2025-08-31T14:08:14.035Z","avatar_url":"https://github.com/contributte.png","language":"TypeScript","funding_links":["https://github.com/sponsors/f3l1x"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eVercel Runtimes\u003c/h1\u003e\n\n\u003cp align=center\u003e\nThe main goal is to dig deeper into Vercel Runtimes. \u003cbr/\u003e\nThe development started with PHP builder, which has been separated into \u003ca href=\"https://github.com/vercel-community/php\"\u003evercel-php\u003c/a\u003e. \u003cbr\u003e\nAt this time this repository contains a testing versions of various runtimes.\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n🕹 \u003ca href=\"https://f3l1x.io\"\u003ef3l1x.io\u003c/a\u003e | 💻 \u003ca href=\"https://github.com/f3l1x\"\u003ef3l1x\u003c/a\u003e | 🐦 \u003ca href=\"https://twitter.com/xf3l1x\"\u003e@xf3l1x\u003c/a\u003e\n\u003c/p\u003e\n\n## Builders\n\n### Plain\n\n```json\n{\n  \"builds\": [\n    { \"src\": \"file.txt\", \"use\": \"vercel-plain@0.0.2\" }\n  ]\n}\n```\n\n### [🐘 PHP](https://github.com/vercel-community/php)\n\n```json\n{\n  \"builds\": [\n    { \"src\": \"index.php\", \"use\": \"vercel-php@0.5.2\" }\n  ]\n}\n```\n\n### Markdown\n\n```json\n{\n  \"builds\": [\n    {\n      \"src\": \"**/*.md\",\n      \"use\": \"vercel-md@0.0.5\",\n      \"config\": {\n      \"title\": \"Demo Project\",\n      \"css\": [\n        \"https://CDN/lib.css\",\n        \"/dist/theme.css\"\n      ],\n      \"js\": [\n        \"https://CDN/lib.js\",\n        \"/dist/main.js\"\n      ]\n      }\n    }\n  ]\n}\n```\n\n### Debug\n\n```json\n{\n  \"builds\": [\n    { \"src\": \"file.txt\", \"use\": \"vercel-debug@0.0.1\" }\n  ]\n```\n\n## 📝 License\n\nCopyright © 2019 [f3l1x](https://github.com/f3l1x).\nThis project is [MIT](LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontributte%2Fvercel-runtimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontributte%2Fvercel-runtimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontributte%2Fvercel-runtimes/lists"}