https://github.com/amiranagram/inertia-codeigniter-4
https://github.com/amiranagram/inertia-codeigniter-4
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amiranagram/inertia-codeigniter-4
- Owner: amiranagram
- License: mit
- Created: 2020-11-10T21:03:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T15:15:47.000Z (over 4 years ago)
- Last Synced: 2025-02-28T02:10:08.954Z (10 months ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 28
- Watchers: 1
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-inertiajs - CodeIgniter
README
# Inertia server-side adapter for CodeIgniter 4

[](https://packagist.org/packages/amirami/inertia-codeigniter-4)
[](https://packagist.org/packages/amirami/inertia-codeigniter-4)
## Installation
You can install the package via composer:
```bash
composer require amirami/inertia-codeigniter-4
```
## Usage
## Testing
``` bash
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](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Amir Rami](https://github.com/amirami)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.