{"id":22449990,"url":"https://github.com/jochemstoel/google-search-suggestions","last_synced_at":"2025-06-11T12:08:00.542Z","repository":{"id":95093334,"uuid":"47714500","full_name":"jochemstoel/google-search-suggestions","owner":"jochemstoel","description":"This PHP class will return 10 Google Search suggestions for any given language and phrase(s)","archived":false,"fork":false,"pushed_at":"2016-04-14T22:49:13.000Z","size":7,"stargazers_count":15,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T09:44:51.169Z","etag":null,"topics":["api","google","php","suggestions"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jochemstoel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2015-12-09T19:39:28.000Z","updated_at":"2024-06-04T09:26:57.000Z","dependencies_parsed_at":"2023-04-30T02:52:55.604Z","dependency_job_id":null,"html_url":"https://github.com/jochemstoel/google-search-suggestions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochemstoel%2Fgoogle-search-suggestions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochemstoel%2Fgoogle-search-suggestions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochemstoel%2Fgoogle-search-suggestions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochemstoel%2Fgoogle-search-suggestions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jochemstoel","download_url":"https://codeload.github.com/jochemstoel/google-search-suggestions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochemstoel%2Fgoogle-search-suggestions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259262622,"owners_count":22830560,"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":["api","google","php","suggestions"],"created_at":"2024-12-06T05:12:41.203Z","updated_at":"2025-06-11T12:08:00.532Z","avatar_url":"https://github.com/jochemstoel.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://jochemstoel.github.io/img/PHP_Logo.png\"\u003e\n\n# Google Search Suggestions\nThis PHP class will return 10 Google Search suggestions for any given language and phrase(s)\n\n## Usage:\nVery difficult.\n\n```php \n\u003c?php\ninclude 'Suggest.php';\n$suggest = new Suggest('where do i ', 'en');\nprint_r($suggest-\u003edata);\n?\u003e\n```\n\nResult:\n\u003cpre\u003e\nArray\n(\n    [0] = where do i live\n    [1] = where do i register to vote\n    [2] = where do i vote\n    [3] = where do i get a passport\n    [4] = where do i go from here\n    [5] = where do i want to eat\n    [6] = where do i begin\n    [7] = where do i get a money order\n    [8] = where do i apply for a passport\n    [9] = where do i belong\n)\n\u003c/pre\u003e\n\nIt will return cached data if a cache file for the search query / language combination already exists in the \u003ci\u003eCache\u003c/i\u003e folder. Make sure that the directory is writeable.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochemstoel%2Fgoogle-search-suggestions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjochemstoel%2Fgoogle-search-suggestions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochemstoel%2Fgoogle-search-suggestions/lists"}