https://github.com/bitbagcommerce/syliusvuestorefront2plugin
SyliusVueStorefront2Plugin provides everything you need to integrate your Sylius back-end with Vue Storefront 2.
https://github.com/bitbagcommerce/syliusvuestorefront2plugin
Last synced: 8 days ago
JSON representation
SyliusVueStorefront2Plugin provides everything you need to integrate your Sylius back-end with Vue Storefront 2.
- Host: GitHub
- URL: https://github.com/bitbagcommerce/syliusvuestorefront2plugin
- Owner: BitBagCommerce
- License: mit
- Created: 2021-08-18T07:20:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T08:07:31.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:54:54.426Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 5.12 MB
- Stars: 24
- Watchers: 12
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_graphql)
# BitBag SyliusVueStorefront2Plugin
[ ](https://packagist.org/packages/bitbag/vue-storefront2-plugin "License") [  ](https://packagist.org/packages/bitbag/vue-storefront2-plugin "Version") [  ](https://github.com/BitBagCommerce/SyliusVueStorefront2Plugin/actions "Build status") [](https://packagist.org/packages/bitbag/vue-storefront2-plugin "Total Downloads") [](http://sylius-devs.slack.com) [](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_graphql)
Sylius Vue Storefront 2 back-end integration enabling PWA and mobile-first experience in Sylius-based stores.
The plugin was developed by BitBag, the leading and biggest Sylius partner. We breath open-source in and out. If you like what we do, feel free to [contact us](https://bitbag.io/contact-us). We are opened for partnership realtions and if you look for an experienced, open-source team that will be able to deliver an outstanding eCommerce solution, feel free to reach us too!
Like the package? Do not forget to leave us a star! ⭐
## Table of Content
* [Overview](#overview)
* [Support](#we-are-here-to-help)
* [About us](#about-us)
* [Community](#community)
* [Demo](https://vsf2-demo.bitbag.io/)
* [License](#license)
* [Contact](#contact)
* [Installation](doc/installation.md)
* [Customization & Testing](doc/customization.md)## Overview
This plugin allows you to integrate Sylius backend with [Vue Storefront 2 integration](https://github.com/BitBagCommerce/SyliusVueStorefront2Frontend).
This plugin allows you to expose all critical models and operations as graphql queries and mutations
It unlocks graphql-based API on top of ApiPlatform and JWT.To check automatically generated GraphQL API Doc for your Vue Storefront 2 application - visit one of the following endpoints.
```
api_graphql_entrypoint /api/v2/graphql
api_graphql_graphiql /api/v2/graphql/graphiql
api_graphql_graphql_playground /api/v2/graphql/graphql_playground
```Please note that many of used functions and approaches both on Sylius and API Platform with Graphql support are still marked as experimental.
### Requirements
The plugin uses following 3rd party packages:
- `"sylius/sylius": "~1.11.0"`
- `"webonyx/graphql-php": "^14.9"`
- `"gesdinet/jwt-refresh-token-bundle": "^0.12.0"`## Community
For online communication, we invite you to chat with us & other users on [Sylius Slack](https://sylius-devs.slack.com/).
## Additional resources for developers
To learn more about our contribution workflow and more, we encourage you to use the following resources:
* [Sylius Documentation](https://docs.sylius.com/en/latest/)
* [Sylius Contribution Guide](https://docs.sylius.com/en/latest/contributing/)
* [Sylius Online Course](https://sylius.com/online-course/)## License
This plugin's source code is completely free and released under the terms of the MIT license.
## Contact
If you want to contact us, the best way to do it is over [our contact form](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_graphql) or by sending us a direct e-mail at [email protected].
[](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_graphql)