sylius/api-bundle

APIs management for Symfony projects.

Installs: 19 075

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 14

Forks: 3

Type:symfony-bundle

v1.13.0-ALPHA.2 2024-03-08 09:37 UTC

README

Unified API for Sylius eCommerce.

Sylius

Sylius

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)