sylius/api-bundle

APIs management for Symfony projects.

Maintainers

👁 sylius

Package info

github.com/Sylius/SyliusApiBundle

Homepage

Type:symfony-bundle

pkg:composer/sylius/api-bundle

Fund package maintenance!

sylius

Statistics

Installs: 31 019

Dependents: 3

Suggesters: 3

Stars: 5

v2.2.6 2026-06-02 10:21 UTC

MIT 80f0045a494e72fa43fffb1e762c77385c0d1460

restapi

This package is auto-updated.

Last update: 2026-06-02 11:01:58 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)