Skeleton for creating a GraphQL module for the OXID eShop
out/pictures | ||
src | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.php_cs.dist | ||
.travis.yml | ||
.travis.yml.dist | ||
CHANGELOG.md | ||
composer.json | ||
LICENSE | ||
metadata.php | ||
packages.json | ||
phpcs.xml.dist | ||
phpstan.neon | ||
README.md | ||
README.md.dist | ||
services.yaml |
oxid-esales/graphql-module-skeleton
What is this?
This skeleton will set you up with a
- basic GraphQL module for OXID eShop
- including a sane
README.md
- pre setup
NamespaceMapper
- simple example controller
- nice developement experience
How to use
$ composer create-project oxid-esales/graphql-module-skeleton
This provides you with a basic GraphQL OXID module, that you may install into the shop via composer
.
License
GPLv3, see LICENSE file.