An open API service indexing awesome lists of open source software.

https://github.com/nitrictech/php-sdk


https://github.com/nitrictech/php-sdk

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          


Nitric Logo

# PHP SDK
The PHP SDK supports the use of the cloud-portable Nitric framework with PHP 8+.

>The SDK is in early stage development and APIs and interfaces are still subject to breaking changes

## Prerequisites
- PHP 8+

## Getting Started
> The PHP SDK is included by all nitric PHP templates by default

### Using the Nitric CLI
```bash
nitric make:function example
```

Available PHP templates are:
* faas/php8

Adding to an existing project (Composer)
```bash
composer require nitric/sdk
```