Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amiranagram/inertia-codeigniter-4


https://github.com/amiranagram/inertia-codeigniter-4

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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.