2017 © Pedro Peláez
 

library php-upwind24

PHP wrapper for Upwind24 WebAPI

image

upwind24/php-upwind24

PHP wrapper for Upwind24 WebAPI

  • Monday, January 15, 2018
  • by sklimaszewski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

Lightweight PHP wrapper for Upwind24 WebAPI. That's the easiest way to use Upwind24 API in your PHP application., (*1)

Quickstart

To download this wrapper and integrate it inside your PHP application, you can use Composer., (*2)

Quick integration with the following command:, (*3)

composer require upwind24/php-upwind24

Or add the repository in your composer.json file or, if you don't already have this file, create it at the root of your project with this content:, (*4)

{
    "name": "Example Application",
    "description": "This is an example of Upwind24 WebAPI wrapper usage.",
    "require": {
        "upwind24/php-upwind24": "dev-master"
    }
}

Then, you can install Upwind24 WebAPI wrapper and dependencies with:, (*5)

php composer.phar install

This will install upwind24/php-upwind24 to ./vendor, along with other dependencies including autoload.php., (*6)

Upwind24 cookbook

Do you want to use Upwind24 WebAPI? Let's start with example part of this repository!, (*7)

How I can get my API credentials?

New Upwind24 WebAPI credential keys can be generated in the user panel., (*8)

The Versions

15/01 2018

v1.x-dev

1.9999999.9999999.9999999-dev

PHP wrapper for Upwind24 WebAPI

  Sources   Download

MIT

The Requires

 

The Development Requires

15/01 2018

dev-master

9999999-dev

PHP wrapper for Upwind24 WebAPI

  Sources   Download

MIT

The Requires

 

The Development Requires

15/01 2018

v1.1.0

1.1.0.0

PHP wrapper for Upwind24 WebAPI

  Sources   Download

MIT

The Requires

 

The Development Requires

14/01 2018

v1.0.0

1.0.0.0

PHP wrapper for Upwind24 WebAPI

  Sources   Download

MIT

The Requires

 

The Development Requires