Download the PHP package nikaia/php-node-bridge without Composer
On this page you can find all versions of the php package nikaia/php-node-bridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nikaia/php-node-bridge
More information about nikaia/php-node-bridge
Files in nikaia/php-node-bridge
Package php-node-bridge
Short Description Call your NodeJS scripts from Php
License MIT
Homepage https://github.com/nikaia/php-node-bridge
Informations about the package php-node-bridge
PHP NodeJS Bridge
Call your NodeJS scripts from Php
Installation
You can install the package via composer:
Usage
The bridge work by executing a node script that accept piped json arbitary data, and returns json response.
check tests/_fixtures/ok.script.js for a working example.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Releases
This package use semver releases. Releases are managed using standard-version node package, and requires adhering to conventionalcommit commit styles.
- Implement a feature or a fix etc.
- Use commit message like
fix: Fix an issue
orfeat: Implement a feature ...
- Or rewrite the commit message while squashing/closing the PR!!
- Update your local project, checkout
main
branch - Run :
composer release
to generate changelog, and to tag to new release. - Check everything is okay.
- Push the tag using
git push --follow-tags origin main
This repository is using Semantic Pull Request bot to enforce conventional commit message and PR titles
Credits
- Nassif Bourguig
- All Contributors
License
The MIT License (MIT). Please see License File for more information.