oxid-esales / graphql-module-skeleton
OXID eSales GraphQL module skeleton
Installs: 305
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 1
Type:oxideshop-module
Requires
- php: ^7.1
- oxid-esales/graphql-base: ^5.1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18.2
- oxid-esales/oxideshop-ce: ^6.5
- oxid-esales/oxideshop-unified-namespace-generator: ^2.0
- php-parallel-lint/php-parallel-lint: ^1.1
- phpstan/phpstan: ^0.12.26
- phpunit/phpunit: ^7.5.20|^8.5|^9
This package is auto-updated.
Last update: 2023-09-20 14:16:47 UTC
README
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.