evox95 / prestashop-graphql-api
Lightweight implementation of the GraphQL API for PrestaShop front-office.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:prestashop-module
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: 2025-03-26 01:50:18 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.