Download the PHP package sylius/cms-plugin without Composer

On this page you can find all versions of the php package sylius/cms-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 cms-plugin

Sylius Logo.

CMS Plugin

This plugin provides seamless CMS capabilities for Sylius stores

Extend your Sylius store with powerful content management features. Create, edit, and organize pages with ease – all fully integrated into the Sylius ecosystem.

# Installation ## Requirements: We work on stable, supported and up-to-date versions of packages. We recommend you to do the same. | Package | Version | |---------------|---------| | PHP | ^8.2 | | sylius/sylius | ^2.0 | | MySQL | ^8.4 | | NodeJS | ^20.x | --- #### Beware! This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the [legacy installation instruction](legacy_installation.md). However, we strongly encourage you to use Symfony Flex, it's much quicker! 1. Require plugin with composer: > Remember to allow community recipes with `composer config extra.symfony.allow-contrib true` or during plugin installation process 1. Run `yarn add trix@^2.0.0 swiper@^11.2.6` 1. Run `yarn encore dev` or `yarn encore production` 1. Database update: **Note:** If you are running it on production, add the `-e prod` flag to this command. **Clear application cache by using command:** --- ## Documentation For more information about the plugin, please refer to the [Sylius documentation](https://docs.sylius.com/sylius-official-plugins-documentation/cms-plugin). ## Security issues If you think that you have found a security issue, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to `[email protected]` ## Community For online communication, we invite you to chat with us & other users on [Sylius Slack](https://sylius-devs.slack.com/). ## License This plugin's source code is completely free and released under the terms of the MIT license.

All versions of cms-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
sylius/sylius Version ^2.0
league/csv Version ^9.1
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 sylius/cms-plugin contains the following files

Loading the files please wait ....