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