Skip to content

psrphp/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

framework

PHP应用开发框架

安装

composer require psrphp/framework

然后,需要加上:

{
    "scripts": {
        "post-package-install": "PsrPHP\\Framework\\Script::onInstall",
        "post-package-update": "PsrPHP\\Framework\\Script::onUpdate",
        "pre-package-uninstall": "PsrPHP\\Framework\\Script::onUnInstall"
    }
}

用例

\PsrPHP\Framework\Framework::run();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages