Skip to content

irinikp/Empty-PHP-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty-PHP-Project

Here you can find all necessary files to start a new Vanilla PHP project with source and test files.

Installation

  1. Clone this repository: git clone https://github.com/irinikp/Empty-PHP-Project.git
  2. Enter the folder: cd Empty-PHP-Project
  3. Install composer: composer install

Testing

To run the tests: phpunit tests

Namespace

To change the name of the namespace:

  1. Replace CustomProject with your name of choice on file composer.json
  2. Update composer: composer update
  3. Update src and test files accordingly

About

Empty PHP project with failing test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages