Download the PHP package majerome/sylius-workshop-plugin without Composer

On this page you can find all versions of the php package majerome/sylius-workshop-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sylius-workshop-plugin

Majerome Sylius Workshop Plugin

![Sylius](https://img.shields.io/badge/sylius-2.0-brightgreen) ![Packagist Version](https://img.shields.io/packagist/v/majerome/sylius-workshop-plugin) ![Packagist Downloads](https://img.shields.io/packagist/dt/majerome/sylius-workshop-plugin) ![Maintenance](https://img.shields.io/maintenance/no/2025) ![License](https://img.shields.io/badge/license-MIT-blue)

Sylius Logo.

[Sylius Practical Mastery Course](https://academy.sylius.com/course/sylius-practical-mastery-course/) [Chapter 25.2 - How to create a Plugin](https://academy.sylius.com/lesson/25-2-how-to-create-a-plugin/) [Chapter 26.3 - How to upgrade plugin to 1.14](https://academy.sylius.com/lesson/26-3-how-to-upgrade-plugin-to-1-14/) [Chapter 27.3 - How to upgrade plugin to 2.0](https://academy.sylius.com/lesson/27-3-how-to-upgrade-plugin-to-2-0/)
---

This plugin is the product of Sylius training. It allows you to add a custom “Brand” resource, with those features : - Back Office Grid: creation, edition, deletion, - Assignment to a category "automotive" or "electronics", - Workflow for brand validation by API / State Machine, - Association brands-products, and listing of branded products.

--- ## Installation (Docker) > **Notes:** > - 1st tested on a **Sylius v1.13 Docker Project** > - Then tested on a **Sylius v1.14 Docker Project** > - Finally tested on a **Sylius v2.0 Docker Project** > > Make sure you're running a correctly installed version of the Sylius Docker project, and that you've **performed all the necessary migrations beforehand**. 1. Get the plugin from Composer 2. Apply the git patch to set up the plugin: > **Notes:** > - You can revert that patch using *majerome-workshop-plugin-sylius-2.0-reverse.patch* file instead > - If you are using a Sylius v1.13 project, replace the patch file with *majerome-workshop-plugin-sylius-1.13.patch*.
(reverse patch is *majerome-workshop-plugin-sylius-1.13-reverse.patch*) > - If you are using a Sylius v1.14 project, replace the patch file with *majerome-workshop-plugin-sylius-1.14.patch*.
(reverse patch is *majerome-workshop-plugin-sylius-1.14-reverse.patch*) 3. Get into the php container and flush the cache: Then run: 4. Check if a migration is available: > **Note:** Available migrations have the status "not migrated". If not, create a new migration file: >**Note:** Choose namespace . 5. Run the migration 6. Load the fixtures: 7. Clear the cache again, to handle translations: 8. Play with your brand new "Brand" resource! --- ## Releases - **v1.0.9** - Valid version for Sylius v1.13 - **v1.1.4** - Valid version for Sylius v1.14 - **v1.2.4** - Valid version for Sylius v2.0 --- ## Screenshots - Sylius v1 ![Demo](https://raw.githubusercontent.com/majerome/sylius-workshop-plugin/master/docs/demo.png) - Sylius v2 ![Demo](https://raw.githubusercontent.com/majerome/sylius-workshop-plugin/master/docs/demo-2.png)

All versions of sylius-workshop-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
sylius/sylius Version ~2.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package majerome/sylius-workshop-plugin contains the following files

Loading the files please wait ...