API Libraries

EasyGoogleMaps: Google Maps Library for PHP

Posted in API Libraries on December 7th, 2011 by admin – Be the first to comment

EasyGoogleMaps is a free library that you can download and use to ease the use of Google Maps in your PHP applications. This PHP class can also be used in CodeIgniter by loading it as a CodeIgniter Library.

require'EasyGoogleMap.class.php';
$key ="XXX";
$maps = & new EasyGoogleMap($key);
$maps->SetMapZoom(10);
$maps->SetAddress("rambla, montevideo, uruguay");
$maps->SetInfoWindowText("First address");

Pass your $maps object to the view and then in your view or HTML page you can use it in this way:

<html>
<head>
<title>Google Maps example using EasyGoogleMaps</title>
<?php echo $maps->GmapsKey(); ?>
</head>
<body>
<?php echo $maps->MapHolder(); ?>
<?php echo $maps->InitJs(); ?>
<?php echo $maps->UnloadMap(); ?>
</body>
</html>

In CodeIgniter you can place the EasyGoogleMaps library in your libraries folder and then use $this->load->library(‘EasyGoogleMaps’, $key); to load it.

Download EasyGoogleMaps

Related searches:

  • EasyGoogleMap class php
  • easygooglemap codeigniter
  • class easygooglemap
  • codigniter googlemap php api
  • easygooglemap class
  • easygooglemap examples
  • how to use easygooglemap

Slideshare API for CodeIgniter

Posted in API Libraries on June 2nd, 2011 by admin – Be the first to comment

Recently I started to work in a new API for CodeIgniter that let me retrieve slideshare presentations with CI. I found that there were an existing API for PHP but unfortunately it didn’t work pretty well since seems some functions in Slideshare were changed. So, I decided to port it to CodeIgniter and make it work with the new API documentation available at Slideshare website.

Basically the Slideshare API for CodeIgniter will be able to:

  • Search slides based on parameters like language, search query, etc.
  • Get a slide by Id
  • Get slides for a given username
  • and more

If you are interested in this new API please let me know in a comment and I’ll share it with you.

Related searches:

  • codeigniter powerpoint
  • slide-image-baseurl in slideshare
  • api for codeigniter
  • slideshare library codeigniter
  • slideshare api for developers
  • slide on codeigniter using jquery
  • powerpoint codeigniter
  • jquery slideshare api
  • image slide codeigniter
  • codeigniter slideshare