PHPackages                             hiqdev/hipanel-server-order - 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. hiqdev/hipanel-server-order

ActiveYii2-extension[API Development](/categories/api)

hiqdev/hipanel-server-order
===========================

HiPanel Server Order

38.2k1[12 PRs](https://github.com/hiqdev/hipanel-server-order/pulls)JavaScript

Since Mar 15Pushed 3y ago3 watchersCompare

[ Source](https://github.com/hiqdev/hipanel-server-order)[ Packagist](https://packagist.org/packages/hiqdev/hipanel-server-order)[ RSS](/packages/hiqdev-hipanel-server-order/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (13)Used By (0)

HiPanel Server Order
====================

[](#hipanel-server-order)

[![Latest Stable Version](https://camo.githubusercontent.com/3d0350bbae71acf22bdc77c87aa2ea400511e4a72ad63ac2970e03b2b0826c7e/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f686970616e656c2d7365727665722d6f726465722f762f737461626c65)](https://packagist.org/packages/hiqdev/hipanel-server-order)[![Total Downloads](https://camo.githubusercontent.com/e5aff2239f4fe22b08b612f1bc53cf896c71b3fed6c07e7bd09a77703d7588dc/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f686970616e656c2d7365727665722d6f726465722f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/hipanel-server-order)[![Build Status](https://camo.githubusercontent.com/a2af7112fab9a78206ef208ef887fe8134687edf3afd910dcb5a395f005ab43c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f686970616e656c2d7365727665722d6f726465722e737667)](https://travis-ci.org/hiqdev/hipanel-server-order)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/162e513fee8619df42c96dcc1bedd8d0725c0a65fcb5d9bfb1d59447da6c2fe0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f686970616e656c2d7365727665722d6f726465722e737667)](https://scrutinizer-ci.com/g/hiqdev/hipanel-server-order/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1b832f2c295a21589c4c4d4fb07af8f0480f8e29ba1f0a744dc4322321952e76/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f686970616e656c2d7365727665722d6f726465722e737667)](https://scrutinizer-ci.com/g/hiqdev/hipanel-server-order/)

**Интеграция пакета**

1. В месте, где нужно чтобы появился плагин, разместить элемент ``
2. Перед закрытием тега ``, вставить всё что написано в файле `dist/index.html`
3. Сделать запросы на получение доступных конфигураций `https://hiapi.advancedhosting.com/configsGetAvailable?with_prices=1&seller=dsr`
4. Сделать запросы на получение доступных образов `https://hiapi.advancedhosting.com/osimagesSearch?type=dedicated&seller=dsr`
5. Сгруппировать полученные конфиги по полю `location`
6. Поместить `dist/*.svg` в доступную для для веб сервера дирикторию, так что бы он был доступен от корня `https://[your_domain_name]/*.svg` или создать переменную глобальной области видимости `window.hipanel_server_order.pathToIcons` и записать туда путь к `*.svg`
7. Создать в глобальной области видимости переменную `window.hipanel_server_order`. В созданную переменную нужно поместить объект с настройками для плагина такой структуры:
8. Для того что бы изменить локацию, нужно вызвать функцию `hipanel_server_order_app.setLocation('nl')`, передав ей строкой одно из двух значений: `nl` или `us`

```
window.hipanel_server_order = {
    initialStates: {
        action: 'https://hipanel.advancedhosting.com/server/order/add-to-cart-dedicated', // действие формы для заказа
        location: 'us', // локация по умолчанию, доступные варианты: 'us', 'nl'
        language: 'en', // язык по умолчанию, доступные варианты: 'ru', 'en'
    },
    configs: {
        /* список конфигураций полученный из `/configsGetAvailable`, сгруппированных по локации, пример в `src/index.js:17` */
    },
    osImages: [
        /* массив доступных образов из `/osimagesSearch`, передать без модификации */
    ],
    pathToIcons: null, // путь к файлам `*.svg` из папки `dist`, если `null` то искать в корне, на пример `https://[your_domain_name]/*.svg`
};
```

**Пример на PHP**

1. cp src/example.php dist/
2. php -S localhost:8000 -t dist
3.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.6% 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/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

---

Top Contributors

[![tafid](https://avatars.githubusercontent.com/u/3338188?v=4)](https://github.com/tafid "tafid (70 commits)")[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/hiqdev-hipanel-server-order/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-hipanel-server-order/health.svg)](https://phpackages.com/packages/hiqdev-hipanel-server-order)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

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