PHPackages                             vibedropper/vibedropper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vibedropper/vibedropper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vibedropper/vibedropper
=======================

Vibedropper PHP SDK

v0.1.0(2mo ago)00[1 PRs](https://github.com/reduce/vibedropper-php/pulls)Apache-2.0PHPPHP ^8.1CI passing

Since Feb 26Pushed 1mo agoCompare

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

READMEChangelog (1)Dependencies (14)Versions (5)Used By (0)

Vibedropper PHP API library
===========================

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

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

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

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

[](#documentation)

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:reduce/vibedropper-php.git"
    }
  ],
  "require": {
    "vibedropper/vibedropper": "dev-main"
  }
}
```

Usage
-----

[](#usage)

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

```
