Tag: api


  • A quick blogpost about building APIs with Symfony2 and FOSRestBundle, just so I won’t forget this and can always refer to this blogpost if I start wondering about this again… Some time ago I inherited an API project that was built on top of Symfony2 and the FOSRestBundle after the previous developer was unable to…

  • Introducing phpOpenNOS

    So what is it? Basically, the phpOpenNOS library is nothing more than a layer between the API and your application. It is there so you don’t have to develop the code to make the requests to the server. At this point, it implements all documented functionality in methods of the OpenNOS class. What you get…