Download the PHP package teenhire/merge-ats-php without Composer

On this page you can find all versions of the php package teenhire/merge-ats-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package merge-ats-php

MergeATSClient

The unified API for building rich integrations with multiple Applicant Tracking System platforms.

For more information, please visit https://www.merge.dev/.

Installation & Usage

Requirements

PHP 7.2 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.merge.dev/api/ats/v1

Class Method HTTP request Description
AccountDetailsApi accountDetailsRetrieve GET /account-details
AccountTokenApi accountTokenRetrieve GET /account-token/{public_token}
ActivitiesApi activitiesList GET /activities
ActivitiesApi activitiesRetrieve GET /activities/{id}
ApplicationsApi applicationsChangeStageCreate POST /applications/{id}/change-stage
ApplicationsApi applicationsCreate POST /applications
ApplicationsApi applicationsList GET /applications
ApplicationsApi applicationsMetaPostRetrieve GET /applications/meta/post
ApplicationsApi applicationsRetrieve GET /applications/{id}
AttachmentsApi attachmentsCreate POST /attachments
AttachmentsApi attachmentsList GET /attachments
AttachmentsApi attachmentsMetaPostRetrieve GET /attachments/meta/post
AttachmentsApi attachmentsRetrieve GET /attachments/{id}
AvailableActionsApi availableActionsRetrieve GET /available-actions
CandidatesApi candidatesCreate POST /candidates
CandidatesApi candidatesIgnoreCreate POST /candidates/ignore/{model_id}
CandidatesApi candidatesList GET /candidates
CandidatesApi candidatesMetaPostRetrieve GET /candidates/meta/post
CandidatesApi candidatesRetrieve GET /candidates/{id}
DeleteAccountApi deleteAccountCreate POST /delete-account
DepartmentsApi departmentsList GET /departments
DepartmentsApi departmentsRetrieve GET /departments/{id}
EeocsApi eeocsList GET /eeocs
EeocsApi eeocsRetrieve GET /eeocs/{id}
ForceResyncApi syncStatusResyncCreate POST /sync-status/resync
GenerateKeyApi generateKeyCreate POST /generate-key
InterviewsApi interviewsList GET /interviews
InterviewsApi interviewsRetrieve GET /interviews/{id}
IssuesApi issuesList GET /issues
IssuesApi issuesRetrieve GET /issues/{id}
JobInterviewStagesApi jobInterviewStagesList GET /job-interview-stages
JobInterviewStagesApi jobInterviewStagesRetrieve GET /job-interview-stages/{id}
JobsApi jobsList GET /jobs
JobsApi jobsRetrieve GET /jobs/{id}
LinkTokenApi linkTokenCreate POST /link-token
LinkedAccountsApi linkedAccountsList GET /linked-accounts
OffersApi offersList GET /offers
OffersApi offersRetrieve GET /offers/{id}
OfficesApi officesList GET /offices
OfficesApi officesRetrieve GET /offices/{id}
PassthroughApi passthroughCreate POST /passthrough
RegenerateKeyApi regenerateKeyCreate POST /regenerate-key
RejectReasonsApi rejectReasonsList GET /reject-reasons
RejectReasonsApi rejectReasonsRetrieve GET /reject-reasons/{id}
ScorecardsApi scorecardsList GET /scorecards
ScorecardsApi scorecardsRetrieve GET /scorecards/{id}
SelectiveSyncApi selectiveSyncConfigurationsList GET /selective-sync/configurations
SelectiveSyncApi selectiveSyncConfigurationsUpdate PUT /selective-sync/configurations
SelectiveSyncApi selectiveSyncMetaList GET /selective-sync/meta
SyncStatusApi syncStatusList GET /sync-status
TagsApi tagsList GET /tags
UsersApi usersList GET /users
UsersApi usersRetrieve GET /users/{id}
WebhookReceiversApi webhookReceiversCreate POST /webhook-receivers
WebhookReceiversApi webhookReceiversList GET /webhook-receivers

Models

Authorization

tokenAuth

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of merge-ats-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package teenhire/merge-ats-php contains the following files

Loading the files please wait ....