anomaly / lexicon
An expressive template engine.
Installs: 2 105
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 4
Requires
- illuminate/config: ~5.0
- illuminate/events: ~5.0
- illuminate/view: ~5.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- henrikbjorn/phpspec-code-coverage: ~0.2
- phpspec/phpspec: 2.1.0-RC1
This package is auto-updated.
Last update: 2019-01-18 18:59:51 UTC
README
This repository is no longer active :-(
Lexicon Template Engine
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
- Osvaldo Brignoni
- Lexicon is inspired on the PyroCMS Lex Parser, created by Dan Horrigan.
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