Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libgraviton/json-command
Simple command executor with arguments serialization and output deserialization
https://github.com/libgraviton/json-command
Last synced: 30 days ago
JSON representation
Simple command executor with arguments serialization and output deserialization
- Host: GitHub
- URL: https://github.com/libgraviton/json-command
- Owner: libgraviton
- Created: 2015-07-21T10:24:50.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-06-18T09:01:54.000Z (over 5 years ago)
- Last Synced: 2024-11-16T09:37:39.350Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JSON command executor
=====================Simple command executor with arguments serialization and output deserialization.
Installation
------------```
composer require graviton/json-command
```Usage
-----See examples:
* [node.js calculator](examples/nodejs)
* [Symfony integration](examples/symfony)