Download the PHP package aimeos/pagible-graphql without Composer
On this page you can find all versions of the php package aimeos/pagible-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aimeos/pagible-graphql
More information about aimeos/pagible-graphql
Files in aimeos/pagible-graphql
Package pagible-graphql
Short Description Pagible CMS - GraphQL API
License LGPL-3.0-only
Homepage https://pagible.com
Informations about the package pagible-graphql
Pagible GraphQL
GraphQL API for Pagible CMS built on Lighthouse. Provides full CRUD for pages, elements, files, and metrics.
This package is part of the Pagible CMS monorepo. For full installation, use:
Configuration
After installation, the configuration is available in config/cms/graphql.php:
| Option | Env Variable | Default | Description |
|---|---|---|---|
filesize |
CMS_GRAPHQL_FILESIZE |
50 |
Maximum file upload size in MB |
mimetypes |
CMS_GRAPHQL_MIMETYPES |
See below | Allowed MIME types for uploads (comma-separated in env) |
Default allowed MIME types: application/gzip, application/pdf, application/vnd.*, application/zip, audio/*, image/*, text/*, video/*
Commands
cms:install:graphql
Installs the Pagible GraphQL package.
Publishes the Lighthouse schema and configuration, registers CMS models/mutations/queries in the Lighthouse config, and adds the CMS schema import to graphql/schema.graphql.
cms:benchmark:graphql
Runs GraphQL mutation and query benchmarks.
| Option | Default | Description |
|---|---|---|
--tenant |
benchmark |
Tenant ID |
--domain |
Domain name | |
--seed |
Seed benchmark data first | |
--pages |
10000 |
Number of pages to generate |
--tries |
100 |
Iterations per benchmark |
--chunk |
50 |
Rows per bulk insert batch |
--unseed |
Remove benchmark data and exit | |
--force |
Run in production |
License
LGPL-3.0-only
All versions of pagible-graphql with dependencies
aimeos/pagible-core Version 0.10.*
nuwave/lighthouse Version ^6.54
mll-lab/graphql-php-scalars Version ^6.4
aimeos/laravel-analytics-bridge Version ~1.0