PHPackages                             we-inspire/wiconnect - 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. we-inspire/wiconnect

ActiveLibrary

we-inspire/wiconnect
====================

WIConnect Laravel-Package

v4.1.9(12y ago)016MITJavaScript

Since Dec 8Pushed 12y ago2 watchersCompare

[ Source](https://github.com/we-inspire/wiconnect-laravel)[ Packagist](https://packagist.org/packages/we-inspire/wiconnect)[ RSS](/packages/we-inspire-wiconnect/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (13)Used By (0)

Welcome to WIConnect for Laravel!
=================================

[](#welcome-to-wiconnect-for-laravel)

Introduction
------------

[](#introduction)

WIConnect is a product of three students, who are very interested in web-technologies. This project is an interface for Laravel to send data to a Node.JS server.

Installation
------------

[](#installation)

- Laravel 4.1
    - add `"we-inspire/wiconnect": "4.1.*"` to your composer.json of your laravel project
- Laravel 4.0
    - add `"we-inspire/wiconnect": "4.0.*"` to your composer.json of your laravel project
- run `composer install` or `composer update`
- add Service Provider `'WeInspire\WeInspire\WeInspireServiceProvider'` to your conf/app.php
- copy `vendor/we-inspire/wiconnect/assets/start.weinspire.php` to `/path/to/laravel/app/bootstrap/`
- copy `vendor/we-inspire/wiconnect/assets/index.server.php` to `/path/to/laravel/public/`

Usage
-----

[](#usage)

### send Data from Laravel to Node.js-Server:

[](#send-data-from-laravel-to-nodejs-server)

```
use WeInspire\Helpers\;

```

```
WIHelpers::sendToNode($data, $functionname);
```

### receive Data from Node.js-Server:

[](#receive-data-from-nodejs-server)

- requires npm package [WIConnect-node](https://github.com/We-Inspire/WIConnect-node) on your node.js server.
- start php server `php /path/to/laravel/public/index.server.php`

Documentation and API
---------------------

[](#documentation-and-api)

You can explore the documentation and API [here](http://www.we-inspire.net).

Development
-----------

[](#development)

This project is currently under development. If you want to improve this project, please feel free to contact us, fork or send pull requests.

Issues
------

[](#issues)

Please provide us information about issues you find.

License
-------

[](#license)

WIconnect is open-source software licensed under the [MIT License](http://opensource.org/licenses/MIT).

Used Technologies
-----------------

[](#used-technologies)

[dnode-php](https://github.com/bergie/dnode-php)

[DNode](https://github.com/substack/dnode)

[Laravel](https://github.com/laravel/laravel)

[Laravel-Framework](https://github.com/laravel/framework/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~11 days

Recently: every ~18 days

Total

12

Last Release

4417d ago

### Community

Maintainers

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

---

Top Contributors

[![markusnissl](https://avatars.githubusercontent.com/u/6663555?v=4)](https://github.com/markusnissl "markusnissl (3 commits)")[![christophburger](https://avatars.githubusercontent.com/u/1863513?v=4)](https://github.com/christophburger "christophburger (1 commits)")[![linushorvath](https://avatars.githubusercontent.com/u/4534818?v=4)](https://github.com/linushorvath "linushorvath (1 commits)")

### Embed Badge

![Health badge](/badges/we-inspire-wiconnect/health.svg)

```
[![Health](https://phpackages.com/badges/we-inspire-wiconnect/health.svg)](https://phpackages.com/packages/we-inspire-wiconnect)
```

PHPackages © 2026

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