Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 638 Bytes

Prime Numbers

Basic Web API that plays with prime numbers, mostly 2 - 1000.

Version

0.0.1

Tech

Prime Numbers leverages the following technologies:

  • [PhalconPHP] - PHP Framework, required
  • [Composer] - To install PHPUnit (optional)
  • [PHPUnit] - To run tests (optional)

Installation

Prime Numbers Requires PhalconPHP Micro Application to run. Please click the above link to install the latest version of Phalcon.

To run unit tests, please ensure you have composer installed Composer To install PHPUnit, from root directory:

$ composer install