Skip to content

This is a very lightweight PHP framework aimed at maximum performance and resource optimization.

License

Notifications You must be signed in to change notification settings

shklyarik/psa-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light PHP Framework

This is a very lightweight PHP framework aimed at maximum performance and resource optimization.

<?php

require_once __DIR__ . '/../vendor/autoload.php';

new Psa\Core\Web\App(
    di: new Psa\Core\Common\Container(require_once __DIR__ . '/../src/Config/web.php'),
    router: new Psa\Core\Web\Router(require_once __DIR__ . '/../src/Config/routes.php')
)->run();

About

This is a very lightweight PHP framework aimed at maximum performance and resource optimization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages