/credit_card_validation

Credit card validation code.

Primary LanguagePHP

StackBuilders

Exercise

This is the source code of the exercise #1

Requirements

A PHP Web Server like Nginx or Apache.

Note: make sure you're using PHP 7.1 or higher and have Composer installed. If you don't, start by installing Composer globally on your system.

Installation

$ git clone https://github.com/roberto910907/stack_builder.git Exercise
$ cd Exercise
$ composer install
$ ./vendor/bin/phpunit

Demo Online

Demo Application here.

SOLID Principles and Design Patterns

  • Front Controller
  • MVC
  • Dependency Inversion Principle (DIP)

Performance Improvements