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 yesterday

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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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://www.gravatar.com/avatar/dc6ea975a27fc54882e5b331f1c7e8990c6b9c843ca47b4a6763a6b4a142922d?d=identicon)[mar4elkin](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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