Download the PHP package rauwebieten/elvis-dam-client-php without Composer

On this page you can find all versions of the php package rauwebieten/elvis-dam-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package elvis-dam-client-php

SwaggerClient-php

BETA NOTICE

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

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:

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 <authToken>' 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 PHP 5.5 and later ## Installation & Usage ### Composer To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`: Then run `composer install` ### Manual Installation Download the files and include `autoload.php`: ## Tests To run the unit tests: ## Getting Started Please follow the [installation procedure](#installation--usage) and then run the following: ## Documentation for API Endpoints All URIs are relative to *https://dam.vaf.be* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *AssetApi* | [**asset**](docs/Api/AssetApi.md#asset) | **GET** /api/asset/{id} | Get Asset *AssetApi* | [**createAsset**](docs/Api/AssetApi.md#createasset) | **POST** /api/asset | Create an asset *AssetApi* | [**getSignedImageRenditionUrls**](docs/Api/AssetApi.md#getsignedimagerenditionurls) | **GET** /api/asset/{ids}/signed-image-rendition-url | Get a signed URL for image renditions. *AssetApi* | [**getSignedOriginalUrls**](docs/Api/AssetApi.md#getsignedoriginalurls) | **GET** /api/asset/{ids}/signed-original-url | Get a signed URL for original assets. *AssetApi* | [**getSignedPreviewUrls**](docs/Api/AssetApi.md#getsignedpreviewurls) | **GET** /api/asset/{ids}/signed-preview-url | Get a signed URL for asset previews. *AssetApi* | [**getSignedThumbnailUrls**](docs/Api/AssetApi.md#getsignedthumbnailurls) | **GET** /api/asset/{ids}/signed-thumbnail-url | Get a signed URL for asset thumbnails. *AssetApi* | [**original**](docs/Api/AssetApi.md#original) | **GET** /api/asset/{id}/original | Download Asset Original *AssetApi* | [**preview**](docs/Api/AssetApi.md#preview) | **GET** /api/asset/{id}/preview | Download Asset Preview *AssetApi* | [**putOriginal**](docs/Api/AssetApi.md#putoriginal) | **PUT** /api/asset/{id}/original | Upload a file for an asset using PUT. *AssetApi* | [**search**](docs/Api/AssetApi.md#search) | **GET** /api/asset/search | Search Assets *AssetApi* | [**thumbnail**](docs/Api/AssetApi.md#thumbnail) | **GET** /api/asset/{id}/thumbnail | Download Asset Thumbnail *AssetApi* | [**uploadOriginal**](docs/Api/AssetApi.md#uploadoriginal) | **POST** /api/asset/{id}/original | Upload a file for an asset using multi-part POST. *FolderApi* | [**createFolder**](docs/Api/FolderApi.md#createfolder) | **POST** /api/folder | Create a folder *FolderApi* | [**deleteFolder**](docs/Api/FolderApi.md#deletefolder) | **DELETE** /api/folder/{id} | Delete a folder *FolderApi* | [**getFolder**](docs/Api/FolderApi.md#getfolder) | **GET** /api/folder/{id} | Get a folder *FolderApi* | [**getFolderByPath**](docs/Api/FolderApi.md#getfolderbypath) | **GET** /api/folder/get | Get a folder *FolderApi* | [**listFolders**](docs/Api/FolderApi.md#listfolders) | **GET** /api/folder/list | List folders *FolderApi* | [**searchFolders**](docs/Api/FolderApi.md#searchfolders) | **GET** /api/folder/search | Search folders *FolderApi* | [**updateFolderMetadata**](docs/Api/FolderApi.md#updatefoldermetadata) | **PUT** /api/folder/{id} | Update folder metadata *SharelinkApi* | [**createShareLink**](docs/Api/SharelinkApi.md#createsharelink) | **POST** /api/sharelink | Create a Share Link ## Documentation For Models - [ApiFolder](docs/Model/ApiFolder.md) - [CreateAssetRequest](docs/Model/CreateAssetRequest.md) - [CreateAssetResponse](docs/Model/CreateAssetResponse.md) - [CreateFolderRequest](docs/Model/CreateFolderRequest.md) - [CreateShareLinkRequest](docs/Model/CreateShareLinkRequest.md) - [CreateShareLinkResponse](docs/Model/CreateShareLinkResponse.md) - [FolderSearchResponse](docs/Model/FolderSearchResponse.md) - [Hit](docs/Model/Hit.md) - [HitElement](docs/Model/HitElement.md) - [InputStream](docs/Model/InputStream.md) - [SearchResponse](docs/Model/SearchResponse.md) - [SignedAssetUrl](docs/Model/SignedAssetUrl.md) - [UpdateFolderMetadataRequest](docs/Model/UpdateFolderMetadataRequest.md) ## Documentation For Authorization ## Authorization - **Type**: API key - **API key parameter name**: Authorization - **Location**: HTTP header ## Author

All versions of elvis-dam-client-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rauwebieten/elvis-dam-client-php contains the following files

Loading the files please wait ....