{"id":20886818,"url":"https://github.com/jobapis/jobs-stackoverflow","last_synced_at":"2025-05-12T19:32:47.219Z","repository":{"id":57000608,"uuid":"75017491","full_name":"jobapis/jobs-stackoverflow","owner":"jobapis","description":"Making it easy to integrate with the Stack Overflow job board API","archived":false,"fork":false,"pushed_at":"2017-02-17T20:28:40.000Z","size":14,"stargazers_count":17,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-11T08:52:35.884Z","etag":null,"topics":["api-client","job-board","stackoverflow"],"latest_commit_sha":null,"homepage":"https://www.jobapis.com/open-source/stackoverflow/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jobapis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-28T21:51:05.000Z","updated_at":"2021-10-25T11:35:44.000Z","dependencies_parsed_at":"2022-08-21T13:20:52.900Z","dependency_job_id":null,"html_url":"https://github.com/jobapis/jobs-stackoverflow","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobapis%2Fjobs-stackoverflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobapis%2Fjobs-stackoverflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobapis%2Fjobs-stackoverflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jobapis%2Fjobs-stackoverflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jobapis","download_url":"https://codeload.github.com/jobapis/jobs-stackoverflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225148770,"owners_count":17428437,"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-client","job-board","stackoverflow"],"created_at":"2024-11-18T08:18:10.346Z","updated_at":"2024-11-18T08:18:11.514Z","avatar_url":"https://github.com/jobapis.png","language":"PHP","readme":"# Stack Overflow Jobs Client\n\n[![Latest Version](https://img.shields.io/github/release/jobapis/jobs-stackoverflow.svg?style=flat-square)](https://github.com/jobapis/jobs-stackoverflow/releases)\n[![Software License](https://img.shields.io/badge/license-APACHE%202.0-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/jobapis/jobs-stackoverflow/master.svg?style=flat-square\u00261)](https://travis-ci.org/jobapis/jobs-stackoverflow)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/jobapis/jobs-stackoverflow.svg?style=flat-square)](https://scrutinizer-ci.com/g/jobapis/jobs-stackoverflow/code-structure)\n[![Quality Score](https://img.shields.io/scrutinizer/g/jobapis/jobs-stackoverflow.svg?style=flat-square)](https://scrutinizer-ci.com/g/jobapis/jobs-stackoverflow)\n[![Total Downloads](https://img.shields.io/packagist/dt/jobapis/jobs-stackoverflow.svg?style=flat-square)](https://packagist.org/packages/jobapis/jobs-stackoverflow)\n\nThis package provides [Stack Overflow Careers](https://stackoverflow.com/jobs) RSS feed support for [Jobs Common](https://github.com/jobapis/jobs-common).\n\n## Installation\n\nTo install, use composer:\n\n```\ncomposer require jobapis/jobs-stackoverflow\n```\n\n## Usage\nCreate a Query object and add all the parameters you'd like via the constructor.\n \n```php\n// Add parameters to the query via the constructor\n$query = new JobApis\\Jobs\\Client\\Queries\\StackoverflowQuery();\n```\n\nOr via the \"set\" method. All of the parameters documented in Indeed's documentation can be added.\n\n```php\n// Add parameters via the set() method\n$query-\u003eset('q', 'engineering');\n```\n\nYou can even chain them if you'd like.\n\n```php\n// Add parameters via the set() method\n$query-\u003eset('l', 'Chicago, IL')\n    -\u003eset('pg', '2');\n```\n \nThen inject the query object into the provider.\n\n```php\n// Instantiating a provider with a query object\n$client = new JobApis\\Jobs\\Client\\Providers\\StackoverflowProvider($query);\n```\n\nAnd call the \"getJobs\" method to retrieve results.\n\n```php\n// Get a Collection of Jobs\n$jobs = $client-\u003egetJobs();\n```\n\nThe `getJobs` method will return a [Collection](https://github.com/jobapis/jobs-common/blob/master/src/Collection.php) of [Job](https://github.com/jobapis/jobs-common/blob/master/src/Job.php) objects.\n\n## Testing\n\n``` bash\n$ ./vendor/bin/phpunit\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/jobapis/jobs-stackoverflow/blob/master/CONTRIBUTING.md) for details.\n\n\n## Credits\n\n- [Karl Hughes](https://github.com/karllhughes)\n- [All Contributors](https://github.com/jobapis/jobs-stackoverflow/contributors)\n\n\n## License\n\nThe Apache 2.0. Please see [License File](https://github.com/jobapis/jobs-stackoverflow/blob/master/LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjobapis%2Fjobs-stackoverflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjobapis%2Fjobs-stackoverflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjobapis%2Fjobs-stackoverflow/lists"}