Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukewatts/football

Football mailing and opt in/out app
https://github.com/lukewatts/football

Last synced: 4 days ago
JSON representation

Football mailing and opt in/out app

Awesome Lists containing this project

README

        

- **Name:** Thistle
- **Description:** Thistle is a small, modular framework for quickly turning a normal "static" html site into a "hybrid" CMS.
- **Authors:** Luke Watts (Affinity4.ie)
- **Author Website:** http://affinity4.ie
- **Version:** 3.2.0
- **License:** MIT

Thistle is a small, modular framework for quickly turning a normal static html site into a "hybrid" CMS.

An MVC backend will allow for handling database and content while the front end can remain non-MVC. The front end can use as much or as little of the classes provided as long as it use the base template functions for inserting plugins and content from the database.

Compatitbility & Features
-------------------------
- PHP 5.3+ compatible
- Composer
- PHPMailer
- Eloquent ORM

Known Issues
------------
If your root folder is in a subdirectory of your server you will need to set the $site['url'] field in app/config/config.php for Thistle to work.

Future Features
---------------
- SwiftMailer compatibility
- Slider plugin
- Masonry Portfolio plugin
- "Thorns" API (more to come)