Download the PHP package jobbrander/jobs-jobs2careers without Composer
On this page you can find all versions of the php package jobbrander/jobs-jobs2careers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jobbrander/jobs-jobs2careers
More information about jobbrander/jobs-jobs2careers
Files in jobbrander/jobs-jobs2careers
Package jobs-jobs2careers
Short Description Making it simple to integrate your application with the Jobs2Careers API.
License Apache-2.0
Homepage https://github.com/jobapis/jobs-jobs2careers
Informations about the package jobs-jobs2careers
Jobs2Careers Job Board API Client
About
This package makes it easy to connect your PHP project to the Jobs2Careers API. It uses the Jobs Common project to standardize responses using Schema.org's JobPosting specification.
Example
Getting jobs from the API just takes a couple lines of code:
See Usage section below for more detailed examples.
Mission
JobApis makes job board and company data more accessible through open source software. To learn more, visit JobApis.com, or contact us at [email protected].
Requirements
Installation
To install, use composer:
Usage
Create a Query object and add all the parameters you'd like via the constructor.
Or via the "set" method. All of the parameters documented in the documentation can be added.
You can chain them if you'd like.
Then inject the query object into the provider.
And call the "getJobs" method to retrieve results.
The getJobs()
method will return a Collection of Job objects based on Schema.org's JobPosting specification.
Testing
- Clone this repository from Github.
- Install the dependencies with Composer:
$ composer install
. - Run the test suite:
$ ./vendor/bin/phpunit
. - (Optional) To run all tests including actual API calls:
$ ID=<YOUR PUBLISHER ID> PASS=<YOUR PUBLISHER PASSWORD> ./vendor/bin/phpunit
Contributing
Contributions are welcomed and encouraged! Please see JobApis' contribution guidelines for details, or create an issue in Github if you have any questions.
Legal
Disclaimer
This package is not affiliated with or supported by :provider_name and we are not responsible for any use or misuse of this software.
License
This package uses the Apache 2.0 license. Please see the License File for more information.
Copyright
Copyright 2017, Karl Hughes [email protected].