{"id":20949874,"url":"https://github.com/visual-ideas/scout-phpmorphy","last_synced_at":"2026-04-29T02:03:01.409Z","repository":{"id":63083028,"uuid":"564900527","full_name":"visual-ideas/scout-phpmorphy","owner":"visual-ideas","description":"UNDER CONSTRUCTION phpMorphy (+MySQL) Driver for Laravel Scout","archived":false,"fork":false,"pushed_at":"2023-10-09T00:43:02.000Z","size":60,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T17:59:22.593Z","etag":null,"topics":[],"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/visual-ideas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T19:15:10.000Z","updated_at":"2023-08-17T11:37:52.000Z","dependencies_parsed_at":"2024-11-19T00:44:26.826Z","dependency_job_id":"958c8a1c-d0c2-4ec9-afea-78f3654f44a6","html_url":"https://github.com/visual-ideas/scout-phpmorphy","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.3571428571428571,"last_synced_commit":"46bb60a566cef09705c7d5bb694161d96846035e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/visual-ideas/scout-phpmorphy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-ideas%2Fscout-phpmorphy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-ideas%2Fscout-phpmorphy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-ideas%2Fscout-phpmorphy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-ideas%2Fscout-phpmorphy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visual-ideas","download_url":"https://codeload.github.com/visual-ideas/scout-phpmorphy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visual-ideas%2Fscout-phpmorphy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"online","status_checked_at":"2026-04-29T02:00:06.602Z","response_time":110,"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":[],"created_at":"2024-11-19T00:44:20.632Z","updated_at":"2026-04-29T02:03:01.367Z","avatar_url":"https://github.com/visual-ideas.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNDER CONSTRUCTION package scout-phpmorphy\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/visual-ideas/scout-phpmorphy.svg?style=flat-square)](https://packagist.org/packages/visual-ideas/scout-phpmorphy)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/visual-ideas/scout-phpmorphy/run-tests?label=tests)](https://github.com/visual-ideas/scout-phpmorphy/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/visual-ideas/scout-phpmorphy/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/visual-ideas/scout-phpmorphy/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/visual-ideas/scout-phpmorphy.svg?style=flat-square)](https://packagist.org/packages/visual-ideas/scout-phpmorphy)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n\u003c!---\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/scout-phpmorphy.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/scout-phpmorphy)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n--\u003e\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require visual-ideas/scout-phpmorphy\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"scout-phpmorphy-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"scout-phpmorphy-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n\n    'table_prefix' =\u003e 'phpmorphy_',\n\n    'min_word_length' =\u003e 2,\n\n];\n```\n\n\u003c!---\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"scout-phpmorphy-views\"\n```\n\n    'driver' =\u003e env('SCOUT_DRIVER', 'phpmorphy'),\n\n## Usage\n\n```php\n$scoutPhpmorphy = new VI\\ScoutPhpmorphy();\necho $scoutPhpmorphy-\u003eechoPhrase('Hello, VI!');\n```\n--\u003e\n\n\u003c!---\n## Testing\n\n```bash\ncomposer test\n```\n--\u003e\n\n\u003c!----\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n--\u003e\n\n## Credits\n\n- [AlexVenga](https://github.com/visual-ideas)\n\u003c!----- [All Contributors](../../contributors)--\u003e\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\nonly integer keys\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisual-ideas%2Fscout-phpmorphy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisual-ideas%2Fscout-phpmorphy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisual-ideas%2Fscout-phpmorphy/lists"}