koendebruijn/demo-package

PHP library to with placeholder json api

v1.1.1 2022-03-11 15:28 UTC

This package is auto-updated.

Last update: 2024-10-11 21:38:14 UTC


README

How to install:

composer require koendebruijn/demo-package

How to use:

use JsonPlaceholderClient\JsonPlaceholderClient;

$api = new JsonPlaceholderClient();

$api->getAllTodos();
$api->getTodo(1);