8
0
Skeleton for creating a GraphQL module for the OXID eShop
Datei suchen
Florian Engelhardt c1e831be4d
Fix packages.json
2020-07-30 07:03:47 +02:00
out/pictures Initial commit 2019-12-18 09:02:03 +01:00
src OXDEV-3559 Fix tests autoloader 2020-07-29 11:53:01 +02:00
tests OXDEV-3559 Add codeception tests 2020-07-09 21:53:54 +02: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-3559 Replace vendor in code style 2020-07-29 10:39:32 +02:00
.travis.yml OXDEV-3559 update to latest coding guides 2020-07-03 14:43:21 +02:00
.travis.yml.dist OXDEV-3559 update to latest coding guides 2020-07-03 14:43:21 +02:00
CHANGELOG.md Initial commit 2019-12-18 09:02:03 +01:00
composer.json OXDEV-3559 Fix memory limit issues with PHPStan 2020-07-29 10:38: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.json 2020-07-30 07:03:47 +02:00
phpstan.neon OXDEV-3559 update to latest coding guides 2020-07-03 14:43:21 +02: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 OXDEV-3559 Refactor to best practices 2020-07-03 16:56:13 +02: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.