mitechnologies / formitize-php-api
PHP API for Formitize
Package info
github.com/MITechnologies/Formitize-PHP-API
pkg:composer/mitechnologies/formitize-php-api
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
- Install
composer - Install via 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