merajobs/php-sdk

A PHP service for interacting with the MeraJobs API

Maintainers

Package info

github.com/sp-soni/MeraJobs-PHP-SDK

Issues

pkg:composer/merajobs/php-sdk

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

1.0.4.1 2025-03-26 10:07 UTC

This package is auto-updated.

Last update: 2026-03-27 15:58:01 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']);