2017 © Pedro Peláez
 

project php-empty

Empty project to get started with PHP

image

dave1010/php-empty

Empty project to get started with PHP

  • Wednesday, April 15, 2015
  • by dave1010
  • Repository
  • 2 Watchers
  • 1 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

Skeleton PHP project

Usage

Setup, (*1)

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, (*2)

Running specs

./vendor/bin/phpspec run

./vendor/bin/behat

Serving web content (from the project root), (*3)

php -S localhost:8000 -t web/

Console app, (*4)

./console.php

Structure

src - classes
tests - test classes
spec - spec classes
features - Behat features
web - web root

The Versions

15/04 2015

dev-master

9999999-dev

Empty project to get started with PHP

  Sources   Download

MIT

The Development Requires

15/04 2015

v0.1.1

0.1.1.0

Empty project to get started with PHP

  Sources   Download

MIT

The Development Requires

15/04 2015

v0.1

0.1.0.0

Empty project to get started with PHP

  Sources   Download

MIT

The Development Requires