anomaly/lexicon

This package is abandoned and no longer maintained. No replacement package was suggested.

An expressive template engine.

1.0.0-beta 2014-11-04 21:06 UTC

This package is auto-updated.

Last update: 2019-01-18 18:59:51 UTC


README

This repository is no longer active :-(

Lexicon Template Engine

Unstable License Build Status Code Coverage Code Quality Total Downloads

Lexicon is a template engine that encourages the design of simple and maintainable templates.

Documentation

The complete documentation for Lexicon can be found at Lexicon Documentation website.

Installation

Lexicon is a Composer package named anomaly/lexicon. To use it, simply add it to the require section of you composer.json file.

{
    "require": {
        "anomaly/lexicon": "~1.0.0-beta"
    }
}

Next, update app/config/app.php to include a reference to this package's service provider in the providers array.

'providers' => [
    'Anomaly\Lexicon\LexiconServiceProvider'
]

Credits

Lexicon uses the following composer packages:

  • illuminate/config
  • illuminate/events
  • illuminate/view

For testing it uses:

  • codeclimate/php-test-reporter
  • henrikbjorn/phpspec-code-coverag
  • phpspec/phpspec

Contributing

The contribution guide can be found in the Lexicon Documentation.

License

Lexicon is open-sourced software licensed under the MIT license