Skip to content

Swiftintern/api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Swiftintern PHP API

Assists you to programmatically create, edit and delete Opportunity on Instamojo in PHP.

Usage

Create a Link

<?php
require "swiftintern.php";

$api = new Swiftintern();
$response = $api->opportunityList();
print_r($response);
?>

This will give you JSON object containing details of the Link that was just created.

Available Functions

You have these functions to interact with the API:

  • opportunityList() List all opportunities.
  • opportunityDetail($id) Get details of opportunity specified by its unique id.

About

A PHP wrapper for swiftintern api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages