Version: 2.0
Author: YoYo
Copyright: 2022-2025, script-php.ro
License: GPL v3
- GitHub Repository: https://github.com/script-php/EasyAPP
- Official Website: https://script-php.ro
- Issue Tracker: https://github.com/script-php/EasyAPP/issues
Throughout this documentation, you will encounter several conventions:
Code Blocks:
// PHP code examples are shown in code blocks
$example = "value";File Paths:
- Absolute paths are shown from project root
- Example:
app/controller/home.php
Placeholders:
- Items in angle brackets should be replaced
- Example:
<YourClassName>becomesUserController
Notes:
Note: Important information that requires attention
Warnings:
Warning: Critical information about potential issues
Before using EasyAPP Framework, ensure your environment meets these requirements:
- PHP Version: 7.4 or higher
- Extensions:
- PDO (for database functionality)
- JSON
- MBString (recommended)
- Web Server:
- Apache with mod_rewrite, or
- Nginx with proper configuration
- Composer: Optional, for dependency management
EasyAPP is designed with the following principles:
- Simplicity First: Easy to learn and use
- Performance: Lightweight and fast execution
- Flexibility: Adapt to various project needs
- Modern Features: Contemporary PHP practices
- Minimal Dependencies: Self-contained framework
If you need assistance:
- Check the documentation sections listed above
- Review example code in the repository
- Visit the GitHub Issues page
- Contact the development team
EasyAPP Framework is open-source software licensed under the GPL v3 License.
Copyright (c) 2022-2025, script-php.ro
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
Next: Installation and Setup