mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Updated documentation to demonstrate PHP support in OpenWhisk. Added new PHP template to create plugin.
23 lines
1.5 KiB
Markdown
23 lines
1.5 KiB
Markdown
<!--
|
|
title: Serverless - Apache OpenWhisk - Examples
|
|
menuText: Examples
|
|
layout: Doc
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/openwhisk/examples/)
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Serverless Apache OpenWhisk Examples
|
|
|
|
Have an example? Submit a PR or [open an issue](https://github.com/serverless/examples/issues). ⚡️
|
|
|
|
| Example | Runtime |
|
|
| :--------------------------------------- | :------ |
|
|
| [OpenWhisk Node Simple](https://github.com/serverless/examples/tree/master/openwhisk-node-simple) <br/> Boilerplate project repository for OpenWhisk provider with Serverless Framework. | nodeJS |
|
|
| [OpenWhisk Python Simple](https://github.com/serverless/examples/tree/master/openwhisk-python-simple) <br/> Boilerplate project repository for OpenWhisk provider with Serverless Framework. | python |
|
|
| [OpenWhisk PHP Simple](https://github.com/serverless/examples/tree/master/openwhisk-php-simple) <br/> Boilerplate project repository for OpenWhisk provider with Serverless Framework. | php |
|
|
| [OpenWhisk Swift Simple](https://github.com/serverless/examples/tree/master/openwhisk-swift-simple) <br/> Boilerplate project repository for OpenWhisk provider with Serverless Framework. | swift |
|
|
|
|
If you have questions, join the [chat in gitter](https://gitter.im/serverless/serverless) or [post over on the forums](https://forum.serverless.com/)
|