2017 © Pedro Peláez
 

symfony-bundle api-bundle

APIs management for Symfony2 projects.

image

sylius/api-bundle

APIs management for Symfony2 projects.

  • Friday, March 10, 2017
  • by pjedrzejewski
  • Repository
  • 1 Watchers
  • 7 Stars
  • 14,692 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

SyliusApiBundle

Unified API for Sylius eCommerce., (*1)

Sylius

Sylius Logo. , (*2)

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

Documentation

Documentation is available on docs.sylius.com., (*4)

Contributing

This page contains all the information about contributing to Sylius., (*5)

Follow Sylius' Development

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

Bug tracking

Sylius uses GitHub issues. If you have found bug, please create an issue., (*7)

MIT License

License can be found here., (*8)

Authors

The bundle was originally created by Paweł Jędrzejewski. See the list of contributors., (*9)

Testing

To test locally, run commands:, (*10)

(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:, (*11)

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

The Versions

30/09 2014