PHPackages                             epicformbuilder/wixhive-php-api - 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. epicformbuilder/wixhive-php-api

ActiveLibrary[API Development](/categories/api)

epicformbuilder/wixhive-php-api
===============================

WixHive API PHP Library

0.0.9(2y ago)11041[1 PRs](https://github.com/epicformbuilder/wixhive-php-api/pulls)BSD-3-ClausePHPPHP &gt;=8.1.0CI failing

Since Apr 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/epicformbuilder/wixhive-php-api)[ Packagist](https://packagist.org/packages/epicformbuilder/wixhive-php-api)[ Docs](https://github.com/epicformbuilder/wixhive-php-api)[ RSS](/packages/epicformbuilder-wixhive-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (9)Used By (0)

WixHive API PHP Library
=======================

[](#wixhive-api-php-library)

[![Build Status](https://camo.githubusercontent.com/dff5b2276a3a5596069c7e19bfc6371f50bb51aeee5ef9b516805edccfebe8b6/68747470733a2f2f7472617669732d63692e6f72672f65706963666f726d6275696c6465722f776978686976652d7068702d6170692e7376673f6272616e63683d302e302e34)](https://travis-ci.org/epicformbuilder/wixhive-php-api)

This library is a PHP wrapper WixHive API.

Usage
-----

[](#usage)

```
        // create WixHive object
        $wixHive = new WixHive("{app_id}", "{app_secret_key}");

        // generate data for activity
        $field = new \stdClass();
        $field->name = "Name";
        $field->value = "Value";

        $activityInfo = new \stdClass();
        $activityInfo->fields = [$field];

        // create the model
        $createActivity = new CreateActivity(
            new DateTime(),
            ActivityType::CONTACT_CONTACT_FORM,
            null,
            null,
            $activityInfo,
        );

        // create the command to execute
        $command = new CreateContactActivity($createActivity);

        try{

            /** @var ActivityResult $data */
            $data = $wixHive->execute($command, "{instance_id}" $userSessionToken); // getMessage());
        }

        // check what we got
        print_r($data);
        exit;

```

WixHive documentation live [here](http://dev.wix.com/docs/wixhive/http-api)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.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.

###  Release Activity

Cadence

Every ~435 days

Recently: every ~699 days

Total

8

Last Release

998d ago

PHP version history (3 changes)0.0.1PHP &gt;=5.4.0

0.0.4PHP &gt;=5.5.0

0.0.9PHP &gt;=8.1.0

### Community

Maintainers

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

---

Top Contributors

[![epicformbuilder](https://avatars.githubusercontent.com/u/10811565?v=4)](https://github.com/epicformbuilder "epicformbuilder (25 commits)")[![aleksey-kozakov](https://avatars.githubusercontent.com/u/565530?v=4)](https://github.com/aleksey-kozakov "aleksey-kozakov (2 commits)")

---

Tags

phpWixwixhive

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epicformbuilder-wixhive-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/epicformbuilder-wixhive-php-api/health.svg)](https://phpackages.com/packages/epicformbuilder-wixhive-php-api)
```

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[sandorian/moneybird-api-php

Moneybird API client for PHP

127.3k](/packages/sandorian-moneybird-api-php)

PHPackages © 2026

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