evox95 / prestashop-graphql-api
Lightweight implementation of the GraphQL API for PrestaShop front-office.
Package info
github.com/evox95/prestashop-graphql-api
Type:prestashop-module
pkg:composer/evox95/prestashop-graphql-api
dev-main
2024-07-02 10:56 UTC
Requires
- php: >=7.4
- firebase/php-jwt: ^6.0
- haydenpierce/class-finder: ^0.4.3
- webonyx/graphql-php: ^14.11
Requires (Dev)
- prestashop/php-dev-tools: ^v4.2.0
This package is not auto-updated.
Last update: 2026-03-25 06:08:25 UTC
README
Lightweight implementation of the GraphQL API for PrestaShop front-office.
Requirements
- PHP >= 7.4
- PrestaShop >= 1.7.8.0
Usage
Put files in the /modules/api_graphql directory.
You can access GraphQL API by endpoint: http://127.0.0.1/modules/api_graphql/
Documentation
...
If you don't know what GraphQL is, visit the official website first.
License
See LICENSE.