We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pckg/framework is modern PHP framework for bulding webpages, apps, apis. It works really well with pckg/skeleton installed as main project.
For standalone usage simply require pckg/database in composer.
$ composer require pckg/framework
For advanced usage check pckg/skeleton.
$ composer create-project pckg/skeleton . -s dev
Package depends on several composer packages:
And some optional packages
Test can be run with codeception
$ cp ./codeception.sample.yml ./codeception.yml $ codecept run
Or with console
$ php console project:test