fountain / fountain-php
Fountain offers a REST API that allows you to programmatically manage your applicants. You can use these API's to automate tasks, trigger actions when changes occur, or synchronize your external systems with Fountain.
dev-master
2019-03-21 19:51 UTC
Requires
- php: >=5.4.0
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-29 04:42:18 UTC
README
Fountain is an automated tracking system. This is a PHP library for the software, built from their curl-library. Please check that out here: https://developer.fountain.com/docs
Getting Started
To download the package run composer require fountain/fountain-php
Here is an example of how to use the package:
<?php
require_once __DIR__ . '/path/to/vendor/autoload.php';
\Fountain\Applicants::setApiKey("1234456");
\Fountain\Applicants::listApplicants();
API
Please reference the API-README.md to learn how to use the functions
Issues:
If you find issues please open them within Github