Skip to content

edouardkombo/ParserStrategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParserStrategy

The Troll Inception - Parser Strategy

About

Parser Strategy is a parser for ILN (Intuitive Language Notation) files. It helps managing services and events.

Requirements

Require PHP version 5.3 or greater, AbstractFactory and InterfaceFactory from The Troll Inception.

Installation

The easiest way to install is using Composer you can easily install TTI Parser Strategy system-wide with the following command:

composer global require 'edouardkombo/parser-strategy=1.0.0.*@dev'

Make sure you have ~/.composer/vendor/bin/ in your PATH.

Or alternatively, include a dependency in your composer.json file. For example:

{
    "require": {
        "edouardkombo/parser-strategy": "1.0.0.*@dev"
    }
}

You can also download the ParserStrategy source directly from the GIT checkout:

https://github.com/edouardkombo/ParserStrategy

Documentation

All additional documentation is available in code docblocks.

Contributing

If you do contribute code to ParserStrategy, please make sure it conforms to the PSR coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed version.

Issues

Bug reports and feature requests can be submitted on the Github issues tracker.

For further informations, contact me directly at edouard.kombo@gmail.com.

About

Parser Strategy for ILN files from The Troll Inception

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages