Search by

emincimen / dummy-api

EminCimen

This is my package dummyapi

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

This package is auto-updated.

Last update: 2026-08-29 02:47:18 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.