emincimen/dummy-api

This is my package dummyapi

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 3

pkg:composer/emincimen/dummy-api

dev-main 2024-01-03 19:00 UTC

README

You can install the package via composer:

composer require --dev emincimen/dummy-api:dev-main

Usage

use EminCimen\DummyApi\Facades\DummyApi;

echo DummyApi::getPaginatedUserList(2);
echo DummyApi::getSingleUser(2);
echo DummyApi::createUser([
    'name' => 'Emin Cimen',
    'job' => 'Software Developer'
]);

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.