PHPackages                             epsomsegura/laraveldspaceclient - 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. epsomsegura/laraveldspaceclient

ActiveLibrary[API Development](/categories/api)

epsomsegura/laraveldspaceclient
===============================

This is a laravel Dspace7 client to manage dublin core metadata between platforms.

v1.3.6(11mo ago)0108MITPHP

Since Jan 25Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/epsomsegura/laraveldspaceclient)[ Packagist](https://packagist.org/packages/epsomsegura/laraveldspaceclient)[ RSS](/packages/epsomsegura-laraveldspaceclient/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)DependenciesVersions (15)Used By (0)

Laravel DSpace 7 client
=======================

[](#laravel-dspace-7-client)

This is a Laravel Dspace7 client to manage dublin core metadata between platforms.

Installation
------------

[](#installation)

You can install this plugin using composer

```
composer require epsomsegura/laraveldspaceclient

```

Seting up Laravel environment
-----------------------------

[](#seting-up-laravel-environment)

You should add this variables with your DSpace 7 administration information into ***.env*** file

```
# DSpace admin email
DSPACE_API_EMAIL="admin@email.com"
# Dspace admin password
DSPACE_API_PASS="mystrongpassword"
# DSpace API URL base
DSPACE_API_URL="https://mydomain.com/server/api/"
# DSpace API domain
DSPACE_API_DOMAIN="mydomain.com"

```

This variables makes plugin can connect to DSpace 7 backend and make requests to its API.

---

This is an example using plugin

```
