mitechnologies/formitize-php-api

PHP API for Formitize

Installs: 247

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mitechnologies/formitize-php-api

dev-master 2024-12-10 01:32 UTC

This package is auto-updated.

Last update: 2026-01-10 03:56:19 UTC


README

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