PHPackages                             zavudev/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zavudev/sdk

ActiveLibrary

zavudev/sdk
===========

Zavudev PHP SDK

v0.5.1(1mo ago)03↓100%[1 PRs](https://github.com/zavudev/sdk-php/pulls)Apache-2.0PHPPHP ^8.1CI failing

Since Jan 1Pushed 1w agoCompare

[ Source](https://github.com/zavudev/sdk-php)[ Packagist](https://packagist.org/packages/zavudev/sdk)[ RSS](/packages/zavudev-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (14)Versions (10)Used By (0)

Zavudev PHP API library
=======================

[](#zavudev-php-api-library)

The Zavudev PHP library provides convenient access to the Zavudev REST API from any PHP 8.1.0+ application.

It is generated with [Stainless](https://www.stainless.com/).

Documentation
-------------

[](#documentation)

The REST API documentation can be found on [docs.zavu.dev](https://docs.zavu.dev).

Installation
------------

[](#installation)

To use this package, install via Composer by adding the following to your application's `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:zavudev/sdk-php.git"
    }
  ],
  "require": {
    "org-placeholder/zavudev": "dev-main"
  }
}
```

Usage
-----

[](#usage)

This library uses named parameters to specify optional arguments. Parameters with a default value must be set by name.

```
