The "Ad Server Application" is an application which enables CRUD operations to be executed on Banners and Campaigns, and ultimetly serves banners to publishers.
- PHP ^5.3;
- PHPUnit ^5.6
- DbUnit ^1.2.
- Doctrine2
Install using composer:
$ composer install
Create Database scheme using doctrine:
$ vendor/bin/doctrine orm:schema-tool:create
After installation point your browser to root directory. UnitTests can be run on src/Tests/ folder.