Platine PHP is a lightweight, high-performance, simple and elegant PHP Web framework
You can use Platine for web or command line application. For web application:
- Any web server (Apache, nginx, lighttp, etc.)
- PHP >= 7.4, PHP 8
For CLI application just PHP executable is enough.
Platine Application can be installed using composer
composer create-project platine-php/app
If you want to test platine using docker follow the step below:
- Build the platine image
docker-compose build app
- Run the containers
docker-compose up -d
- Install composer dependencies
docker-compose exec app composer install --no-interaction --optimize-autoloader --no-dev
Then open http://server_domain_or_IP:8000
, for example http://localhost:8000
.
MIT License See LICENSE.MD
- Documentation
- Tutorial Youtube (French): Budget Management Application