PHPackages                             alcales/laravel-docuware - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alcales/laravel-docuware

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alcales/laravel-docuware
========================

Docuware SDK Laravel

v0.0.1(5y ago)120MITPHPPHP &gt;=7.2

Since Nov 16Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#installation)

You can install the package via composer:

```
composer require alcales/laravel-docuware
```

The package will automatically register itself.

Optionally you can publish the config-file:

```
php artisan vendor:publish --provider="ALCales\Docuware\DocuwareServiceProvider" --tag="config"
```

Here's what that looks like:

```
return [

    'url_root' => env('DOCUWARE_URL'),

    'user' => env('DOCUWARE_USER'),

    'password' => env('DOCUWARE_PASSWORD'),

];
```

you can define the credentials in environment variables in the `.env` file

```
DOCUWARE_URL=
DOCUWARE_USER=
DOCUWARE_PASSWORD=
```

Usage
-----

[](#usage)

Initialize.

```
$docuware = new Docuware($urlHost, $user, $password);

// If the credentials are not defined in the constructor, the ones established in the environment variables of the `.env` file will be obtained.
$docuware = new Docuware();
```

Principal funtions

```
$documentListArray = $docuware->getDocumentsList('your_gabinet_id');

$downloadedSuccessfully = $docuware->downloadDocument('your_gabinet_id', 'your_document_id', 'your_storage_path');

$fields = [
    new DocuwareField('Name', 'Alejandro', 'String'),
    new DocuwareField('Ages', 28, 'Int'),
];

$updateSuccessfully = $docuware->updateIndexValues('your_gabinet_id', 'your_document_id', $fields);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

2004d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16090051?v=4)[Alejandro López Cardo](/maintainers/alcales)[@ALCales](https://github.com/ALCales)

---

Top Contributors

[![alejandro-lopez-nb](https://avatars.githubusercontent.com/u/240501104?v=4)](https://github.com/alejandro-lopez-nb "alejandro-lopez-nb (1 commits)")

---

Tags

laraveldocuware

### Embed Badge

![Health badge](/badges/alcales-laravel-docuware/health.svg)

```
[![Health](https://phpackages.com/badges/alcales-laravel-docuware/health.svg)](https://phpackages.com/packages/alcales-laravel-docuware)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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