Skip to content

visualturk/lexicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

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

About

An expressive template engine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%