Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.33 KB

File metadata and controls

37 lines (26 loc) · 1.33 KB

codeigniter4-api

CI-4: Basic API starter kit for CodeIgniter4.

Tests CodeQL Packagist Downloads Packagist Version Packagist Dependency Version Packagist License


Install

composer require sushilk/codeigniter4-api
php spark make:api login

Example

$routes->get('/api/login');
$routes->post('/api/register');

License

CodeIgniter4-API was created by Sushil Kumar under the MIT License. See LICENSE for more details.