Download the PHP package platine-php/framework without Composer
On this page you can find all versions of the php package platine-php/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download platine-php/framework
More information about platine-php/framework
Files in platine-php/framework
Package framework
Short Description Platine Framework is a lightweight, high-performance, simple and elegant PHP Web framework
License MIT
Informations about the package framework
PLATINE FRAMEWORK
Platine Framework is a lightweight, high-performance, simple and elegant PHP Web framework
Here are some of the features of Platine Framework:
- It supports both web and command line applications.
- It has a modular architecture that lets you use only the components you need.
- It provides a powerful routing system that supports RESTful APIs, middleware, and parameters validation.
- It has a dependency injection container that allows you to manage your services and dependencies.
- It has a template engine that supports layouts, inheritance, and caching.
- It has a database abstraction layer that supports multiple drivers and query builders.
- It has a validation library that supports custom rules and error messages.
- It has a testing library that helps you write unit and integration tests.
- It has a console library that helps you create and run commands.
- It has a configuration library that supports multiple formats and environments.
Requirements
You can use Platine Framework 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.
Why another PHP Framework?
Well, I created Platine Framework for my own project, but decided to share with everyone.
I was also tired of all those bloated PHP Framework, with steep learning curve that create another language on top of PHP. Really?!
So this one is smaller. It is not bloated and contains some useful libraries, functions and tricks. And above all, it's damn simple.
Installation
Platine Framework can be installed using composer
Install on docker
If you want to test platine using docker follow the step below:
-
Build the framework image
-
Run the containers
- Install composer dependencies
License
MIT License See LICENSE.MD
Resources
- Documentation
- Tutorial Youtube (French): Budget Management Application
All versions of framework with dependencies
platine-php/cache Version ^1.0
platine-php/collection Version ^1.0
platine-php/config Version ^1.0
platine-php/console Version ^1.0
platine-php/container Version ^1.0
platine-php/cookie Version ^1.0
platine-php/database Version ^1.0
platine-php/docx-template Version ^1.0
platine-php/etl Version ^1.0
platine-php/event-dispatcher Version ^1.0
platine-php/expression Version ^1.0
platine-php/filesystem Version ^1.0
platine-php/http Version ^1.0
platine-php/lang Version ^1.0
platine-php/logger Version ^1.0
platine-php/mail Version ^1.0
platine-php/oauth2 Version ^1.0
platine-php/orm Version ^1.0
platine-php/pagination Version ^1.0
platine-php/pdf Version ^1.0
platine-php/request-handler Version ^1.0
platine-php/router Version ^1.0
platine-php/security Version ^1.0
platine-php/session Version ^1.0
platine-php/stdlib Version ^1.0
platine-php/template Version ^1.0
platine-php/upload Version ^1.0
platine-php/user-agent Version ^1.0
platine-php/validator Version ^1.0
platine-php/webauthn Version ^1.0