PHPackages                             mar4elkin/neaktor\_class - 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. mar4elkin/neaktor\_class

AbandonedArchivedLibrary[API Development](/categories/api)

mar4elkin/neaktor\_class
========================

interlayer for neaktor api .

02PHP

Since Jan 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mar4elkin/neaktor-class)[ Packagist](https://packagist.org/packages/mar4elkin/neaktor_class)[ RSS](/packages/mar4elkin-neaktor-class/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

neaktor-class
=============

[](#neaktor-class)

Для работы с api 'neaktor' нужно инициализировать класс Neaktor и вызвать функцию подключения `neoconn` , `neoconn` имеет два обязательных параметра `url`,`token` и два не обязательных параметра `body`, `method`. `url` -&gt; нужная ссылка, `token` -&gt; токен для аунтификации, `body` -&gt; тело запроса (json массив), есди не указан запрос отправляется без тела , `method` -&gt; нужный метод (post, put...) если не указан используется get метод.

neoconn
-------

[](#neoconn)

функция подключения к api, возвращает json массив

```
// get request

$url = 'https://api.neaktor.com/v1/tasks/5385604';
$token = 'TOKEN HERE';

$Neaktor = new Neaktor();
$data = $Neaktor->neoconn($url, $token,);
print_r($data);

```

```
// delete request

$url = 'https://api.neaktor.com/v1/tasks/5385604';
$token = 'TOKEN HERE';

$json_string_delete = '
     {
        "deleted": true,
        "message": "101"
     }
     ';

$Neaktor = new Neaktor();
$data = $Neaktor->neoconn($url, $token, $body, 'DELETE');
print_r($data);

```

picker
------

[](#picker)

На вход требуется `id_field` и `key`, где `id_field` -&gt; id нужного поля, `key` -&gt; поле которое нужно вывести, возвращает значение `key`. Работет только с get запросом и если выбранна одна задача!

```
// picker

$url = 'https://api.neaktor.com/v1/tasks/5385604';
$token = 'TOKEN HERE';

$id = 'createddate';
$key = 'value';

$Neaktor = new Neaktor();
$data = $Neaktor->neoconn($url, $token');
echo $Neaktor->picker($id, $key);

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26876842?v=4)[Mark Tamarov](/maintainers/mar4elkin)[@mar4elkin](https://github.com/mar4elkin)

---

Top Contributors

[![mar4elkin](https://avatars.githubusercontent.com/u/26876842?v=4)](https://github.com/mar4elkin "mar4elkin (11 commits)")

### Embed Badge

![Health badge](/badges/mar4elkin-neaktor-class/health.svg)

```
[![Health](https://phpackages.com/badges/mar4elkin-neaktor-class/health.svg)](https://phpackages.com/packages/mar4elkin-neaktor-class)
```

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