Download the PHP package colling-media/stackadapt-api without Composer

On this page you can find all versions of the php package colling-media/stackadapt-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package stackadapt-api

SwaggerClient-php

Use this API to create Native Ads and Campaigns on the StackAdapt Platform Use this API to create Native Ads and Campaigns on the StackAdapt Platform

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.4.0 and later

Installation & Usage

Composer

`

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to http://api.stackadapt.com/service/v2

Class Method HTTP request Description
CampaignApi createCampaign POST /campaign Create new campaign
CampaignApi deleteCampaign DELETE /campaign/{id} Delete a campaign
CampaignApi findCampaign GET /campaign/{id} Find campaign by id
CampaignApi findCampaigns GET /campaigns Return all campaigns
CampaignApi updateCampaign PUT /campaign/{id} Update existing campaign
CampaignsApi findCampaigns GET /campaigns Return all campaigns
ConversionTrackersApi createConversionTracker POST /conversion_tracker Create new conversion tracker
ConversionTrackersApi deleteConversionTrackers DELETE /conversion_tracker/{id} Delete a conversion tracker
ConversionTrackersApi findConversionTracker GET /conversion_tracker/{id} Find conversion tracker by id
ConversionTrackersApi findConversionTrackers GET /conversion_trackers Returns all conversion trackers
ConversionTrackersApi updateConversionTracker PUT /conversion_tracker/{id} Update exisiting conversion tracker
ConversiontrackerApi createConversionTracker POST /conversion_tracker Create new conversion tracker
ConversiontrackerApi deleteConversionTrackers DELETE /conversion_tracker/{id} Delete a conversion tracker
ConversiontrackerApi findConversionTracker GET /conversion_tracker/{id} Find conversion tracker by id
ConversiontrackerApi updateConversionTracker PUT /conversion_tracker/{id} Update exisiting conversion tracker
ConversiontrackersApi findConversionTrackers GET /conversion_trackers Returns all conversion trackers
NativeAdApi addNativeAd POST /native_ad Create new native ad
NativeAdApi deleteNativeAd DELETE /native_ad/{id} Delete a native ad
NativeAdApi findNativeAd GET /native_ad/{id} Find native ad by id
NativeAdApi findNativeAds GET /native_ads Returns all native ads
NativeAdApi updateNativeAd PUT /native_ad/{id} Update existing native ad
NativeadApi addNativeAd POST /native_ad Create new native ad
NativeadApi deleteNativeAd DELETE /native_ad/{id} Delete a native ad
NativeadApi findNativeAd GET /native_ad/{id} Find native ad by id
NativeadApi updateNativeAd PUT /native_ad/{id} Update existing native ad
NativeadsApi findNativeAds GET /native_ads Returns all native ads
StatsApi getStats GET /stats Get stats

Documentation For Models

Documentation For Authorization

api_key

Author


All versions of stackadapt-api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
ext-json Version *
ext-mbstring Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package colling-media/stackadapt-api contains the following files

Loading the files please wait ....