merajobs/php-sdk

A PHP service for interacting with the MeraJobs API

1.0.4.1 2025-03-26 10:07 UTC

This package is auto-updated.

Last update: 2025-04-27 14:12:32 UTC


README

A PHP package for interacting with the MeraJobs API.

Installation

  • composer require merajobs/php-sdk

Usage

use MeraJobs\MeraJobsService;

$service = MeraJobsService::getInstance($apiKey, $apiBaseURL, $disableSSL = false);
$response = $service->getJobs(['category' => 'IT']);