https://github.com/rvrbk/little-php-framework
A PHP framework for websites and simple web applications.
https://github.com/rvrbk/little-php-framework
framework php8
Last synced: 7 months ago
JSON representation
A PHP framework for websites and simple web applications.
- Host: GitHub
- URL: https://github.com/rvrbk/little-php-framework
- Owner: rvrbk
- Created: 2022-02-13T14:05:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T12:22:25.000Z (about 4 years ago)
- Last Synced: 2025-04-04T21:17:59.193Z (12 months ago)
- Topics: framework, php8
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little PHP framework
The **Little PHP framework** is a lightweight framework although being lightweight is not its goal. Use it when you plan to build a website or a simple web application.
## Features
- Database framework [MeDoo](https://github.com/catfan/Medoo)
- Database migrations with [Phoenix](https://github.com/lulco/phoenix)
- Routing with [Router](https://github.com/bramus/router)
- Templating with [Plates](https://github.com/thephpleague/plates)
- Environment variables (.env) with [DotEnv](https://github.com/symfony/dotenv)
- Asset compiling with [Laravel Mix](https://github.com/laravel-mix/laravel-mix)
## Contributing
The project is available on [GitHub](https://github.com/rvrbk/little-php-framework). Little PHP Framework works with [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/).
## Follow the story on [Medium](https://medium.com/@rvrbk.dev)
- [Little PHP site](https://medium.com/@rvrbk.dev/a-simple-php-site-1-54e4e4be4bac)
- [Docker](https://medium.com/@rvrbk.dev/a-simple-php-site-2-docker-c28c2b93f2e3)
- [Composer](https://medium.com/@rvrbk.dev/a-simple-php-site-3-composer-b13f42d4ee0f)
- [Routing](https://medium.com/@rvrbk.dev/a-simple-php-site-4-routing-8ff849df0936)
- [Framework](https://medium.com/@rvrbk.dev/a-simple-php-site-framework-5-d9539f531f10)
- [Templating](https://medium.com/@rvrbk.dev/a-simple-php-framework-6-templating-f0d55be0ccc9)
- [CSS](https://medium.com/@rvrbk.dev/a-simple-php-framework-7-css-cc84ed0151ec)