Download the PHP package cerpus/metadataservice-client without Composer
On this page you can find all versions of the php package cerpus/metadataservice-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cerpus/metadataservice-client
More information about cerpus/metadataservice-client
Files in cerpus/metadataservice-client
Package metadataservice-client
Short Description Client to handle communication with the Cerpus MetadataService
License
Informations about the package metadataservice-client
Cerpus Metadata Service Client
PHP library to communicate with the Cerpus Metadata Service
Installation
Use composer to require the package
Laravel
When composer has finished, add the service provider to the providers
array in config/app.php
Add the following to the alias
array in config/app.php
Publish the config file from the package
Lumen
Not tested, but should work. You are welcome to update this documentation if this does not work!
Add service provider in app/Providers/AppServiceProvider.php
Uncomment the line that loads the service providers in bootstrap/app.php
Edit the configuration file
Edit config/metadataservice-client.php
Example for a developer setup:
Usage
Resolve from the Laravel Container
or alias
or directly
The last one is not recommended.
Class methods
Method calls return an object or throws exceptions on failure.
More info
See the Confluence Metadata storage service API documentation
License
This package is released under the GNU General Public License 3.0. See the
LICENSE
file for more information.
All versions of metadataservice-client with dependencies
nesbot/carbon Version ^2.0
ramsey/uuid Version ^3.8
cerpus/cerpushelper Version ^1.2
ext-json Version *