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

ActiveLibrary

sylius/plugin-template
======================

Sylius Plugin Template

v0.3.0(2y ago)31614[7 issues](https://github.com/Sylius/PluginTemplate/issues)MITPHPPHP ^8.0CI failing

Since May 26Pushed 1y ago13 watchersCompare

[ Source](https://github.com/Sylius/PluginTemplate)[ Packagist](https://packagist.org/packages/sylius/plugin-template)[ RSS](/packages/sylius-plugin-template/feed)WikiDiscussions main Synced 1mo ago

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

section:readme

> **Attention!** Sylius Template Plugin is in alpha stage. Keep in mind that some bugs while creating a project may occur.
>
> > This repository is highly inspired by [spatie/package-skeleton-laravel](https://github.com/spatie/package-skeleton-laravel).

 [    ![Sylius Logo.](https://camo.githubusercontent.com/ea9dddc934264aa7ec01cf3202c500f3d8b04448bce2571bdc74230efddda88f/68747470733a2f2f6d656469612e73796c6975732e636f6d2f73796c6975732d6c6f676f2d3830302e706e67)  ](https://sylius.com)

Plugin Template
===============

[](#plugin-template)

Template for starting Sylius plugins.

---

### Requirements

[](#requirements)

- \*nix based operating system (macOS, Linux, WSL2)
- make
- PHP version 8.0 or higher
- Node.js version 16 or higher

If you want to start quickly, it is recommended to install the [Symfony CLI](https://symfony.com/download). It will help you to run the project locally with using our Make commands.

### Usage

[](#usage)

This repo can be used to scaffold a Sylius plugin. Follow these steps to get started:

1. Run `composer create-project sylius/plugin-template ProjectName`
2. Have fun creating your package.
3. If you need help creating a plugin, consider reading our [Plugin Development](https://docs.sylius.com/en/latest/plugin-development-guide/index.html) guide.

Alternatively you can use the "Use this template" button on GitHub to create a new repository based on this template. After that you can clone your freshly created repository and run `make configure` set up your brand-new plugin.

---

&lt;/section:readme&gt;

:plugin\_name
=============

[](#plugin_name)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e92c48f9a3bf55f1519568939fe092f04e7083beca2dc8dbedc6e4063da2b3cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3a76656e646f725f6e616d655f736c75672f3a706c7567696e5f6e616d655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_name_slug/:plugin_name_slug)[![Total Downloads](https://camo.githubusercontent.com/97f3adbb06e6df3d8d73a1b5a091a8cc1cb7e52a7575b2f7dab266d2a32063f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f3a76656e646f725f6e616d655f736c75672f3a706c7567696e5f6e616d655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_name_slug/:plugin_name_slug)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

1. Run `composer require :vendor_name_slug/:plugin_name_slug`.
2. Import routes

    ```
    # config/routes/sylius_shop.yaml

    :config_key_shop:
        resource: "@:plugin_class/config/shop_routing.yaml"
        prefix: /{_locale}
        requirements:
            _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$

    # config/routes/sylius_admin.yaml

    :config_key_admin:
        resource: "@:plugin_class/config/admin_routing.yml"
        prefix: /admin
    ```
3. Import configuration

    ```
    # config/packages/_sylius.yaml

    imports:
    # ...
    - { resource: "@:plugin_class/config/config.yaml" }
    ```
4. Apply migrations

    ```
    bin/console doctrine:migrations:migrate
    ```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

Please see the [License File](LICENSE.md) for more information about licensing.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

Total

3

Last Release

1064d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/719423?v=4)[Sylius eCommerce](/maintainers/sylius)[@Sylius](https://github.com/Sylius)

![](https://www.gravatar.com/avatar/4b4a5a1a9293502aa8573551fab020963a9050c5cca4524433b6d94214d3b480?d=identicon)[GSadee](/maintainers/GSadee)

---

Top Contributors

[![jakubtobiasz](https://avatars.githubusercontent.com/u/80641364?v=4)](https://github.com/jakubtobiasz "jakubtobiasz (108 commits)")[![diimpp](https://avatars.githubusercontent.com/u/870747?v=4)](https://github.com/diimpp "diimpp (4 commits)")[![loic425](https://avatars.githubusercontent.com/u/8329789?v=4)](https://github.com/loic425 "loic425 (3 commits)")[![damonsson](https://avatars.githubusercontent.com/u/3453169?v=4)](https://github.com/damonsson "damonsson (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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