PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   pH7 PHP Web App Boilerplate   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: pH7 PHP Web App Boilerplate
Start a Web app development using boilerplate code
Author: By
Last change:
Date: 1 year ago
Size: 2,643 bytes
 

Contents

Class file image Download

pH7 WebApp Boilerplate

A Powerful, Modern and Lightweight PHP 7.1+ Boilerplate to build quickly robust web apps or small/medium SaaS.

pH7WebAppBoilerplate is based on Silex. Since Symfony 4, it is now recommended to use Symfony 4 instead (Symfony 4 is as lightweight as using Silex). Silex isn't maintained anymore, so this project is now marked as archived.

The Problem

It is always tough to directly start a new "clean-code" project from scratch based on good programming principles. We always need to think about the best architecture/patterns for the project and spending time looking for the good libraries.

The Solution

pH7 Boilerplate gives the best coding practices for you, with already everything setup (.gitignore, .htaccess, composer file), the project already configured (for Silex and Twig and has all the good/useful libraries included that will make your new web app the best!

Simply clone it, and start developing your great web app!

Boilerplate Features

Installation

  • Be sure PHP 7.1 or higher is installed
  • Clone the repo
    git clone git@github.com:pH-7/pH7WebAppBoilerplate.git
    cd pH7WebAppBoilerplate
    
  • Install Composer (https://getcomposer.org)
  • Install the Boilerplate dependencies with `composer install`

About Me

I'm Pierre-Henry Soria, a passionate Software Engineer and creator of pH7CMS for instance.

Where to Contact Me?

You can by email at pierrehenrysoria+github [[AT]] gmail [[D0T]] com

License

MIT License. Enjoy :smiley: