Giter Site home page Giter Site logo

next-api-client's Introduction

edudip next API example wrapper

Provides an example PHP wrapper for using the edudip next API (https://www.edudip-next.com/) This code can be used to list existing webinars, create new webinars and register new participants.

How to run

  1. Clone this repository
  2. Run composer install
  3. Open src/example.php and set your API key
  4. Execute example.phpon the command line

How to integrate the library in an existing project

This library uses composer for dependency management. If you already use composer (https://getcomposer.org/) add the following entry to the "repositories" field in your composer.json:

"repositories": [
    {
        "url": "https://github.com/edudip/next-api-client.git",
        "type": "git"       
    }
],

Then add the following lines to the autoload property:

"autoload": {
    "psr-4": {
        "Edudip\\Next\\ApiClient\\": "vendor/edudip/next-api-client/src/Edudip/Next/ApiClient"
    }
},

Finally run composer update to install the api client as dependency.

Please note that this code is a reference implementation and is an example of integration with your code base and is not guaranteed to work.

next-api-client's People

Contributors

danwin avatar marc-steinert avatar universalex avatar

Stargazers

 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.