Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rapid API Development with Packfire Framework for PHP

Rapid API Development with Packfire Framework for PHP

Developing a back-end application for exposing server API to your front-end (mobile and desktop) applications is made easy with Packfire Framework. for PHP

Sam-Mauris Yong shares the creation of Packfire Framework for PHP and a simple API application - Alton Live GPS Tracker - with the Singapore PHP User Group at the 11 July 2012 Meet Up.

Learn more and get Packfire Framework at http://mauris.sg/packfire/

Sam-Mauris Yong

July 11, 2012
Tweet

More Decks by Sam-Mauris Yong

Other Decks in Programming

Transcript

  1. http://mauris.sg/packfire Who am I? • Recent Graduate, Diploma in IT,

    Class of 2012 • School of ICT, Ngee Ann Polytechnic • WorldSkills London 2011, Web Design • Research and Design Engineer • RHyMeS Centre, School of ICT, Ngee Ann Polytechnic • Waiting in line to Tekong 11 July 2012
  2. http://mauris.sg/packfire Alton Live GPS Tracker • Receives GPS coordinates from

    phone • Displays it in real-time on the map 11 July 2012
  3. http://mauris.sg/packfire Database LINQ 11 July 2012 SELECT FROM `CoordinateId`, `Latitude`,

    `Longitude` FROM `coordinates` WHERE SessionId = :session AND Coordinateid > :lastPoint ORDER BY `Updated`
  4. http://mauris.sg/packfire Alton Live GPS Tracker 11 July 2012 Alton Live

    GPS Tracker on Github http://github.com/thephpdeveloper/alton-gps