PHPackages                             lionelkouame/sylius-archived-product - 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. lionelkouame/sylius-archived-product

ActiveSylius-plugin

lionelkouame/sylius-archived-product
====================================

This plugin allows you to archive products.

1.12.x-dev(3y ago)20[5 issues](https://github.com/lionelkouame/SyliusArchivedProduct/issues)[2 PRs](https://github.com/lionelkouame/SyliusArchivedProduct/pulls)MITPHPPHP ^8.0

Since Jan 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lionelkouame/SyliusArchivedProduct)[ Packagist](https://packagist.org/packages/lionelkouame/sylius-archived-product)[ RSS](/packages/lionelkouame-sylius-archived-product/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (31)Versions (6)Used By (0)

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

Sylius Standard Edition
=======================

[](#sylius-standard-edition)

This is Sylius Standard Edition repository for starting new projects.

About
-----

[](#about)

Sylius is the first decoupled eCommerce framework based on [**Symfony**](http://symfony.com) and [**Doctrine**](http://doctrine-project.org). The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements. Enjoy being an eCommerce Developer again!

Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with [phpspec](http://phpspec.net) and [Behat](http://behat.org)

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

[](#documentation)

Documentation is available at [docs.sylius.com](http://docs.sylius.com).

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

[](#installation)

### Traditional

[](#traditional)

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ symfony serve
$ open http://localhost:8000/
```

For more detailed instruction please visit [installation chapter in our docs](https://docs.sylius.com/en/1.10/book/installation/installation.html).

### Docker

[](#docker)

#### Development

[](#development)

Make sure you have installed [Docker](https://docs.docker.com/get-docker/) on your local machine. Execute `docker compose up -d` in your favorite terminal and wait some time until the services will be ready. You might want to see docker logs. Then enter `localhost` in your browser or execute `open localhost` in your terminal.

#### Production

[](#production)

The simplest way to deploy your Sylius store via Docker is via `docker-compose.prod.yml` configuration file. To do that you need to install [Docker](https://docs.docker.com/get-docker/) on your VPS and define `MYSQL_PASSWORD` environment. Then execute `docker compose -f docker-compose.prod.yml up -d` command in your terminal. The `MYSQL_PASSWORD` env will be automatically applied to the rest of the config.

> When using a Virtual Private Server (VPS) we recommend having at least 2GB of RAM memory

**Quick deploy:**

```
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

export MYSQL_PASSWORD=SLyPJLaye7

docker compose -f docker-compose.prod.yml up -d
docker compose -f docker-compose.prod.yml exec php bin/console sylius:fixtures:load --no-interaction
```

Troubleshooting
---------------

[](#troubleshooting)

If something goes wrong, errors &amp; exceptions are logged at the application level:

```
$ tail -f var/log/prod.log
$ tail -f var/log/dev.log
```

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

[](#contributing)

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our [Contribution Guide](https://docs.sylius.com/en/latest/contributing/)!

Stay Updated
------------

[](#stay-updated)

If you want to keep up with the updates, [follow the official Sylius account on Twitter](http://twitter.com/Sylius) and [like us on Facebook](https://www.facebook.com/SyliusEcommerce/).

Bug Tracking
------------

[](#bug-tracking)

If you want to report a bug or suggest an idea, please use [GitHub issues](https://github.com/Sylius/Sylius/issues).

Community Support
-----------------

[](#community-support)

Get Sylius support on [Slack](https://sylius.com/slack), [Forum](https://forum.sylius.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius).

MIT License
-----------

[](#mit-license)

Sylius is completely free and released under the [MIT License](https://github.com/Sylius/Sylius/blob/master/LICENSE).

Authors
-------

[](#authors)

Sylius was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com). See the list of [contributors from our awesome community](https://github.com/Sylius/Sylius/contributors).

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

1225d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f91ff7bfbac150410712fb2b2211c04bc8ce43502fe6da1b625b7f0a1a2594f?d=identicon)[lionelkouame](/maintainers/lionelkouame)

---

Top Contributors

[![lionelkouame](https://avatars.githubusercontent.com/u/10389193?v=4)](https://github.com/lionelkouame "lionelkouame (7 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lionelkouame-sylius-archived-product/health.svg)

```
[![Health](https://phpackages.com/badges/lionelkouame-sylius-archived-product/health.svg)](https://phpackages.com/packages/lionelkouame-sylius-archived-product)
```

###  Alternatives

[dedi/sylius-seo-plugin

Sylius SEO plugin by Dedi.

28138.9k](/packages/dedi-sylius-seo-plugin)[tilleuls/sylius-click-n-collect-plugin

Click and Collect plugin for Sylius, to sell and deliver securely during the COVID-19 pandemic.

7814.2k](/packages/tilleuls-sylius-click-n-collect-plugin)[odiseoteam/sylius-report-plugin

Plugin for Sylius to make customizable reports.

3275.4k](/packages/odiseoteam-sylius-report-plugin)

PHPackages © 2026

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