https://github.com/appwrite/runtimes
Appwrite configuration for Cloud Function runtimes settings 🌩
https://github.com/appwrite/runtimes
appwrite hacktoberfest
Last synced: 2 months ago
JSON representation
Appwrite configuration for Cloud Function runtimes settings 🌩
- Host: GitHub
- URL: https://github.com/appwrite/runtimes
- Owner: appwrite
- License: bsd-3-clause
- Created: 2021-04-20T13:17:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T22:38:05.000Z (3 months ago)
- Last Synced: 2025-04-13T04:59:15.688Z (2 months ago)
- Topics: appwrite, hacktoberfest
- Language: PHP
- Homepage: https://appwrite.io
- Size: 37.9 MB
- Stars: 47
- Watchers: 15
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Appwrite Runtimes
[](https://appwrite.io/discord?r=Github)

[](https://travis-ci.com/appwrite/php-runtimes)
[](https://twitter.com/appwrite)Appwrite 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).
## Getting Started
Install using composer:
```bash
composer require appwrite/php-runtimes
``````php
addVersion('5.0', 'mcr.microsoft.com/dotnet/runtime:5.0-alpine', 'appwrite/env-dotnet-5.0:1.0.0', [System::X86, System::ARM]);
$runtimes[] = $dotnet;
```## Contributing
All 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.
We 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).
## Authors
**Torsten Dittmann**
+ [https://twitter.com/dittmanntorsten](https://twitter.com/dittmanntorsten)
+ [https://github.com/torstendittmann](https://github.com/torstendittmann)## Copyright and license
BSD 3-Clause License [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)