2017 © Pedro Peláez
 

library lead5media-php

Simple PHP wrapper for Lead5Media Syndicated Job Feed API

image

bcismariu/lead5media-php

Simple PHP wrapper for Lead5Media Syndicated Job Feed API

  • Sunday, January 8, 2017
  • by bcismariu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 206 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Lead5Media Syndicated Job Feed API in PHP

Build Status Latest Stable Version License Total Downloads, (*1)

Installation

Update your composer.json file, (*2)

{
    "require": {
        "bcismariu/lead5media-php": "0.*"
    }
}

Run composer update, (*3)

Usage

use Bcismariu\Lead5Media\Lead5Media;

$jobs = new Lead5Media('CID');
$jobs->setQuery('Warehouse Worker')
     ->setLocation('31131')
     ->get();

Contributions

This is a very basic implementation that can only handle basic calls. Any project contributions are welcomed!, (*4)

The Versions

08/01 2017

dev-master

9999999-dev

Simple PHP wrapper for Lead5Media Syndicated Job Feed API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bogdan Cismariu

lead5media

08/01 2017

v0.0.3

0.0.3.0

Simple PHP wrapper for Lead5Media Syndicated Job Feed API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bogdan Cismariu

lead5media

07/03 2016

v0.0.2

0.0.2.0

Simple PHP wrapper for Lead5Media Syndicated Job Feed API

  Sources   Download

MIT

The Requires

 

by Bogdan Cismariu

29/02 2016

v0.0.1

0.0.1.0

Simple PHP wrapper for Lead5Media Syndicated Job Feed API

  Sources   Download

MIT

The Requires

 

by Bogdan Cismariu