PHPackages                             xunto/alfresco-control - 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. xunto/alfresco-control

ActiveLibrary[API Development](/categories/api)

xunto/alfresco-control
======================

Simple alfresco api wrapper.

0.0.4(9y ago)184MITPHPPHP &gt;=5.6.0

Since Nov 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/xunto/alfresco-control)[ Packagist](https://packagist.org/packages/xunto/alfresco-control)[ RSS](/packages/xunto-alfresco-control/feed)WikiDiscussions master Synced 2mo ago

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

Alfresco-Control
================

[](#alfresco-control)

[![Coverage Status](https://camo.githubusercontent.com/9970f8784b6b87ccc0cc4eb7d0946001a28a1243e4dd3d6daec19fccfadea11f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f78756e746f2f616c66726573636f2d636f6e74726f6c2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/xunto/alfresco-control?branch=master)

\##Description Simple alfresco api wrapper created for personal use. Only process creating and fetching are currently supported. I do not guarantee further development but I accept pull requests.

\##Requirements

- php: &gt;=5.6.0,
- guzzle: ^6.2

\##Installation

```
composer require xunto/alfresco-control

```

\##Usage

```
$alfresco = Alfresco::create('guzzle', [
                        'host' => '%host%',
                        'login' => '%login%',
                        'password' => '%password%'
                    ]);
$processManager = $alfresco->getProcessManager();

$process = $processManager->createProcess('process_definition_key', '%variables:array%', '%items:array%');
$id = $process->getId();

$process = $processManager->findProcess($id);
$process->getId();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

3457d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/069dd6e7f1f90bfac75890e445d5491629d5183d94a763918cecc4ff1acd7eaa?d=identicon)[xunto](/maintainers/xunto)

---

Top Contributors

[![xunto](https://avatars.githubusercontent.com/u/5288053?v=4)](https://github.com/xunto "xunto (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xunto-alfresco-control/health.svg)

```
[![Health](https://phpackages.com/badges/xunto-alfresco-control/health.svg)](https://phpackages.com/packages/xunto-alfresco-control)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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