Skip to content

rdlugs/php-sorting-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-sorting-algorithm

Sorting Algorithm using PHP and Strategy Pattern (MVC)

Setting Up Application

  1. Clone/Download Repo
  2. Put inside your local server
  3. Run in cmd: composer install

You can visit via http://localhost, depends on how you setup your local server.

Running PHPUnit Tests

  1. Run in cmd: composer install
  2. Run in cmd: composer dump-autoload
  3. Run in cmd: ./vendor/bin/phpunit tests --colors

About

Sorting Algorithm using PHP and Strategy Pattern (MVC Pattern)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published