otaviocipriano / php-framephork
There is no license information available for the latest version (dev-main) of this package.
A simple framewokr create by me
dev-main
2026-02-17 07:48 UTC
Requires
- php: >=8.2.4
- vlucas/phpdotenv: >=v5.5.0
This package is not auto-updated.
Last update: 2026-04-04 00:28:56 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. Implemented from scratch without external dependencies, including HTTP request/response abstraction, URI routing and MVC pattern
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.