mitechnologies/formitize-php-api

PHP API for Formitize

Maintainers

Package info

github.com/MITechnologies/Formitize-PHP-API

Homepage

pkg:composer/mitechnologies/formitize-php-api

Statistics

Installs: 247

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-10 04:20:22 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