Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
/ php-boilerplate Public archive

Extending the HTML5 Boilerplate with a set of useful PHP classes.

License

Notifications You must be signed in to change notification settings

sdht0/php-boilerplate

Repository files navigation

PHP Boilerplate

PHP Boilerplate extends the HTML Boilerplate project with a collection of PHP classes and functions providing basic functionalities expected to be used on any PHP website.

HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.

Features

  • All awesome features of HTML5 Boilerplate
  • Single configuration file
  • PHPB: Set of utility functions providing commonly used functionality
  • DB: Wrapper for database operations
  • Mail: Wrapper for sending mails using PHPMailer
  • ScriptTimer: Track execution time of page
  • AmazonBatchMail: Send mass mails in parallel using Amazon SES

Usage

Copy config-sample.php to config.php and edit the file with proper values.
The Examples folder provides some guide as how to put the Boilerplate to use.

Contributing

Contributions will be awesome! Clone the github repo, make your changes and send a pull request.

License

See LICENSE.md

About

Extending the HTML5 Boilerplate with a set of useful PHP classes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published