Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/konfigql
Keywan OXID settings manager (GraphQL)
https://github.com/oxid-esales/konfigql
Last synced: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T10:37:11.000Z (over 3 years ago)
- Last Synced: 2023-04-27T17:56:40.541Z (over 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
[![Build Status](https://img.shields.io/travis/com/my-vendor/my-package/master.svg?style=for-the-badge&logo=travis)](https://travis-ci.com/my-vendor/my-package) [![PHP Version](https://img.shields.io/packagist/php-v/my-vendor/my-package.svg?style=for-the-badge)](https://github.com/my-vendor/my-package) [![Stable Version](https://img.shields.io/packagist/v/my-vendor/my-package.svg?style=for-the-badge&label=latest)](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