Download the PHP package dbould/davework without Composer
On this page you can find all versions of the php package dbould/davework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dbould/davework
More information about dbould/davework
Files in dbould/davework
Package davework
Short Description A framework scaffolder
License MIT
Homepage https://github.com/dbould/davework
Informations about the package davework
davework
A Framework scaffolder.
Currently supports Slim Framework only.
Installation
I'm currently still working on fixing the Phar archive, but I'll add a link and instructions when that's finished.
Configuration
topLevelNamespace
eg:
rootDirectory
Top level code directory eg:
testNamespace
eg:
testsDirectory
eg:
factoriesLiveWithClasses
Optional. If set to true, factory files will be created in the same directory as the class files they're associated with. If set to false, factories go into a separate Factory/ directory. eg:
Commands
Create new file with associated files. There is no need to append the type of the file to the end of the fileName, it will be added for you.
Tests
Run all test suites
Run all functional tests
Run all unit tests
Generate PHAR Archive
Generate through Box https://github.com/box-project/box2
All versions of davework with dependencies
slim/slim Version ^3.1
slim/php-view Version ^2.0
monolog/monolog Version 1.16.*
symfony/console Version 2.8.*
symfony/process Version ^3.0