https://github.com/hostbrook/videna
Videna - PHP MVC Micro Framework
https://github.com/hostbrook/videna
framework mvc php
Last synced: 3 months ago
JSON representation
Videna - PHP MVC Micro Framework
- Host: GitHub
- URL: https://github.com/hostbrook/videna
- Owner: hostbrook
- License: apache-2.0
- Created: 2021-02-07T05:18:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T01:35:51.000Z (11 months ago)
- Last Synced: 2025-05-12T02:36:36.791Z (11 months ago)
- Topics: framework, mvc, php
- Language: CSS
- Homepage: https://hostbrook.com
- Size: 2.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Videna PHP Framework
PHP MVC Micro-Framework, developed by [HostBrook](https://hostbrook.com) team.
This fast and lightweight MVC framework was developed to use at the shared hostings for small-size projects, where quantity of files and hosting speed are limited. Framework has a minimum required quantity of dependencies at the maximum functionality.
- Matches [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-4](https://www.php-fig.org/psr/psr-4/), [PSR-5](https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md) and [PSR-12](https://www.php-fig.org/psr/psr-12/) Standards Recommendations.
- Comes out of the box with [PHPMailer](https://github.com/PHPMailer/PHPMailer) SMTP mailer.
- Integrated CSRF and XSS protection mechanisms.
- Can work with applications where connection to a database is not required.
- Pre-cooked Maria/MySQL databases inqueries via PDO.
- Pre-cooked Web API and Cron jobs controllers.
- Multi-language support.
- Super light: less than 100 kB size of the framework core.
The framework landing page is a clone of this repository: [https://videna.hostbrook.com](https://videna.hostbrook.com)
The framework documantation: [https://github.com/hostbrook/videna/wiki](https://github.com/hostbrook/videna/wiki)
