PHPackages                             andreibesleaga/camara-php - 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. [API Development](/categories/api)
4. /
5. andreibesleaga/camara-php

ActiveLibrary[API Development](/categories/api)

andreibesleaga/camara-php
=========================

CAMARA PHP SDK

v0.5.4(1mo ago)12Apache-2.0PHPPHP ^8.1CI failing

Since Jan 23Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (28)Versions (16)Used By (0)

Camara PHP API library
======================

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

The Camara PHP library provides convenient access to the Camara 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:andreibesleaga/camara-php.git"
    }
  ],
  "require": {
    "andreibesleaga/camara-php": "dev-main"
  }
}
```

Usage
-----

[](#usage)

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

```
