PHPackages                             artesanik/sylius-employee-plugin - 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. artesanik/sylius-employee-plugin

ActiveSylius-plugin

artesanik/sylius-employee-plugin
================================

Employee information for Customers plugin for Sylius.

v0.3.2(5y ago)06[1 PRs](https://github.com/joenilson/ArtesanikSyliusEmployeePlugin/pulls)MITPHPPHP ^7.3

Since Apr 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/joenilson/ArtesanikSyliusEmployeePlugin)[ Packagist](https://packagist.org/packages/artesanik/sylius-employee-plugin)[ RSS](/packages/artesanik-sylius-employee-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (27)Versions (10)Used By (0)

 [ ![](https://camo.githubusercontent.com/1567208cc7c8ec53cf6e2af4f54449a9bb3ab0dee7916998de4e3ce9b7f79015/68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](https://sylius.com)

Plugin Employee
===============

[](#plugin-employee)

Plugin for company internal stores for employees.

Documentation
-------------

[](#documentation)

This plugin is simple add four fields to the customer model: EmployeeId, Position, Office and Company

This informatión can be edited in the Admin shop interface.

The user can see this information but isn't allowed to modify this information.

That is for securing the information.

It has two translations:

- English
- Spanish

More translations are welcome as PR.

It have a top limit control, you can create Limits in money or quantity and apply to the employees.

And you can put an employee excluded from the limit, all this from the admin dashboard.

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

[](#installation)

1. Require plugin with composer

```
composer require artesanik/sylius-employee-plugin

```

2. Register the Plugin in config/bundles.php:

```
....
Artesanik\SyliusEmployeePlugin\ArtesanikSyliusEmployeePlugin::class => ['all' => true],
....

```

3. create a file sylius\_employee\_plugin.yaml in config/packages

```
cd config/packages
touch sylius_employee_plugin.yaml
nano sylius_employee_plugin.yaml

```

- and put this lines inside:

```
imports:
    - { resource: "@ArtesanikSyliusEmployeePlugin/Resources/config/config.yml" }

```

4. create a file sylius\_employee\_plugin.yaml in config/routes

```
cd config/routes
touch sylius_employee_plugin.yaml
nano sylius_employee_plugin.yaml

```

- and put this lines inside

```
artesanik_sylius_employee_plugin:
    resource: "@ArtesanikSyliusEmployeePlugin/Resources/config/routes.yml"

```

5. Copy plugin migrations to your migrations directory (e.g. src/Migrations) and apply them to your database:

```
cp -R vendor/artesanik/sylius-employee-plugin/migrations/* src/Migrations
bin/console doctrine:migrations:migrate

```

remember to make a

```
bin/console cache:clear

```

At the end of the install

COMPLETED
---------

[](#completed)

- Add employee purchase budget \[v0.3\]

TODO
----

[](#todo)

- Add EmployeeId to Order
- Add compatibility with SyliusLdapPlugin

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~7 days

Total

7

Last Release

2180d ago

### Community

Maintainers

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

---

Top Contributors

[![joenilson](https://avatars.githubusercontent.com/u/3353280?v=4)](https://github.com/joenilson "joenilson (19 commits)")[![mamazu](https://avatars.githubusercontent.com/u/14860264?v=4)](https://github.com/mamazu "mamazu (1 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/artesanik-sylius-employee-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/artesanik-sylius-employee-plugin/health.svg)](https://phpackages.com/packages/artesanik-sylius-employee-plugin)
```

###  Alternatives

[bitbag/cms-plugin

CMS plugin for Sylius applications.

2461.1M5](/packages/bitbag-cms-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

901.0M2](/packages/sylius-invoicing-plugin)[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

691.7M14](/packages/sylius-refund-plugin)[stefandoorn/sitemap-plugin

Sitemap Plugin for Sylius

851.0M](/packages/stefandoorn-sitemap-plugin)[sylius/paypal-plugin

PayPal plugin for Sylius.

451.4M4](/packages/sylius-paypal-plugin)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)

PHPackages © 2026

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