https://github.com/oxid-esales/konfigql
Keywan OXID settings manager (GraphQL)
https://github.com/oxid-esales/konfigql
Last synced: 12 months ago
JSON representation
Keywan OXID settings manager (GraphQL)
- Host: GitHub
- URL: https://github.com/oxid-esales/konfigql
- Owner: OXID-eSales
- Created: 2021-04-22T11:43:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T10:37:11.000Z (over 5 years ago)
- Last Synced: 2025-07-02T19:51:53.666Z (about 1 year ago)
- Language: PHP
- Size: 31.5 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# KonfigQL
[](https://travis-ci.com/my-vendor/my-package) [](https://github.com/my-vendor/my-package) [](https://packagist.org/packages/my-vendor/my-package)
## Usage
This assumes you have the OXID eShop up and running and installed and activated the `oxid-esales/graphql-base` module.
### Install
```bash
$ composer require api-coding-days/konfigql
```
After requiring the module, you need to head over to the OXID eShop admin and
activate the module.
### How to use
TBD
## Testing
### Linting, syntax, static analysis and unit tests
```bash
$ composer test
```
### Integration tests
- install this module into a running OXID eShop
- change the `test_config.yml`
- add module to the `partial_module_paths`
- set `activate_all_modules` to `true`
```bash
$ ./vendor/bin/runtests
```
## License
TBD