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.
- Laravel 4.1
- add
"we-inspire/wiconnect": "4.1.*"
to your composer.json of your laravel project
- add
- Laravel 4.0
- add
"we-inspire/wiconnect": "4.0.*"
to your composer.json of your laravel project
- add
- run
composer install
orcomposer 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/
use WeInspire\Helpers\;
WIHelpers::sendToNode($data, $functionname);
- requires npm package WIConnect-node on your node.js server.
- start php server
php /path/to/laravel/public/index.server.php
You can explore the documentation and API here.
This project is currently under development. If you want to improve this project, please feel free to contact us, fork or send pull requests.
Please provide us information about issues you find.
WIconnect is open-source software licensed under the MIT License.