{"id":16817168,"url":"https://github.com/rap2hpoutre/remove-stop-words","last_synced_at":"2025-10-30T13:02:57.457Z","repository":{"id":62533229,"uuid":"124547883","full_name":"rap2hpoutre/remove-stop-words","owner":"rap2hpoutre","description":"Remove stop words from a string","archived":false,"fork":false,"pushed_at":"2023-02-24T23:04:28.000Z","size":576,"stargazers_count":15,"open_issues_count":3,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T07:32:37.611Z","etag":null,"topics":["composer","library","package","packagist","php","php-library","php7"],"latest_commit_sha":null,"homepage":null,"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/rap2hpoutre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-09T14:03:11.000Z","updated_at":"2022-09-15T02:16:59.000Z","dependencies_parsed_at":"2024-10-28T18:03:29.514Z","dependency_job_id":null,"html_url":"https://github.com/rap2hpoutre/remove-stop-words","commit_stats":{"total_commits":12,"total_committers":6,"mean_commits":2.0,"dds":0.5833333333333333,"last_synced_commit":"01865b6e7bb576c7866d0f059f5fee7007fad011"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fremove-stop-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fremove-stop-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fremove-stop-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rap2hpoutre%2Fremove-stop-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rap2hpoutre","download_url":"https://codeload.github.com/rap2hpoutre/remove-stop-words/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"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","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":["composer","library","package","packagist","php","php-library","php7"],"created_at":"2024-10-13T10:46:24.029Z","updated_at":"2025-10-30T13:02:57.444Z","avatar_url":"https://github.com/rap2hpoutre.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remove stop words\n\n[![Packagist](https://img.shields.io/packagist/l/rap2hpoutre/remove-stop-words.svg)](https://packagist.org/packages/rap2hpoutre/remove-stop-words)\n[![Build Status](https://travis-ci.org/rap2hpoutre/remove-stop-words.svg?branch=master)](https://travis-ci.org/rap2hpoutre/remove-stop-words)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rap2hpoutre/remove-stop-words/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rap2hpoutre/remove-stop-words/?branch=master)\n\nRemove stop words from a string. It currently works in French, Spanish and English. Feel free to submit a Pull Request if you want to include your language.\n\n## Installation\n\n```bash\ncomposer require rap2hpoutre/remove-stop-words\n```\n\n## Usage\n\nJust call the `remove_stop_words` function with a string.\n\n```php\nuse function Rap2hpoutre\\RemoveStopWords\\remove_stop_words;\n\necho remove_stop_words('The quick brown fox jumps over the lazy dog');\n// quick brown fox jumps   lazy dog\n```\nYou can provide a locale as a second argument:\n\n```php\nuse function Rap2hpoutre\\RemoveStopWords\\remove_stop_words;\n\necho remove_stop_words('Portez ce vieux whisky au juge blond qui fume', 'fr');\n// Portez  vieux whisky  juge blond  fume\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frap2hpoutre%2Fremove-stop-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frap2hpoutre%2Fremove-stop-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frap2hpoutre%2Fremove-stop-words/lists"}