https://github.com/nitrictech/php-sdk
https://github.com/nitrictech/php-sdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitrictech/php-sdk
- Owner: nitrictech
- License: apache-2.0
- Created: 2021-03-03T04:14:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T05:29:43.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T15:03:54.283Z (about 1 year ago)
- Language: PHP
- Size: 934 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```