Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)