2017 © Pedro Peláez
 

library jobs-monster

Making it simple to integrate your application with Monster.com's RSS Feed.

image

jobapis/jobs-monster

Making it simple to integrate your application with Monster.com's RSS Feed.

  • Friday, January 6, 2017
  • by karllhughes
  • Repository
  • 1 Watchers
  • 1 Stars
  • 769 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 29 % Grown

The README.md

Monster.com RSS Client

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

This package provides Monster RSS feed support for Jobs Common., (*2)

Installation

To install, use composer:, (*3)

composer require jobapis/jobs-monster

Usage

Create a Query object and add all the parameters you'd like via the constructor., (*4)

Note: The Monster RSS feed only provides jobs from the past 24 hours., (*5)

// Add parameters to the query via the constructor
$query = new JobApis\Jobs\Client\Queries\MonsterQuery();

Or via the "set" method. All of the parameters documented in Indeed's documentation can be added., (*6)

// Add parameters via the set() method
$query->set('q', 'engineering');

You can even chain them if you'd like., (*7)

// Add parameters via the set() method
$query->set('where', 'Chicago, IL')
    ->set('page', '2');

Then inject the query object into the provider., (*8)

// Instantiating a provider with a query object
$client = new JobApis\Jobs\Client\Provider\MonsterProvider($query);

And call the "getJobs" method to retrieve results., (*9)

// Get a Collection of Jobs
$jobs = $client->getJobs();

The getJobs method will return a Collection of Job objects., (*10)

Testing

bash $ ./vendor/bin/phpunit, (*11)

Contributing

Please see CONTRIBUTING for details., (*12)

Credits

License

The Apache 2.0. Please see License File for more information., (*13)

The Versions

06/01 2017

dev-master

9999999-dev https://github.com/jobapis/jobs-monster

Making it simple to integrate your application with Monster.com's RSS Feed.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs object api client monster.com monster

06/01 2017

0.1.0

0.1.0.0 https://github.com/jobapis/jobs-monster

Making it simple to integrate your application with Monster.com's RSS Feed.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

jobs object api client monster.com monster