s3b4stian/linna-framework

This package is abandoned and no longer maintained. The author suggests using the https://github.com/linna/framework package instead.

Simple and elegant tools for build web application.

v0.26.0 2019-08-05 05:51 UTC

README

Linna Logo
Linna framework Logo

Tests Quality Gate Status Scrutinizer Code Quality Code Coverage StyleCI PDS Skeleton PHP 7.4

About this framework

Started as a project for learning the modern PHP, it has become a set of simple and elegant tools for creating web applications.

Quality

The development of Framework is done trying to get PHP best pratices always in mind.
If you wish deepen PHP best pratices you can start from phptherightway

All code is:

Production environment

At moment, code, isn't utilized in production environment, Hope in future.

Require

  • PHP >= 7.4
  • PDO extension (optional)
  • Memcached extension (optional)
  • Mongodb extension (optional)

Installation

With composer:

composer require linna/framework

Features

  • Model View Controller
  • Session Management
  • Login and User/Permission access control
  • Rest Router
  • Dependency Injections
  • Wrappers for data base
  • Implementation for PSR-4 Autoloader, PSR-11 Container and PSR-16 Simple Cache

Documentation

For more details please see the user guide (soon) or the api (incomplete) and read licence

Contributing

Please see CONTRIBUTING.md.