PHPackages                             awakenweb/livedocx4laravel - 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. awakenweb/livedocx4laravel

AbandonedArchivedLibrary[API Development](/categories/api)

awakenweb/livedocx4laravel
==========================

Laravel Service Provider and Facade for Livedocx

2.0(10y ago)0104MITPHPPHP &gt;=5.6.0

Since May 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/awakenweb/livedocx4laravel)[ Packagist](https://packagist.org/packages/awakenweb/livedocx4laravel)[ RSS](/packages/awakenweb-livedocx4laravel/feed)WikiDiscussions master Synced 2d ago

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

This package is not maintained anymore
======================================

[](#this-package-is-not-maintained-anymore)

Livedocx service will shut down on Sept. 30th 2017.
---------------------------------------------------

[](#livedocx-service-will-shut-down-on-sept-30th-2017)

Use  instead
-----------------------------------------------------------------------------

[](#use-httpsgithubcomtextcontroltxtextcontrol-reportingcloud-php-instead)

livedocx4laravel
================

[](#livedocx4laravel)

Laravel Service provider for Awakenweb/Livedocx

Prerequisites
-------------

[](#prerequisites)

This package requires:

- php 5.6+
- Laravel 5+
- [awakenweb/livedocx](https://github.com/awakenweb/livedocx)

To use the Laravel 4 version, go to the `laravel-4` branch of this package. Installation
----------------------------------------------------------------------------------------

[](#to-use-the-laravel-4-version-go-to-the-laravel-4-branch-of-this-packageinstallation)

Add the following line to your composer.json

```
"require": {
    "awakenweb/livedocx4laravel": "2.*"
}
```

Edit your config/app.php to add the service provider and the facade:

```
'providers' => [
    ...
    Awakenweb\Livedocx4Laravel\LivedocxServiceProvider::class,
],
...
'aliases' => [
    ...
    'Livedocx' => Awakenweb\Livedocx4Laravel\Facades\Livedocx::class,
],
```

Then run the artisan command to publish the config file:

```
php artisan config:publish awakenweb/livedocx4laravel
```

Finally edit the `config/livedocx.php` file.

Change the `wsdl` to match your Livedocx account type (free, premium, or fully licensed), `username`, and `password` for authentication and you are ready to roll!

Use
---

[](#use)

The `Livedocx` facade automatically instanciate Awakenweb/Livedocx/Livedocx and all its dependencies.

Quick example.

```
//to list all templates present on Livedocx service
$tpl = Livedocx::createRemoteTemplate();
return $tpl->listAll();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~216 days

Total

4

Last Release

3733d ago

Major Versions

1.0.2 → 2.02016-02-22

PHP version history (2 changes)v1.0PHP &gt;=5.4.0

2.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f2f77d42953245cf54bb3efece113833abe56694c28995509dd03fec79a6efc?d=identicon)[awakenweb](/maintainers/awakenweb)

---

Top Contributors

[![awakenweb](https://avatars.githubusercontent.com/u/5165474?v=4)](https://github.com/awakenweb "awakenweb (18 commits)")

### Embed Badge

![Health badge](/badges/awakenweb-livedocx4laravel/health.svg)

```
[![Health](https://phpackages.com/badges/awakenweb-livedocx4laravel/health.svg)](https://phpackages.com/packages/awakenweb-livedocx4laravel)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
