otaviocipriano / php-framephork
A simple framewokr create by me
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/otaviocipriano/php-framephork
Requires
- php: >=8.2.4
- vlucas/phpdotenv: >=v5.5.0
This package is not auto-updated.
Last update: 2025-10-03 22:02:11 UTC
README
Welcome to the Simple PHP Framework! This is a lightweight and easy-to-use framework designed for quick development and prototyping. The framework includes essential components such as a router, database manipulator, validator, session handler, and view renderer.
Features
- Router: Simplified routing for handling HTTP requests.
- Database Manipulator: Easy database interaction with basic CRUD operations.
- Validator: Input validation for ensuring data integrity.
- Session Handler: Simple session management.
- View Renderer: Basic templating engine for rendering views.
Getting Started
Prerequisites
- PHP 7.4 or higher
- Composer (for dependency management)
- A web server (e.g., Apache, Nginx)
Installation
-
Clone the repository:
git clone https://github.com/Otavio-Cipriano/php-framework.git cd simple-php-framework
-
Install dependencies using Composer:
composer install
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.
Acknowledgments
- Inspired by various PHP frameworks and the need for a simple yet powerful tool for rapid development.