Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 654 Bytes

File metadata and controls

31 lines (23 loc) · 654 Bytes

Formitize-API-PHP

Work in progress PHP API will update over time, please view the wiki for usage guides.

Installation

With Composer

php composer.phar require mitechnologies/formitize-php-api:dev-master

Without composer

  • Download this repository.
  • Include the autoloader in your project.
require "api/Formitize/autoload.inc.php";

Currently able to

  • Create/Update Jobs
  • Fetch List of Forms

Roadmap - Work in Progress Features

  • Create notifications
  • Create and modify a submitted form
  • Upload/Modify resources
  • Create/Modify users