Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erdiko/theme
Erdiko theming engine
https://github.com/erdiko/theme
erlang php theme theme-engine
Last synced: about 2 months ago
JSON representation
Erdiko theming engine
- Host: GitHub
- URL: https://github.com/erdiko/theme
- Owner: Erdiko
- License: mit
- Created: 2017-03-18T05:46:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T21:01:45.000Z (over 7 years ago)
- Last Synced: 2024-10-14T16:04:11.564Z (3 months ago)
- Topics: erlang, php, theme, theme-engine
- Language: JavaScript
- Size: 55.7 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Theme
Erdiko theming engine
erdiko/theme is a lightweight package that allows you to build twig themes faster and more effectively.
This is a work in progress as we move erdiko to Slim PHP we are also migrating the erdiko theming engine to twig. Sorry, not quite ready for prime time. We will integrate this package into erdiko in April 2017 (alpha) and have the full beta ready sometime in May 2017.
erdiko/theme will work well with Slim PHP and erdiko as well as easy to adapt to other PHP frameworks.
## Installation
Easy installation via composer
```
composer require erdiko/theme
```## Twig
Twig is a modern template engine for PHP http://twig.sensiolabs.org/ We were so impressed by the features and adoption of it that we ditched our template engine in favor of twig. erdiko/theme will leverage the flexibility of twig and allow you to build themes more efficiently.
## Themes
We will have 3 starter themes at V1.
1. [Bootstrap](http://getbootstrap.com/)
2. [Foundation](http://foundation.zurb.com/)
3. [Blog](https://github.com/ArroyoLabs/erdiko-wordpress) (built on bootstrap and perfect for headless WordPress)
## Feedback
We would love to hear more about how we can make your theme development easier. Please send us your comments, feature requests, and any bug reports.
:boom:
Sponsored by [Arroyo Labs](http://arroyolabs.com)