PHPackages                             gulik17/eventicious - 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. gulik17/eventicious

ActiveLibrary[API Development](/categories/api)

gulik17/eventicious
===================

PHP-класс для работы с api сервиса \[eventicious.com\](https://eventicious.com/)

1.0.3(2y ago)010MITPHP &gt;=5.5.0

Since Dec 25Compare

[ Source](https://github.com/gulik17/eventicious)[ Packagist](https://packagist.org/packages/gulik17/eventicious)[ Docs](https://github.com/gulik17/eventicious)[ RSS](/packages/gulik17-eventicious/feed)WikiDiscussions Synced 2d ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Eventicious API
===============

[](#eventicious-api)

PHP-класс для работы с api сервиса [eventicious.com](https://eventicious.com/)

Установка
---------

[](#установка)

### Установка через Composer

[](#установка-через-composer)

Запустите

```
php composer.phar require gulik17/eventicious "~1"

```

или добавьте

```
"gulik17/eventicious": "~1"

```

в секцию `require` вашего composer.json

Использование
-------------

[](#использование)

Простая авторизация (с помощью token):

```
$host = "https://admin.eventicious.com/";
$code = "Your_Authorization_Key";

$client = new \Gulik17\Eventicious\Api();
$client->setHost($host);
$client->setCode($code);
```

Отправка SMS:

```
$result = $client->speakersCreate(
    1,
    "Иван",
    "Иванов",
    "Aurus",
    "Повар",
    "Москва",
    "https://vk.com/ivan_ivanov",
    "https://twitter.com/ivan_ivanov",
    "https://fb.com/ivan_ivanov",
    "ivan@aurus.ru",
    "79885001133",
    "Звездный повар Ваня",
    true,
    "picture_url",
    1)

print_r($result);
```

return array Массив аналогичен запросу

Ответ: Аналогичен запросу. Содержит дополнительные поля, например networkingCode — ID-участника (персональный код доступа в приложение).

Каждый метод в классе содержит подробное описание (PhpDoc)
----------------------------------------------------------

[](#каждый-метод-в-классе-содержит-подробное-описание-phpdoc)

Автор
-----

[](#автор)

[Владимир Гулеватый](https://github.com/gulik17/), e-mail:

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Total

4

Last Release

922d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c60ef9b72ed73a18580c62ef77e9272e2e75c7484bad47a291e800d1830e04ca?d=identicon)[gulik17](/maintainers/gulik17)

---

Top Contributors

[![gulik17](https://avatars.githubusercontent.com/u/10387956?v=4)](https://github.com/gulik17 "gulik17 (6 commits)")

---

Tags

eventiciouseventicious.comeventicious api

### Embed Badge

![Health badge](/badges/gulik17-eventicious/health.svg)

```
[![Health](https://phpackages.com/badges/gulik17-eventicious/health.svg)](https://phpackages.com/packages/gulik17-eventicious)
```

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