PHPackages                             rauwebieten/elvis-dam-client-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. rauwebieten/elvis-dam-client-php

ActiveLibrary[API Development](/categories/api)

rauwebieten/elvis-dam-client-php
================================

Generated PHP code for the elvis dam rest api

1.0.0(6y ago)0240proprietaryPHPPHP &gt;=5.5CI failing

Since Jan 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rauwebieten/elvis-dam-client-php)[ Packagist](https://packagist.org/packages/rauwebieten/elvis-dam-client-php)[ Docs](http://swagger.io)[ RSS](/packages/rauwebieten-elvis-dam-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

SwaggerClient-php
=================

[](#swaggerclient-php)

### BETA NOTICE

[](#beta-notice)

This API is still in development. All API methods are functional, they are however subject to change in future Elvis versions.

### Intro

[](#intro)

The Elvis REST API allows you to customize and integrate external applications with Elvis. Some examples of what you can do with the API:

- Search assets.
- Download assets, previews, or other renditions.
- Upload new assets.
- Change asset metadata.
- Search, create, rename and delete folders.
- Create Shared Links.

### Try out API methods

[](#try-out-api-methods)

 On this page, you can try out new API methods. Before you can try them out, authorization is required. There is no authorization method in this API (yet), this means we will use the old API auth method:

 1. Authenticate using /services/apilogin For example:

 ```
curl -X POST http://localhost:8080/services/apilogin -F username=admin -F password=changemenow
```

 2. Copy the authToken.
 3. Click the Authorize button and use 'Bearer &lt;authToken&gt;' as value.
 4. Click Authorize, the page is now authorized and you can try out the API methods. This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3.0.1
- Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com//.git"
    }
  ],
  "require": {
    "/": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
