denzelcode / advanced
Advanced microFramework - Create more by doing less
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2
- phpmailer/phpmailer: ^6.1
Requires (Dev)
- phpunit/phpunit: ^9
- dev-master
- 2.0.6.6
- 2.0.6.5
- 2.0.6.4
- 2.0.6.3
- 2.0.6.2
- 2.0.6
- 2.0.5.9
- 2.0.5.8
- 2.0.5.7
- 2.0.5.6
- 2.0.5.5
- 2.0.5
- 2.0.4
- 2.0.3.82
- 2.0.3.81
- 2.0.3.80
- 2.0.3.79
- 2.0.3.78
- 2.0.3.77
- 2.0.3.76
- 2.0.3.75
- 2.0.3.73
- 2.0.3.72
- 2.0.3.71
- 2.0.3.70
- 2.0.3.69
- 2.0.3.68
- 2.0.3.67
- 2.0.3.66
- 2.0.3.65
- 2.0.3.64
- 2.0.3.63
- 2.0.3.62
- 2.0.3.61
- 2.0.3.60
- 2.0.3.59
- 2.0.3.58
- 2.0.3.57
- 2.0.3.56
- 2.0.3.55
- 2.0.3.54
- 2.0.3.53
- 2.0.3.52
- 2.0.3.51
- 2.0.3.41
- 2.0.3.6
- v2.0.3.5
- 2.0.3.4
- 2.0.3.3
- 2.0.3.2
- 2.0.3.1
- 2.0.3
- 2.0.2.41
- 2.0.2.9
- 2.0.2.8
- 2.0.2.7
- 2.0.2.6
- 2.0.2.5
- 2.0.2.4
- 2.0.2.3
- 2.0.2.2
- 2.0.2.1
- 2.0.2
- 2.0.1.1
- 2.0.1
- 2.0.0.1
- 2.0.0
- 1.5.21
- 1.5.3.1
- 1.5.3
- 1.5.2
- 1.5.1.1
- 1.5.1
- 1.5.0.2
- 1.5.0.1
- 1.5.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
This package is auto-updated.
Last update: 2025-04-12 14:29:08 UTC
README
What's Advanced?
Advanced Micro Framework - Create more by doing less
Advanced Micro Framework is a PHP Object Oriented framework that make your life easier, advanced provides you a whole bunch of functionalities that you will not have the need of write a lot of code. It is already predefined so you only have to create your project and use the internal libraries of Advanced such as the authentications (login/register), In-code routing by controllers, SQL automatization (generate queries and execute them in a safe way with just PHP code), and more.
Get started with Advanced and see what else it can provide you.
Discussion/Help
Sample projects
Documentation
Click here to go to the documentation
Installation
Composer:
mkdir new-folder
cd new-folder
composer create-project denzelcode/advanced .
cd project/public
php -S localhost:8000
THIS IS IMPORTANT If Advanced file system is not working properly remember to add writing and reading permissions to the directory where you want to install the framework!
Linux/Mac OS (Unix):
sudo chmod -R 777 new-folder
Windows:
CACLS new-folder /e /p Everyone:R
CACLS new-folder /e /p Everyone:W
Requirements
- PHP 7.2.0
- Apache Server
Xampp Windows | Linux | OS X, IIS or Hosting
Postdata: To use IIS you are required to set the /project/public path as the root directory.
Contributors
- Denzel Code (Advanced main developer)
- Soull Darknezz
- mamazu
Licensing information
This project is licensed under LGPL-3.0. Please see the LICENSE file for details.
Donations
Contribution
Anyone who wants to contribute to the project can do it, this is an independent project that plans to become a community.