{"id":32610538,"url":"https://github.com/maize-tech/laravel-celi-search","last_synced_at":"2025-10-30T13:50:20.346Z","repository":{"id":62116861,"uuid":"557948855","full_name":"maize-tech/laravel-celi-search","owner":"maize-tech","description":"Integrate Celi Search engine as a Laravel Scout custom provider","archived":false,"fork":false,"pushed_at":"2024-07-08T09:56:51.000Z","size":49,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-27T10:10:19.224Z","etag":null,"topics":["celi-search","laravel","laravel-scout","scout","search-engine"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maize-tech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"maize-tech"}},"created_at":"2022-10-26T15:52:56.000Z","updated_at":"2024-11-17T13:31:28.000Z","dependencies_parsed_at":"2023-11-24T12:26:05.963Z","dependency_job_id":"97983ba7-f2a6-497c-b474-762352266a3b","html_url":"https://github.com/maize-tech/laravel-celi-search","commit_stats":{"total_commits":10,"total_committers":4,"mean_commits":2.5,"dds":0.5,"last_synced_commit":"5d9d826616060b7e50d655ea63b9c448b943fc81"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maize-tech/laravel-celi-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maize-tech%2Flaravel-celi-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maize-tech%2Flaravel-celi-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maize-tech%2Flaravel-celi-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maize-tech%2Flaravel-celi-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maize-tech","download_url":"https://codeload.github.com/maize-tech/laravel-celi-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maize-tech%2Flaravel-celi-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281818074,"owners_count":26566858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["celi-search","laravel","laravel-scout","scout","search-engine"],"created_at":"2025-10-30T13:50:19.116Z","updated_at":"2025-10-30T13:50:20.335Z","avatar_url":"https://github.com/maize-tech.png","language":"PHP","funding_links":["https://github.com/sponsors/maize-tech"],"categories":[],"sub_categories":[],"readme":"# Laravel Celi Search\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/maize-tech/laravel-celi-search.svg?style=flat-square)](https://packagist.org/packages/maize-tech/laravel-celi-search)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/maize-tech/laravel-celi-search/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/maize-tech/laravel-celi-search/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/maize-tech/laravel-celi-search/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/maize-tech/laravel-celi-search/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/maize-tech/laravel-celi-search.svg?style=flat-square)](https://packagist.org/packages/maize-tech/laravel-celi-search)\n\nThis package allows you to easily integrate your project with Celi Search, adding a custom Laravel Scout provider.\n\n\u003e This project is a work-in-progress. Code and documentation are currently under development and are subject to change.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require maize-tech/laravel-celi-search\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"celi-search-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n\n    /*\n    |--------------------------------------------------------------------------\n    | Base url\n    |--------------------------------------------------------------------------\n    |\n    | Here you may specify the full base url used to perform update and destroy\n    | requests to the Celi Search backoffice.\n    |\n    */\n\n    'base_url' =\u003e env('CELI_BASE_URL'),\n\n    /*\n    |--------------------------------------------------------------------------\n    | Search base url\n    |--------------------------------------------------------------------------\n    |\n    | Here you may specify the full base url used to perform search queries.\n    |\n    */\n\n    'search_base_url' =\u003e env('CELI_SEARCH_BASE_URL'),\n\n    /*\n    |--------------------------------------------------------------------------\n    | Project name\n    |--------------------------------------------------------------------------\n    |\n    | Here you may specify the name of the project defined in Celi Search.\n    |\n    */\n\n    'project' =\u003e env('CELI_PROJECT'),\n\n    /*\n    |--------------------------------------------------------------------------\n    | Searchable models\n    |--------------------------------------------------------------------------\n    |\n    | Here you may specify the list of fully qualified class names of\n    | searchable models.\n    |\n    */\n\n    'searchables' =\u003e [\n        // \\App\\Models\\User::class,\n    ],\n\n];\n```\n\n## Usage\n\n```php\n$celiSearch = new Maize\\CeliSearch();\necho $celiSearch-\u003eechoPhrase('Hello, Maize!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/maize-tech/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](https://github.com/maize-tech/.github/security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Enrico De Lazzari](https://github.com/enricodelazzari)\n- [Riccardo Dalla Via](https://github.com/riccardodallavia)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaize-tech%2Flaravel-celi-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaize-tech%2Flaravel-celi-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaize-tech%2Flaravel-celi-search/lists"}