Skip to content

platine-php/app

Repository files navigation

PLATINE PHP

Platine PHP is a lightweight, high-performance, simple and elegant PHP Web framework

Project Status Latest Stable Version Latest Unstable Version Total Downloads License
Tests Quality Score Codacy Badge Codacy Badge

Requirements

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.

Installation

Platine Application can be installed using composer

composer create-project platine-php/app

Install on docker

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.

License

MIT License See LICENSE.MD

Resources

About

Platine PHP is a lightweight, high-performance, simple and elegant PHP Web framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published