Sylius / SyliusApiBundle

[READ-ONLY] Unified API for Sylius eCommerce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyliusApiBundle

Unified API for Sylius eCommerce.

Sylius

Sylius Logo.

Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. Read more on sylius.com.

Documentation

Documentation is available on docs.sylius.com.

Contributing

This page contains all the information about contributing to Sylius.

Follow Sylius' Development

If you want to keep up with the updates and latest features, follow us on the following channels:

Bug tracking

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

MIT License

License can be found here.

Authors

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

Testing

To test locally, run commands:

(cd src/Sylius/Bundle/ApiBundle && composer install)
(cd src/Sylius/Bundle/ApiBundle/test && bin/console doctrine:database:create -e test)
(cd src/Sylius/Bundle/ApiBundle/test && bin/console doctrine:schema:update --force -e test)
(cd src/Sylius/Bundle/ApiBundle/test && bin/console assets:install public)
(cd src/Sylius/Bundle/ApiBundle/test && APP_ENV=test symfony serve)

To run tests:

(cd src/Sylius/Bundle/ApiBundle && vendor/bin/phpunit)

About

[READ-ONLY] Unified API for Sylius eCommerce.

License:MIT License


Languages

Language:PHP 99.0%Language:Twig 1.0%