We are starting from scratch with UAP2. This build is expected to take some time. Check back soon for updates!
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.
(Coming Soon!)Full docs & tutorials are available at www.userapplepie.com.
The framework requirements are limited:
- Apache Web Server or equivalent with mod_rewrite support
- PHP 5.5 or greater is required
- MySQL database. The framework can be changed to work with another database type.
- Download the framework.
- Unzip the package to your web server.
- 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. - 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). - Import the database.sql to your database (Updated table PREFIX if changed in Config.php).
- Enjoy!
Note: Project is not complete, Stuff might be broken...
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
Pages within the Admin Panel
- AdminPanel (Main Dashboard)
- AdminPanel-Users
- AdminPanel-User
- AdminPanel-Groups
- AdminPanel-Group
Login Register User Profile Edit User Profile
Users List User Edit Groups List Group Edit
Thank You to All Who Make UAP Possible!
- Auth System By: @geomorillo