Achille Njomo

Results 2 issues of Achille Njomo

How to use with [Knp-Components Pager](https://github.com/KnpLabs/knp-components) ``` php use Hateoas\Representation\Factory\KnpPaginatorFactory; use Hateoas\Configuration\Route; use new Knp\Component\Pager\Paginator; // KnpPaginator component $pager = Paginator(); $paginated = $pager->paginate($some, 1, 10); $factory = new KnpPaginatorFactory();...

Hello! - The sendTimeout property is never used in the send method. this property must be taken by modifying the SendOptions and ConnectOptions interfaces - I think that it is...