Skeleton for creating a GraphQL module for the OXID eShop
Go to file
MohannadAlturk 5c5b74fcdf
Update README.md
Travis no longer usable
2023-03-20 14:06:23 +01:00
.github/workflows Update to latest base module 2021-04-21 15:20:57 +02:00
out/pictures Initial commit 2019-12-18 09:02:03 +01:00
src Small fixes 2021-06-20 18:28:17 +02:00
tests OXDEV-4026 Use new grapql module ids 2020-10-20 11:53:34 +03: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 Small fixes 2021-06-20 18:28:17 +02:00
CHANGELOG.md Initial commit 2019-12-18 09:02:03 +01:00
composer.json Update to latest base module 2021-04-21 15:20:57 +02:00
depfile.yml OXDEV-3559 Add deptrack config file 2020-07-09 21:15:00 +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 fix packages 2021-04-21 15:22:25 +02:00
phpstan.neon OXDEV-3559 update to latest coding guides 2020-07-03 14:43:21 +02:00
README.md Update README.md 2023-03-20 14:06:23 +01:00
README.md.dist OXDEV-3103 Update to reflect latest changes 2020-02-21 11:37:41 +01:00
services.yaml Small fixes 2021-06-20 18:28:17 +02:00

oxid-esales/graphql-module-skeleton

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. To install this freshly created module into your OXID eShop you can:

$ composer config repositories.graphql path path-to-module/that-you-just-created
$ composer require my-vendor/my-package

Make sure that my-vendor/my-package matches the package name in the package composer.json.

License

GPLv3, see LICENSE file.