Skip to content

dhwlm/php-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo of the project

php-skeleton

A basic php project starter kit

I found myself writing the same project boilerplate time and time again, so I decided to create this simple boilerplate to help reduce the time required when starting a new piece of code. This will give you the basic files, and will let you develop small apps easily.

Installing / Getting started

Download the boilerplate

git clone https://github.com/dhwlm/php-skeleton.git your-project-name

This will create a folder with 'your-project-name' and the boilerplate files inside it. Then edit the config.php file to set your own project meta information.

Contents

|-assets
  |-css
    |-stylesheet.css
  |-images
    |-content
    |-layout
  |-js
    |-common.js
|-config
  |-config.php
  |-database.php
  |-session.php
|-templates
  |-header.php
  |-footer.php
|-index.php
|-LICENSE
|-README.md

For now, I've included Bootstrap CSS, Bootstrap Theme, Bootstrap JS, FontAwesome & jQuery.

About the Author

This PHP Skeleton/Boilerplate is created and maintained by Dhawal Mehta.

Disclaimer

This PHP Skeleton/Boilerplate has been made taking in consideration my personal usage and also it is in active development. I would appreciate any suggestions that will help me to enhance this project.

Licensing

https://dhawal.mit-license.org/

About

A repo for basic php project starter kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published