https://github.com/akrabat/openwhisk-client-php
A PHP client library to access Openwhisk API
https://github.com/akrabat/openwhisk-client-php
Last synced: 3 months ago
JSON representation
A PHP client library to access Openwhisk API
- Host: GitHub
- URL: https://github.com/akrabat/openwhisk-client-php
- Owner: akrabat
- License: apache-2.0
- Created: 2018-02-19T10:26:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T12:01:59.000Z (over 7 years ago)
- Last Synced: 2024-10-17T04:41:25.311Z (7 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP OpenWhisk client
A client access library for the OpenWhisk API.
[![Build status][build-status-master-image]][build-status-master]
[build-status-master]: https://travis-ci.org/akrabat/openwhisk-client-php
[build-status-master-image]: https://secure.travis-ci.org/akrabat/openwhisk-client-php.svg?branch=master## Installation
Install using Composer:
composer install akrabat/openwhisk-client-php