PHPackages                             apility/workiva-laravel - 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. apility/workiva-laravel

ActiveLibrary[API Development](/categories/api)

apility/workiva-laravel
=======================

Workiva Platform API client for Laravel

v1.0.0(1y ago)0241MITPHPPHP ^8.1

Since Feb 20Pushed 1y agoCompare

[ Source](https://github.com/apility/workiva-laravel)[ Packagist](https://packagist.org/packages/apility/workiva-laravel)[ Docs](https://github.com/apility/workiva-laravel)[ RSS](/packages/apility-workiva-laravel/feed)WikiDiscussions master Synced 1mo ago

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

Workiva API Client
==================

[](#workiva-api-client)

Install
-------

[](#install)

```
composer require apility/workiva-laravel
```

Publish the config
------------------

[](#publish-the-config)

```
php artisan vendor:publish --provider="Apility\Workiva\WorkivaServiceProvider" --tag="config"
```

### Usage

[](#usage)

#### Listing documents

[](#listing-documents)

```
