2017 © Pedro Peláez
 

library fiware-poi-client

PHP Client Library for POI Data Provider Open API Specification

image

rjsmelo/fiware-poi-client

PHP Client Library for POI Data Provider Open API Specification

  • Wednesday, November 18, 2015
  • by rjsmelo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

fiware-poi-client-php

PHP Client Library for POI Data Provider Open API Specification, (*1)

Quick Example

<?php
require 'vendor/autoload.php';

use Rjsmelo\Fiware\Poi\Client;
use Rjsmelo\Fiware\Poi\Query\PoiListQuery;

$client = new Client('http://localhost:8080');

$poiListSearch = new PoiListQuery('ae01d34a-d0c1-4134-9107-71814b4805af');
$poiList = $client->getPoiList($poiListSearch);

The Versions

18/11 2015

dev-master

9999999-dev http://github.com/rjsmelo/fiware-poi-client-php

PHP Client Library for POI Data Provider Open API Specification

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ricardo Melo

poi fiware