GithubHelp home page GithubHelp logo

alejandroluishc / integration-test-php7-external-adnetwork Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 96 KB

The idea of this test is connect our service with an externa AdNetwork, to do this, usually we need to connect with their API (REST) using GET o POST methods to pass them some parameters and data, and wait for their response (with a timeout) and process the result.

PHP 100.00%

integration-test-php7-external-adnetwork's Introduction

Integration Test with External AdNetwork [PHP7]

This repository contains a solution to the task of connecting a service with an external AdNetwork using their API (REST) and processing the result. The code is designed using OOP and inheritance where possible.

ad-tappx

Project Structure

The project has the following structure:

  • Launcher.php: Main class that will be executed to check the test.
  • Request.txt: A JSON file that contains an example of data to be processed and sent to the AdNetwork.
  • Output/: A folder where the output file will be saved.
  • Networks/
    • BaseClass.php: Base class that implements common points/parts/members and functions for all AdNetworks.
    • TappxClass.php: Class that implements the AdNetwork specific details to connect with Tappx AdNetwork.

integration-test-php7-external-adnetwork's People

Contributors

alejandroluishc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.