birchdesk/leatherstrap

PHP Library for building HTML Bootstrap Pages.

dev-master 2017-01-02 04:55 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:14:32 UTC


README

#NOTE: leatherstrap is still in development. Changes may occure without warning, causing production code to stop working. Please review changes before updating your version of leatherstrap.

leatherstrap

A PHP framework for generating HTML pages using bootstrap published by Birchdesk and lincienced under the MIT licience.

What Is Leatherstrap?

Leatherstrap is a framework that allows PHP developers to easily create full functioning websites and webapps by building an HTML page as a PHP object instead of concatenating endless strings of HTML inside of their PHP code.

Why Is This Needed?

HTML Isn't hard to learn. Most, if not all, of web developers would be able to complete their projects without the use of this library. However, they would spend more time worrying about closing tags than actually writing back end code. Leatherstrap allows developers to create pages as objects, allowing them to write cleaner code, and spend more time doing it.

Bootstrap

Leatherstrap is built on top of bootstrap, meaning every page generated by Leatherstrap will be beautiful, clean, and mobile friendly.

Installation

Composer

Add birchdesk/leatherstrap to your composer.json requirements:

"require": {
                "birchdesk/leatherstrap":"@dev"
        }

Currently leatherstrap is only available under development stability.