PHPackages                             jeremylivingston/jobvite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jeremylivingston/jobvite

ActiveLibrary[API Development](/categories/api)

jeremylivingston/jobvite
========================

A PHP library for interacting with Jobvite's API

v1.0.0(10y ago)22542MITPHPPHP &gt;=5.6.0

Since Apr 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jeremylivingston/jobvite)[ Packagist](https://packagist.org/packages/jeremylivingston/jobvite)[ Docs](http://www.github.com/jeremylivingston/jobvite)[ RSS](/packages/jeremylivingston-jobvite/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Jobvite
=======

[](#jobvite)

[![Build Status](https://camo.githubusercontent.com/e99d6630a21849e113f4b539f6639121c8ddc316c194b140f7af87c5b2188fe8/68747470733a2f2f7472617669732d63692e6f72672f6a6572656d796c6976696e6773746f6e2f6a6f62766974652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jeremylivingston/jobvite)

PHP library for interacting with Jobvite's job feed API

Installation
------------

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
php composer.phar require jeremylivingston/jobvite
```

After installing the Jobvite library, simply create a new instance of the client and call the `getJobFeed` method:

```
