nitric / php-sdk
Nitric service client library for PHP
Fund package maintenance!
nitrictech
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
- dev-main
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.1
- v0.1.0
- v0.0.1
- dev-feature/snippet-testing
- dev-feature/util-refactor
- dev-feature/snippets
- dev-feature/secrets
- dev-feature/sub-collection-queries
- dev-feature/new-api
- dev-feature/sdk-fixes
- dev-feature/http-faas
- dev-feature/grpc-faas
- dev-feature/contract-updates
- dev-feature/release-workflow
- dev-feature/storage-delete
- dev-feature/nit-259
- dev-feature/nit-331
- dev-feature/code-style-hooks
- dev-feature/initial-sdk
This package is auto-updated.
Last update: 2025-03-16 13:55:13 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