PHPackages                             anwoon/blueprint-graphql-addon - 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. anwoon/blueprint-graphql-addon

ActiveLibrary[API Development](/categories/api)

anwoon/blueprint-graphql-addon
==============================

The addon of blueprint for generate graphql type file for lighthouse or other library

1.0.4(3y ago)022PHP

Since Aug 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Anwoon-BBS/blueprint-graphql)[ Packagist](https://packagist.org/packages/anwoon/blueprint-graphql-addon)[ Docs](https://github.com/Anwoon-BBS/blueprint-graphql)[ RSS](/packages/anwoon-blueprint-graphql-addon/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Blueprint Graphql Addon
=======================

[](#blueprint-graphql-addon)

Installation
------------

[](#installation)

```
composer require --dev anwoon/blueprint-graphql-addon
```

you need to add this in your `filesystem disk`

```
'graphql' => [
    'driver' => 'local',
    'root' => 'graphql',
    'throw' => false,
],
```

Usage
-----

[](#usage)

Refer to [Blueprint's Basic Usage](https://github.com/laravel-shift/blueprint#basic-usage) to get started. Afterwards you can run the `blueprint:build` command to generate Graphql resources automatically. To get an idea of how easy it is you can use the example `draft.yaml` file below.

```
models:
  Post:
    title: string:400
    content: longtext
    total: decimal:8,2
    status: enum:pending,successful,failed
    published_at: timestamp nullable
    author_id: id foreign:users
    relationships:
      hasMany: Comment
      belongsToMany: Site
      belongsTo: User
```

```
type Post implements Model {
    id: ID!
    title: String!
    content: String!
    total: String!
    status: Status!
    published_at: Timestamp
    author_id: ID!
    comments: [Comment!] @hasMany
    sites: [Site!] @belongsToMany
    user: User! @belongsTo
}

enum Status {
    PENDING
    SUCCESSFUL
    FAILED
}
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc4c56c0c9a93fb9fe4cee9bfd65bd45898c03305af58122cc9bf3bf9704e024?d=identicon)[Anwoon-BBS](/maintainers/Anwoon-BBS)

---

Top Contributors

[![Anwoon-BBS](https://avatars.githubusercontent.com/u/108934374?v=4)](https://github.com/Anwoon-BBS "Anwoon-BBS (7 commits)")

---

Tags

bbsanwoonblueprint-graphpql-addon

### Embed Badge

![Health badge](/badges/anwoon-blueprint-graphql-addon/health.svg)

```
[![Health](https://phpackages.com/badges/anwoon-blueprint-graphql-addon/health.svg)](https://phpackages.com/packages/anwoon-blueprint-graphql-addon)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[rapidez/core

Rapidez Core

1822.4k65](/packages/rapidez-core)

PHPackages © 2026

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