Skip to content

nanorocks/project-poco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Ready to help you quickly write simple well designed web applications and APIs.

Installation

It's recommended that you use Composer to install pocoPHP.

$ composer create-project nanorocks/pocophp <project_name>

This will install pocoPHP and all required dependencies. pocoPHP requires PHP 7.1 or newer.

Frameworks skeleton

We demonstrate how to build a URL shortener and how to organize your code. It's easy to follow and to make clean-up. Currently, we don't support full-doc for this framework because it's the first release.

Core packages and autoload

in composer.json

"require": {
  "twig/twig": "^3.0",
  "illuminate/database": "^6.14",
  "pimple/pimple": "^3.2",
  "bramus/router": "^1.4",
  "illuminate/events": "^6.15",
  "illuminate/container": "^6.15"
},
"autoload": {
    "psr-4": {
        "App\\": "src/"
    }
}

License

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

Support me

Buy Me a Coffee at ko-fi.com

About

Minimalist PHP framework based on MVC design pattern

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published