2017 © Pedro Peláez
 

library syntax-tree

Syntax tree

image

mnvx/syntax-tree

Syntax tree

  • Monday, January 9, 2017
  • by mnvx
  • Repository
  • 4 Watchers
  • 7 Stars
  • 452 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 18 % Grown

The README.md

Syntax tree

Illustration:, (*1)

, (*2)

How to install

Execute commands below:, (*3)

git clone git@github.com:mnvx/syntax-tree.git
cd syntax-tree
composer install
cp src/api/Config/Configuration.php.tpl src/api/Config/Configuration.php

Edit configuration file: src/api/Config/Configuration.php, (*4)

Set public path as root directory for web server., (*5)

How to use

Send POST request with next params., (*6)

curl -d text="Мама мыла раму." -d format="JSON" http://<host where syntax-tree installed>, (*7)

You will achieve next result:, (*8)

[{"number":"2","text":"\u043c\u044b\u043b\u0430","children":[{"number":"1","text":"\u041c\u0430\u043c\u0430","children":[]},{"number":"3","text":"\u0440\u0430\u043c\u0443.","children":[]}]}], (*9)

The Versions

09/01 2017

dev-master

9999999-dev

Syntax tree

  Sources   Download

MIT

The Development Requires

by mnv

26/08 2016

v0.0.1

0.0.1.0

Syntax tree

  Sources   Download

MIT

The Development Requires

by mnv