PHPackages                             xakepehok/fsp-graphql - 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. xakepehok/fsp-graphql

ActiveLibrary[API Development](/categories/api)

xakepehok/fsp-graphql
=====================

Djin FilterSortPaginate + GraphQL

0.0.5(7y ago)026BSD-3-ClausePHPPHP &gt;=7.1

Since May 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/XAKEPEHOK/FspGraphQL)[ Packagist](https://packagist.org/packages/xakepehok/fsp-graphql)[ RSS](/packages/xakepehok-fsp-graphql/feed)WikiDiscussions master Synced 2mo ago

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

```
query {
  users(fsp: {
    paginate: {
      number: 10,
      size: 50,
    },
    sort: [
      {by: "field_1", direction: DESC},
      {by: "field_2", direction: ASC},
    ],
    filter:
      {or: [
        {or: [
          {and: [
            {between: {field: "field_1", min: "2018-01-01", max: "2018-12-31"}}
            {compare: {field: "field_2", comparator: GREAT_THAN, value: "500"}}
            {empty: {field: "field_3", empty: true}}
            {empty: {field: "field_4", empty: false}}
            {equals: {field: "field_5", value: "value"}}
            {fulltextSearch: {field: "field_6", search: "hello world"}}
            {in: {field: "field_7", values: ["1", "2", "3", "4", "five", "six"]}}
            {wildcard: {field: "field_8", wildcard: "*hello ?????!"}}
            {notBetween: {field: "field_9", min: "100", max: "200"}}
            {notEquals: {field: "field_10", value: "not-value"}}
            {notIn: {field: "field_11", values: ["9", "8", "7"]}}
            {notWildcard: {field: "field_12", wildcard: "*hello ?????!"}}
          ]}
          {and: [
            {compare: {field: "field_1", comparator: LESS_THAN, value: "10000"}}
            {empty: {field: "field_1", empty: false}}
          ]}
        ]}
        {between: {field: "datetime", min: "2018-01-01", max: "2018-12-31"}}
      ]}
  }) {
    field_1
    field_2
  }
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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 ~8 days

Total

5

Last Release

2882d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3051649?v=4)[Timur](/maintainers/XAKEPEHOK)[@XAKEPEHOK](https://github.com/XAKEPEHOK)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xakepehok-fsp-graphql/health.svg)

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

###  Alternatives

[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k10.7M93](/packages/nuwave-lighthouse)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[wp-graphql/wp-graphql

GraphQL API for WordPress

3.8k391.7k19](/packages/wp-graphql-wp-graphql)[overblog/graphql-bundle

This bundle provides tools to build a GraphQL server in your Symfony App.

8027.9M28](/packages/overblog-graphql-bundle)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[aimeos/ai-admin-graphql

Aimeos Admin GraphQL API extension

944100.0k4](/packages/aimeos-ai-admin-graphql)

PHPackages © 2026

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