An open API service indexing awesome lists of open source software.

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.

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)