Skip to content

Orlion/Minor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minor

It just did what a framework should do.

它只做一个框架应该做的。


What is Minor?

Minor is a simple PHP Web Framework. It just did what a framework should do, so it's stunningly fast.

Minor是一个很简单的PHP web框架。它只做一个框架应该做的,所以它相当的快。

Minor

Installation

git clone git@github.com:orlion/minor.git

Require

PHP > 5.4.0

Keyword

Ioc、 Event、 Proxy、 Composer、 Swift、 PSR4

Documentation

The Minor documentation.

License

The Minor framework is open-sourced software licensed under the MIT license.

Directory

  • app/
    • Config/
      • app.php
      • events.php
      • providers.php
      • routes.php
    • Event/
      • DemoEvent.php
    • Lib/
      • MailProvider.php
      • Shop.php
    • Listener/
      • DemoListener.php
    • Modules/
      • Demo/
        • Controller/
          • FooController.php
        • Tpl/
          • Foo/
            • bar.php
      • Index/
        • Controller/
          • IndexController.php
        • Tpl/
          • Index/
            • index.php
  • public/
    • index.php
  • vendor/
    • Here is the directory of framework

About

A Simple PHP Web Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages