zaphpa / zaphpa

Zaphpa is a super-lightweight, robust and easy library for quickly developing RESTful HTTP APIs in PHP. Inspired by Sinatra.rb and Express.js/Node.js it is probably the easiest and most powerful web micro-framework for RESTful APIs in PHP.

Home Page:http://zaphpa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch Unit-tests to using RestAgent

inadarei opened this issue · comments

Switch unit-test code to use RestAgent instead of an early, home-cooked version of a CURL/PHP client.