Skip to content

buckaroo-labs/Hydrogen

Repository files navigation

Hydrogen

representation of a hydrogen atom

Library of basic building blocks for an xAMP app.

Reusable code for page layout, building and executing SQL statements, creating data-driven HTML tables, authentication, and so on.

Important

Requirements

  • PHP with SQLite3 enabled. (MySQL and Oracle are configurable options)
  • Composer for PHPMailer installation (Fear not, installation is painless).
  • PHPMailer for email support (likewise).

Note

Setup /installation

  • Clone or copy the files into a "Hydrogen" folder in the application root.
  • For usage examples that include a setup walkthrough, copy or link the files in "/template" to the application root as well, and then point a browser to the root (or to index.php).
  • Install PHPMailer in the same application root (not in the Hydrogen folder): composer require phpmailer/phpmailer Run the template application or see the Hydrogen/docs folder for further configuration instructions (SMTP host, etc).

Updates in Release 2:

  • Use JWT cookie for persistent login
  • Add external stylesheet link to page template
  • Documentation
  • Support for role-based access control

Credits

About

Basic building blocks for an xAMP app

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors