/ChassisPHP

A PHP framework built to simplify CMS site creation.

Primary LanguagePHPMIT LicenseMIT

ChassisPHP

MIT licensed

Pronounced Cha-see
Yes, another PHP framework. The goal with ChassisPHP is to be a framework that simplifies the process of creating a brouchure-type website. We are just getting started. This package is not yet production-ready!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. It's recommended that you use Composer to install ChassisPHP.

$ composer require rogercreasy/chassis-php

This will install ChassisPHP and all required dependencies. We recommend PHP 7.1 or newer.

Alternatively, Git clone the repo to your local system with command

$ git clone https://github.com/RogerCreasy/ChassisPHP.git

then goto folder and install your dependency using composer

$ composer install

and start from there.

Style, etc.

We follow PSR-2 for coding style, PSR-4 autoloading, and PSR-11 for containers. We also believe in the use of the Oxford comma (see the above line). :-)

ChassisPHP is not bound to any particular component. Whenever possible component use is written such that it can be replaced with a component of the developer's choosing. i.e. the PHP League Container is default. However, if the developer prefers Pimple, she or he can use it.

Author

Roger Creasy is the founder of ChassisPHP

License

The MIT License (MIT)