Skip to content

gitter-badger/UserApplePie-v-2

 
 

Repository files navigation

UAP Version 2.0.0 - Coming Soon

We are starting from scratch with UAP2. This build is expected to take some time. Check back soon for updates!

Software License GitHub license

What is UserApplePie v2.0.0?

Simple User Management System Based on MVC Framework. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.

The base framework comes with a range of helper classes.

Documentation

(Coming Soon!)Full docs & tutorials are available at www.userapplepie.com.

Requirements

The framework requirements are limited:

Installation

  1. Download the framework.
  2. Unzip the package to your web server.
  3. Open app/Core/Config.php and set your base path (if the framework is installed in a folder, the base path should reflect the folder path /path/to/folder/ otherwise a single / will do) and database credentials.
  4. Edit .htaccess file and save the base path (if the framework is installed in a folder, the base path should reflect the folder path /path/to/folder/ otherwise a single / will do).
  5. Import the database.sql to your database (Updated table PREFIX if changed in Config.php).
  6. Enjoy!

Note: Project is not complete, Stuff might be broken...

UAP Default Site URL Map

Pages with Guest Access

  • Home (Welcome - Default)
  • About
  • subpage
  • Login
  • Register
  • ForgotPassword
  • ResendActivationEmail
  • Members
  • MembersOnline
  • Profile/(UserName or UserID)

Pages that Require User to be Logged In

  • Logout
  • AccountSettings
  • EditProfile
  • ChangePassword
  • ChangeEmail
  • PrivacySettings

Pages that Are Used From Email Link

  • ResetPassword
  • Activate

Credit

Thank You to All Who Make UAP Possible!

Built on Simple MVC Framework

Simple MVC Framework

About

UserApplePie v2.0.0 - MVC Build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • Other 0.2%