amirami / inertia-codeigniter-4
Inertia server-side adapter for CodeIgniter 4
dev-master
2021-05-12 15:15 UTC
Requires
- php: ^7.2
- ext-json: *
- codeigniter4/framework: ^4.0.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^8.5
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-11-09 06:21:53 UTC
README
Installation
You can install the package via composer:
composer require amirami/inertia-codeigniter-4
Usage
Testing
composer test
Roadmap
Tests
- Controller test
- Helper test.
inertia()
helper. - Inertia headers test. An Inertia request should return an Inertia response (JSON response).
- Shared data test. It should be accesses in any response.
- Lazy props test.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.