Download the PHP package steffenbrem/sylius without Composer

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

Sylius

Gitter chat License Version Build status on Linux Scrutinizer Quality Score HHVM Status Dependency Status

Sylius is an open source e-commerce solution for PHP, based on the Symfony2 framework.

Ultimate goal of the project is to create a webshop engine, which is user-friendly, loved by developers and has a helpful community.

Sylius is constructed from fully decoupled components (bundles in Symfony2 glossary), which means that every feature (products catalog, shipping engine, promotions system...) can be used in any other application.

We're using full-stack BDD methodology, with phpspec and Behat.

Windows support is a WIP!

Build status on Windows

Documentation

Documentation is available at docs.sylius.org.

Quick Installation

The install script will give you the option to run fixtures that make testing and development phases much easier.

If you want to try out new Sylius UI, please run the following commands:

Behat scenarios

By default Behat uses http://localhost:8080/ as your application base url. If your one is different, you need to create behat.yml files that will overwrite it with your custom url:

Then run selenium-server-standalone:

Then setup your test database:

You can run Behat using the following commands:

Troubleshooting

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

If you are using the supplied Vagrant development environment, please see the related Troubleshooting guide for more information.

Contributing

This page contains all the information about contributing to Sylius.

Sylius on Twitter

If you want to keep up with the updates, follow the official Sylius account on Twitter.

Bug tracking

Sylius uses GitHub issues. If you have found bug, please create an issue.

MIT License

License can be found here.

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors.


All versions of sylius with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6|^7.0
ext-exif Version *
ext-fileinfo Version *
ext-gd Version *
doctrine/collections Version ^1.3
doctrine/data-fixtures Version ^1.1
doctrine/doctrine-bundle Version ^1.6
doctrine/doctrine-cache-bundle Version ^1.3
doctrine/doctrine-fixtures-bundle Version ^2.3
doctrine/doctrine-migrations-bundle Version ^1.2
doctrine/orm Version ^2.5
friendsofsymfony/oauth-server-bundle Version ^1.5
friendsofsymfony/rest-bundle Version ^2.1
fzaninotto/faker Version ^1.6
gedmo/doctrine-extensions Version ^2.4.12
incenteev/composer-parameter-handler Version ^2.1
jms/serializer-bundle Version ^1.1
knplabs/knp-gaufrette-bundle Version ^0.3
knplabs/knp-menu-bundle Version ^2.1
liip/imagine-bundle Version ^1.6
ocramius/proxy-manager Version ^1.0
payum/payum Version ^1.4
payum/payum-bundle Version ^2.2
php-http/guzzle6-adapter Version ^1.1
polishsymfonycommunity/symfony-mocker-container Version ^1.0
sensio/distribution-bundle Version ^5.0
sonata-project/block-bundle Version ^3.3
sonata-project/intl-bundle Version ^2.2
stof/doctrine-extensions-bundle Version ^1.2
swiftmailer/swiftmailer Version ^5.4
symfony/monolog-bundle Version ^3.0
symfony/polyfill-iconv Version ^1.3
symfony/polyfill-intl-icu Version ^1.3
symfony/polyfill-mbstring Version ^1.3
symfony/swiftmailer-bundle Version ^2.4
symfony/symfony Version ^3.2
twig/extensions Version ^1.4
twig/twig Version ^1.28
webmozart/assert Version ^1.1
white-october/pagerfanta-bundle Version ^1.0.8
willdurand/hateoas-bundle Version ^1.2
winzou/state-machine-bundle Version ^0.3
zendframework/zend-hydrator Version ^2.2
zendframework/zend-stdlib Version ^3.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 steffenbrem/sylius contains the following files

Loading the files please wait ....