sushilk / codeigniter4-api
CodeIgniter 4 API
Fund package maintenance!
CodeWithSushil
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sushilk/codeigniter4-api
Requires
- php: ^8.1
- codeigniter4/framework: ^4.6
- firebase/php-jwt: ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.93
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^12.5
- rector/rector: ^2.3
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2026-01-29 13:23:56 UTC
README
CI-4: Basic API starter kit for CodeIgniter4.
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.