PHPackages                             wyzo/graphql-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. wyzo/graphql-api

ActiveLibrary[API Development](/categories/api)

wyzo/graphql-api
================

Wyzo GraphQL API

0623PHP

Since Apr 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Wyzoapp/graphql)[ Packagist](https://packagist.org/packages/wyzo/graphql-api)[ RSS](/packages/wyzo-graphql-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Wyzo GraphQL API
================

[](#wyzo-graphql-api)

Wyzo GraphQL API enables a seamless, headless eCommerce experience built on Laravel. This API delivers ultra-fast, dynamic, and personalized shopping experiences through a scalable, open-source platform.

---

### Installation:

[](#installation)

To install the Wyzo GraphQL API, follow these steps:

1. **Install via Composer**

    Run the following command in your terminal to install the GraphQL API package:

    ```
    composer require wyzo/graphql-api dev-main
    ```
2. **Update Middleware Configuration**

    In the `app/Http/Kernel.php` file, move the following middleware from the `web` section in the `middlewareGroups` array to the global `middleware` array:

    ```
    \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
    \Illuminate\Session\Middleware\StartSession::class,
    ```
3. **Update Environment Settings**

    Add the following entries to your `.env` file to configure JWT settings:

    ```
    JWT_TTL=525600
    JWT_SHOW_BLACKLIST_EXCEPTION=true
    ```
4. **Publish Assets and Configurations**

    Run the command below to publish assets and configurations for wyzo GraphQL:

    ```
    php artisan wyzo-graphql:install
    ```

---

### Usage:

[](#usage)

1. **GraphQL Playground**

    After installation, you can test your API through the GraphQL Playground. Visit:

    ```
    http://your-domain.com/graphiql

    ```
2. **Postman Integration**

    Alternatively, you can test the API using Postman by accessing:

    ```
    http://your-domain.com/graphql

    ```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f3691a83a854fbb36fa6c400fb85dd53d4a187882907de5ac89930d12e267ae6?d=identicon)[safarovitch](/maintainers/safarovitch)

---

Top Contributors

[![safarovitch](https://avatars.githubusercontent.com/u/26854499?v=4)](https://github.com/safarovitch "safarovitch (4 commits)")[![dalerazimov](https://avatars.githubusercontent.com/u/29509446?v=4)](https://github.com/dalerazimov "dalerazimov (1 commits)")

### Embed Badge

![Health badge](/badges/wyzo-graphql-api/health.svg)

```
[![Health](https://phpackages.com/badges/wyzo-graphql-api/health.svg)](https://phpackages.com/packages/wyzo-graphql-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
