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

https://github.com/warcooft/codeigniter-search

Rapid Search for Codeigniter 4 framework
https://github.com/warcooft/codeigniter-search

Last synced: 10 months ago
JSON representation

Rapid Search for Codeigniter 4 framework

Awesome Lists containing this project

README

          

# Codeigniter Search
Rapid Search for Codeigniter 4 framework

![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.4.8-blue)
![PHP Version Require](https://img.shields.io/badge/PHP-%5E8.0-blue)

## Installation

```
composer require aselsan/search
```

## Usage
`use SearchTrait` in your model, as follows:
```php
search($keyword)->paginate();

// Match all fields
model(UserModel::class)->search($keyword)->paginate();
```

## License

This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.