Skip to content

DEPRECATED - Example application using several job board APIs

Notifications You must be signed in to change notification settings

jobapis/jobs-common-demo

Repository files navigation

Job Board API Demo

WARNING: This application uses non-supported versions of the Jobs Common API clients and it is no longer updated. Please visit JobApis.com for other example code and projects.

This project serves as an example of incorporating several of the Jobs Common job board api clients into a PHP project. This demo uses the Slim Framework, but the concepts should hold true in any project using Composer to manage dependencies.

What is the Jobs Common project?

It's an open source attempt at standardizing the responses given by job board APIs in PHP. In other words, it provides a simple interface for getting jobs from job boards.

Read more about the project here

Getting started with this project

  1. Clone the repo: git clone https://github.com/JobBrander/jobs-common-demo.git.
  2. Copy the .env.example file, rename it .env, and add API Keys for each job board listed.
  3. Install the composer dependencies: composer install.
  4. Run php -S localhost:8000 -t public to serve the application.
  5. Visit the demo application at http://localhost:8000/.

About

DEPRECATED - Example application using several job board APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published