Download the PHP package dave1010/php-empty without Composer
On this page you can find all versions of the php package dave1010/php-empty. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dave1010/php-empty
More information about dave1010/php-empty
Files in dave1010/php-empty
Download dave1010/php-empty
More information about dave1010/php-empty
Files in dave1010/php-empty
Vendor dave1010
Package php-empty
Short Description Empty project to get started with PHP
License MIT
Package php-empty
Short Description Empty project to get started with PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package php-empty
Skeleton PHP project
Usage
Setup
composer create-project dave1010/php-empty
Running tests
./vendor/bin/phpunit
You can also run ./tdd.sh
to watch PHP files and run PHPUnit automatically whenever there are changes
Running specs
./vendor/bin/phpspec run
./vendor/bin/behat
Serving web content (from the project root)
php -S localhost:8000 -t web/
Console app
./console.php
Structure
src - classes
tests - test classes
spec - spec classes
features - Behat features
web - web root
All versions of php-empty with dependencies
PHP Build Version
Package Version
No informations.
The package dave1010/php-empty contains the following files
Loading the files please wait ....