PHPackages                             flowr/amulen-sync - 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. flowr/amulen-sync

ActiveLibrary

flowr/amulen-sync
=================

Amulen plugin for syncronize data with Flowr.

0.1.18(8y ago)0170MITPHP

Since Jul 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/myFlowr/AmulenSync)[ Packagist](https://packagist.org/packages/flowr/amulen-sync)[ RSS](/packages/flowr-amulen-sync/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (21)Used By (0)

AmulenSync
==========

[](#amulensync)

Amulen plugin for syncronize data with Flowr.

Install
-------

[](#install)

Require with composer:

```
  composer require flowr/amulen-sync

```

Register the plugin with command:

```
  php app/console amulen:plugin:register "Flowr\AmulenSyncBundle\FlowrAmulenSyncBundle"

```

Update DB schema:

```
  php app/console doctrine:schema:update --force

```

Setup
-----

[](#setup)

Add fields to the user models:

```

  // src/Amulen/UserBundle/Entity/User.php

  /**
   * @var string
   *
   * @ORM\Column(name="flowr_id", type="string", length=255, nullable=true)
   */
  protected $flowrId;

  /**
   * @var string
   *
   * @ORM\Column(name="flowr_code", type="string", length=255, nullable=true)
   */
  protected $flowrCode;

  /**
   * @var string
   *
   * @ORM\Column(name="flowr_synced", type="boolean")
   */
  protected $flowrSynced;

  /**
   * @var boolean
   *
   * @ORM\Column(name="flowr_sync_enabled", type="boolean")
   */
  protected $flowrSyncEnabled;

  public function __construct()
  {
      parent::__construct();
      $this->flowrSynced = false;
      $this->flowrSyncEnabled = false;
  }

```

Don`t forget to add getters and setters.

Then setup your Flowr settings in the admin section:

- flowr\_url (required):
- flowr\_username (required): jaguero
- flowr\_password (required): 123456
- flowr\_contact\_source (prefered but optional): Test Kaka Hanga
- flowr\_fields: firstname,lastname,email
- service\_timeout: 10.0

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

Recently: every ~11 days

Total

19

Last Release

3219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb79aa8b3f1736ef4026a0725e0d4063caad98729643747eb72d2357c3664e84?d=identicon)[jaguero](/maintainers/jaguero)

---

Top Contributors

[![juanma-aguero](https://avatars.githubusercontent.com/u/847991?v=4)](https://github.com/juanma-aguero "juanma-aguero (12 commits)")

### Embed Badge

![Health badge](/badges/flowr-amulen-sync/health.svg)

```
[![Health](https://phpackages.com/badges/flowr-amulen-sync/health.svg)](https://phpackages.com/packages/flowr-amulen-sync)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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