nitric / php-sdk
This package is abandoned and no longer maintained.
No replacement package was suggested.
Nitric service client library for PHP
Fund package maintenance!
v0.4.2
2021-08-11 06:30 UTC
Requires
- php: ^8
- ext-grpc: *
- ext-pcntl: *
- ext-protobuf: *
- amphp/http-server: ^2.1
- grpc/grpc: ^v1.30.0
Requires (Dev)
- ext-xdebug: *
- brainmaestro/composer-git-hooks: ^2.8
- google/protobuf: ^v3.3.0
- malukenho/docheader: ^0.1.8
- phpstan/phpstan: ^0.12.83
- phpunit/phpunit: ^9
- protobuf-php/protobuf-plugin: ^0.1.3
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2026-02-16 15:56:34 UTC
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
nitric make:function <php-template> example
Available PHP templates are:
- faas/php8
Adding to an existing project (Composer)
composer require nitric/sdk
