All Projects β†’ formtools β†’ Core

formtools / Core

Licence: gpl-2.0
The Form Tools Core.

Projects that are alternatives of or similar to Core

Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-28.85%)
Mutual labels:  api, cms, mysql
grav-plugin-form
Grav Form Plugin
Stars: ✭ 48 (-69.23%)
Mutual labels:  forms, form, form-builder
react-cool-form
😎 πŸ“‹ React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+57.69%)
Mutual labels:  forms, form, form-builder
React Hook Form
πŸ“‹ React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+15817.31%)
Mutual labels:  form, forms, form-builder
V8 Archive
Directus Database API β€” Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+211.54%)
Mutual labels:  api, cms, mysql
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-50%)
Mutual labels:  form, forms, form-builder
Form For
ReactJS forms made easy
Stars: ✭ 118 (-24.36%)
Mutual labels:  form, forms, form-builder
App
Directus Admin Application β€” An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+197.44%)
Mutual labels:  api, cms, mysql
Directus
Open-Source Data Platform 🐰 β€” Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+8355.13%)
Mutual labels:  api, cms, mysql
Usetheform
React library for composing declarative forms, manage their state, handling their validation and much more.
Stars: ✭ 40 (-74.36%)
Mutual labels:  form, forms, form-builder
Forms
πŸ“ Simple form & survey app for Nextcloud
Stars: ✭ 127 (-18.59%)
Mutual labels:  form, forms, form-builder
Ugin
UGin is an API boilerplate written in Go (Golang) with Gin Framework.
Stars: ✭ 110 (-29.49%)
Mutual labels:  api, mysql
Online Shopping System
demo
Stars: ✭ 110 (-29.49%)
Mutual labels:  mysql, admin-dashboard
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (-1.28%)
Mutual labels:  api, cms
Rageframe2
δΈ€δΈͺ基于Yii2ι«˜ηΊ§ζ‘†ζžΆηš„εΏ«ι€ŸεΌ€ε‘εΊ”η”¨εΌ•ζ“Ž
Stars: ✭ 1,553 (+895.51%)
Mutual labels:  api, cms
Nodejs Website Boilerplate
A Node.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 154 (-1.28%)
Mutual labels:  api, cms
React Native Form Builder
Handle your forms in a smart way
Stars: ✭ 113 (-27.56%)
Mutual labels:  form, form-builder
Xoopscore
Core Framework for next version of XOOPS CMS: 2.6.0
Stars: ✭ 118 (-24.36%)
Mutual labels:  cms, mysql
Strapi
πŸš€ Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+26685.9%)
Mutual labels:  api, cms
Nukeviet
NukeViet CMS is multi Content Management System. NukeViet CMS is the 1st open source content management system in Vietnam. NukeViet was awarded the Vietnam Talent 2011, the Ministry of Education and Training Vietnam officially encouraged to use.
Stars: ✭ 113 (-27.56%)
Mutual labels:  cms, mysql

Form Tools Core

Build Status

This repo contains the source code for the Form Tools Core. The Core provides the minimal code needed to run Form Tools on your server.

Branches and releases

  • The master branch contains the current ongoing work. Never assume it's stable, and never use code from this branch on your production environments - it's only for development.
  • Code for specific versions have a branch by that name (e.g. 3.0.13), but again, this isn't for consumption. The releases section of github contains code that's ready for use: (https://github.com/formtools/core/releases)[https://github.com/formtools/core/releases]

Form Tools 2 and 3

Form Tools 2 was the production version from 2010-2018. I took a long, 4-year break during that time to work on other projects, but returned to the Form Tools world in 2016 to revamp the site and code. Form Tools 2 was entirely functional code. Form Tools 3 (2018) was a complete rewrite of the application. Form Tools started back in 2004 and this was the third (and hardest!) rewrite. The broader goal was to simply modernize the script, but there were also some specific goals: run on PHP 7, use PDO, update all lib dependencies up to date, introduce tests and pave the way for upcoming changes and features.

Upcoming versions

  • 3.0.x - Misc updates paving the way for 3.1.
  • 3.1 - rewriting the installation/upgrade code so that there's no longer hardcoded bundles of the Form Tools script including those modules/themes we choose, but instead you select whatever components your want during the installation, or later on.
  • 3.2 - revamping the UI. Totally new design, upgrading all the front-end code (i.e. moving to React)
  • 3.3 - revamping the user permissions to make it roles-based and not have hardcoded "admin" and "client" accounts like now.

PHP version support

  • Everything up to Form Tools Core 2.2.7 supports PHP 4.3 - 5.x.
  • Form Tools Core 3.0.0 supports PHP 5.3 and later.

Documentation

Other Links

Development:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].