Skip to content

Instantly share code, notes, and snippets.

Awesome PHP Libraries

A list of amazingly awesome PHP libraries that you should consider using (and some other shiny extras).

@denixport
denixport / client-interface-alt.php
Created July 20, 2012 23:49
ZF2 HTTP interfaces proposal
<?php
namespace Zend\Http;
interface ClientInterface
{
/**
* @param Request $request
* @return Response $response
*/