Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiranagram/inertia-codeigniter-4
https://github.com/amiranagram/inertia-codeigniter-4
Last synced: 3 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T15:15:47.000Z (over 3 years ago)
- Last Synced: 2024-10-10T13:13:32.166Z (3 months ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 26
- Watchers: 1
- Forks: 11
- 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
![Tests](https://github.com/amiranagram/inertia-codeigniter-4/workflows/Tests/badge.svg)
[![Total Downloads](https://img.shields.io/packagist/dt/amirami/inertia-codeigniter-4.svg)](https://packagist.org/packages/amirami/inertia-codeigniter-4)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/amirami/inertia-codeigniter-4.svg)](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.