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

ActiveLibrary[API Development](/categories/api)

jeyroik/extas-operations-jsonrpc-create
=======================================

Create operation for JSON RPC

0.1.0(5y ago)03081PHP

Since Sep 1Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (12)Versions (2)Used By (1)

[![tests](https://github.com/jeyroik/extas-operations-jsonrpc-create/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-operations-jsonrpc-create/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/c5bbf5691c9fbf215d47d7ac6c4ab844e68b953c0c5240ccf96310c4ba7c251d/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d6372656174652f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/c5bbf5691c9fbf215d47d7ac6c4ab844e68b953c0c5240ccf96310c4ba7c251d/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d6372656174652f636f7665726167652e7376673f6272616e63683d6d6173746572)[![PHPStan Enabled](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![](https://camo.githubusercontent.com/b9bcd17bab522e18141fa1d7742e5ed70d17c9c7bfa15f462a5a9afa233f6521/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39643837663838313334636436613464333335642f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-operations-jsonrpc-create/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/d84f8f6f2ee5172cf2e95db7e3a56b87db6ee3ebf81d841712675fc3187907de/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d6372656174652f76)](//packagist.org/packages/jeyroik/extas-jsonrpc)[![Total Downloads](https://camo.githubusercontent.com/cf283b237f1004025a4da3f64c5fb37c0e03976452a7e28d388bb73ff3cd4406/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d6372656174652f646f776e6c6f616473)](//packagist.org/packages/jeyroik/extas-jsonrpc)[![Dependents](https://camo.githubusercontent.com/757974551cbc6181e5756e35d9215e50d4fb377f292c960071cf2ee5c9186862/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6f7065726174696f6e732d6a736f6e7270632d6372656174652f646570656e64656e7473)](//packagist.org/packages/jeyroik/extas-jsonrpc)

Описание
========

[](#описание)

Create operation for JSON RPC server.

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

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

```
{
  "request": {
    "type": "object",
    "properties": {
      "data": {
      		"type": "object",
      		"items": {"type": "object"}
      	}
    }
  },
  "response" : {
    "type" : "object",
    "properties" : {
       "type": "object",
       "items": {"type": "mixed"}
    }
  }
}
```

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

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

```
{
  "id": "2f5d0719-5b82-4280-9b3b-10f23aff226b",
  "method": "snuff.create",
  "params": {
    "data": {
      "name": "test"
    }
  }
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

2131d 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 (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[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)
