sylius/api-bundle

APIs management for Symfony projects.

Maintainers

Package info

github.com/Sylius/SyliusApiBundle

Homepage

Type:symfony-bundle

pkg:composer/sylius/api-bundle

Fund package maintenance!

sylius

Statistics

Installs: 29 647

Dependents: 2

Suggesters: 3

Stars: 5

v2.2.2 2026-01-20 10:25 UTC

This package is auto-updated.

Last update: 2026-02-26 13:31:22 UTC


README

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)