PHPackages                             jeyroik/extas-operations-jsonrpc-index - 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. jeyroik/extas-operations-jsonrpc-index

ActiveLibrary[API Development](/categories/api)

jeyroik/extas-operations-jsonrpc-index
======================================

Index operation for JSON RPC

0.2.1(5y ago)03231PHP

Since Aug 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jeyroik/extas-operations-jsonrpc-index)[ Packagist](https://packagist.org/packages/jeyroik/extas-operations-jsonrpc-index)[ RSS](/packages/jeyroik-extas-operations-jsonrpc-index/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (12)Versions (7)Used By (1)

[![tests](https://github.com/jeyroik/extas-operations-jsonrpc-index/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-operations-jsonrpc-index/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/88fcf716c31cdbd53eec2847d01d1ee2cba7e058fc41a21d9c1669ea0ebe8d37/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d696e6465782f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/88fcf716c31cdbd53eec2847d01d1ee2cba7e058fc41a21d9c1669ea0ebe8d37/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d696e6465782f636f7665726167652e7376673f6272616e63683d6d6173746572)[![PHPStan Enabled](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![](https://camo.githubusercontent.com/c044651a80474102c64d67891c95d391552f9ed04e8937e6eb613fdd8613e996/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62323964363133326161363065613065333665662f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-operations-jsonrpc-index/maintainability)[![Extas Installer v3](https://camo.githubusercontent.com/84fa12b6b5945df440cd1eada219bbced80060f2595ae4bcbedb6a8fac03acee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f696e7374616c6c65722d76332d677265656e)](https://github.com/jeyroik/extas-installer/ "Extas Installer v3")[![Latest Stable Version](https://camo.githubusercontent.com/4f38ab3a4d2c0fa7182109ba81e481c9cc921b3017608ba66873f44c53123eb3/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d696e6465782f76)](//packagist.org/packages/jeyroik/extas-jsonrpc)[![Total Downloads](https://camo.githubusercontent.com/178ea095f854eb867756f7be43547ccaff92054e918d499c0bd48c3732e3f877/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d696e6465782f646f776e6c6f616473)](//packagist.org/packages/jeyroik/extas-jsonrpc)[![Dependents](https://camo.githubusercontent.com/7a96ff4a8c03cc5700faa14307c7893c89031388ddd2f6f56934575c30e86716/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d696e6465782f646570656e64656e7473)](//packagist.org/packages/jeyroik/extas-jsonrpc)

extas-operations-jsonrpc-index
==============================

[](#extas-operations-jsonrpc-index)

Index operation for JSON RPC.

Спецификация
============

[](#спецификация)

```
{
  "request": {
    "type": "object",
    "properties": {
      "select": {
      		"type": "array",
      		"items": {"type": "string"}
      	},
      	"filter": {
      		"type": "object",
      		"properties": {}
      	},
      	"sort": {
      		"type": "object",
      		"properties": {}
      	},
      	"limit": {
      		"type": "number"
      	},
      	"offset": {
      		"type": "number"
      	}
    }
  }
}
```

Пример запроса
==============

[](#пример-запроса)

```
{
  "id": "2f5d0719-5b82-4280-9b3b-10f23aff226b",
  "method": "snuff.index",
  "params": {
    "limit": 1,
    "offset": 0,
    "sort": {"name": -1},
    "select": ["name", "value"],
    "expand": ["snuff.item.description"],
    "filter": {
      "name": {
        "~": "test"
      }
    }
  }
}
```

`Примечание` возможности `expand` можно изучить в документации пакета `extas-expands`.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Total

6

Last Release

2041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aaec5c4bade6ab2b5d1a0f7d97ab4e0ff2ce83937f76499b2888ad16cde5e04?d=identicon)[jeyroik](/maintainers/jeyroik)

---

Top Contributors

[![jeyroik](https://avatars.githubusercontent.com/u/6348124?v=4)](https://github.com/jeyroik "jeyroik (15 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jeyroik-extas-operations-jsonrpc-index/health.svg)

```
[![Health](https://phpackages.com/badges/jeyroik-extas-operations-jsonrpc-index/health.svg)](https://phpackages.com/packages/jeyroik-extas-operations-jsonrpc-index)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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