A PHP service for interacting with the MeraJobs API
github.com/sp-soni/MeraJobs-PHP-SDK
Source
Issues
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT edc5c2001c940e8de7208af8a7c6b1edbd890b84
apimerajobs
This package is auto-updated.
Last update: 2025-04-27 14:12:32 UTC
A PHP package for interacting with the MeraJobs API.
use MeraJobs\MeraJobsService; $service = MeraJobsService::getInstance($apiKey, $apiBaseURL, $disableSSL = false); $response = $service->getJobs(['category' => 'IT']);