Skip to content

popiazaza/UserFrosting

 
 

Repository files navigation

UserFrosting 4.0

http://www.userfrosting.com

If you simply want to show that you like this project, or want to remember it for later, you should star, not fork, this repository. Forking is only for when you are ready to create your own copy of the code to work on.

Join the chat at https://chat.userfrosting.com/channel/support

Click here to lend your support to: UserFrosting: A secure, modern user management system for PHP and make a donation at pledgie.com !

Copyright (c) 2017, free to use in personal and commercial software as per the license.

UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.

Installation

Please see our installation guide.

Troubleshooting

If you are having trouble installing UserFrosting, please join us in chat.

If you are generally confused about the structure and layout of the code, or it doesn't look like the kind of PHP code that you're used to, please start from the beginning.

Style Guidelines

Mission Objectives

UserFrosting seeks to balance modern programming principles, like DRY and MVC, with a shallow learning curve for new developers. Our goals are to:

  • Create a fully-functioning user management script that can be set up in just a few minutes
  • Make it easy for users to quickly adapt the code for their needs
  • Introduce novice developers to best practices such as separation of concerns and DRY programming
  • Introduce novice developers to modern constructs such as front-end controllers, RESTful URLs, namespacing, and object-oriented modeling
  • Build on existing, widely used server- and client-side components
  • Clean, consistent, and well-documented code

About the Developers

Alex Weissman

Alex is the founder and co-owner of two companies, one that does math tutoring at IU in Bloomington, IN and another company that does math tutoring at UMD in College Park, MD. He is also a PhD student in the School of Informatics and Computing at Indiana University.

Mike Jacobs

Mike's a programmer and IT specialist for a small business in NH, and works on open source projects when he's not camping or traveling.

Louis Charette

Louis's a civil engineer who also has a passion for coding. He is one of the main contributors for SimpsonsCity.com and like to share is knowledge by helping other the same way he was helped when he first started coding.

API documentation

To build the API documentation, install ApiGen globally and then run:

apigen generate --source UserFrosting/app,userfrosting-assets/src,userfrosting-config/Config,userfrosting-fortress/Fortress,userfrosting-i18n/I18n,userfrosting-session/Session,userfrosting-support/Support --destination userfrosting-api --exclude *vendor*,*_meta* --template-theme "bootstrap"

from inside your dev directory.

About

A secure, modern user management system for PHP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 58.8%
  • CSS 14.6%
  • HTML 13.9%
  • JavaScript 11.4%
  • ApacheConf 0.7%
  • Nginx 0.5%
  • C++ 0.1%