Skeleton for creating a GraphQL module for the OXID eShop
Aller au fichier
2020-07-03 14:32:10 +02:00
out/pictures Initial commit 2019-12-18 09:02:03 +01:00
src OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
tests OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
.editorconfig OXDEV-3559 Fix indention 2020-07-03 14:28:20 +02:00
.gitignore Initial commit 2019-12-18 09:02:03 +01:00
.php_cs.dist OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
.travis.yml OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
.travis.yml.dist OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
CHANGELOG.md Initial commit 2019-12-18 09:02:03 +01:00
composer.json OXDEV-3559 update dependencies to latest 2020-07-03 14:32:10 +02:00
LICENSE Initial commit 2019-12-18 09:02:03 +01:00
metadata.php Initial commit 2019-12-18 09:02:03 +01:00
packages.json Initial commit 2019-12-18 09:02:03 +01:00
phpcs.xml.dist OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
phpstan.neon OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
README.md OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
README.md.dist OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
services.yaml Initial commit 2019-12-18 09:02:03 +01:00

oxid-esales/graphql-module-skeleton

Build Status PHP Version Stable Version

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.