{"id":15017885,"url":"https://github.com/appwrite/runtimes","last_synced_at":"2025-04-13T04:59:23.784Z","repository":{"id":38195456,"uuid":"359822372","full_name":"appwrite/runtimes","owner":"appwrite","description":"Appwrite configuration for Cloud Function runtimes settings 🌩","archived":false,"fork":false,"pushed_at":"2025-03-25T22:38:05.000Z","size":39742,"stargazers_count":47,"open_issues_count":2,"forks_count":24,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-13T04:59:15.688Z","etag":null,"topics":["appwrite","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://appwrite.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appwrite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-04-20T13:17:26.000Z","updated_at":"2025-04-04T03:49:31.000Z","dependencies_parsed_at":"2024-10-25T21:27:13.785Z","dependency_job_id":"3174ae34-fd59-4230-9981-4701f9008fd5","html_url":"https://github.com/appwrite/runtimes","commit_stats":{"total_commits":159,"total_committers":14,"mean_commits":"11.357142857142858","dds":0.7044025157232705,"last_synced_commit":"68ea5bcc24c513a6d641ddf9412bbab13e5dfb94"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fruntimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fruntimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fruntimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fruntimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appwrite","download_url":"https://codeload.github.com/appwrite/runtimes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665758,"owners_count":21142123,"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":["appwrite","hacktoberfest"],"created_at":"2024-09-24T19:51:07.856Z","updated_at":"2025-04-13T04:59:23.758Z","avatar_url":"https://github.com/appwrite.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appwrite Runtimes\n\n[![Discord](https://img.shields.io/discord/564160730845151244?label=discord\u0026style=flat-square)](https://appwrite.io/discord?r=Github)\n![Total Downloads](https://img.shields.io/packagist/dt/appwrite/php-runtimes.svg?style=flat-square)\n[![Build Status](https://img.shields.io/travis/com/appwrite/php-runtimes?style=flat-square)](https://travis-ci.com/appwrite/php-runtimes)\n[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee\u0026label=twitter\u0026style=flat-square)](https://twitter.com/appwrite)\n\nAppwrite repository for Cloud Function runtimes that contains the configurations and tests for all of the Appwrite runtime environments. This library is maintained by the [Appwrite team](https://appwrite.io).\n\n## Getting Started\n\nInstall using composer:\n```bash\ncomposer require appwrite/php-runtimes\n```\n\n```php\n\u003c?php\n\nrequire_once '../vendor/autoload.php';\n\nuse Appwrite\\Runtimes\\Runtimes;\n\n$runtimes = new Runtime();\n\n// returns all supported cloud function runtimes\nRuntimes::getAll();\n```\n\n## Adding a new Runtime\n\nAfter the Docker image is created, this must be added to the main class of this library.\n\nReferences to this must be added to the constructor of `src/Runtimes/Runtimes.php`.\n\nExample:\n\n```php\n$dotnet = new Runtime('dotnet', '.NET');\n$dotnet-\u003eaddVersion('5.0', 'mcr.microsoft.com/dotnet/runtime:5.0-alpine', 'appwrite/env-dotnet-5.0:1.0.0', [System::X86, System::ARM]);\n$runtimes[] = $dotnet;\n```\n\n## Contributing\n\nAll code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.\n\nWe truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the [contribution guide](CONTRIBUTING.md).\n\n## Authors\n\n**Torsten Dittmann**\n\n+ [https://twitter.com/dittmanntorsten](https://twitter.com/dittmanntorsten)\n+ [https://github.com/torstendittmann](https://github.com/torstendittmann)\n\n## Copyright and license\n\nBSD 3-Clause License [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fruntimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappwrite%2Fruntimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fruntimes/lists"}