nanorocks/pocophp

Minimalist PHP framework based on MVC design pattern inspired by Slim PHP.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Type:project

v1.0.0 2020-10-12 10:26 UTC

This package is auto-updated.

Last update: 2024-04-11 18:47:10 UTC


README

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