Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/runtimes
Appwrite configuration for Cloud Function runtimes settings 🌩
https://github.com/appwrite/runtimes
appwrite hacktoberfest
Last synced: 4 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:36:58.000Z (12 days ago)
- Last Synced: 2025-01-15T11:06:57.630Z (7 days ago)
- Topics: appwrite, hacktoberfest
- Language: PHP
- Homepage: https://appwrite.io
- Size: 37.9 MB
- Stars: 46
- Watchers: 16
- 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
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord?r=Github)
![Total Downloads](https://img.shields.io/packagist/dt/appwrite/php-runtimes.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/com/appwrite/php-runtimes?style=flat-square)](https://travis-ci.com/appwrite/php-runtimes)
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](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)