Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Skeleton for creating a GraphQL module for the OXID eShop

License

Notifications You must be signed in to change notification settings

OXID-eSales/graphql-module-skeleton

Repository files navigation

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.