8000 GitHub - rahulyhg/core-5: The Form Tools core: formtools.org
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rahulyhg/core-5

 
 

Repository files navigation

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.

Form Tools 3 (2018) was a complete rewrite of the application. Form Tools started back in 2004 and this v3 the third (and hardest!) rewrite. The goal was to modernize the script: to run on PHP 7, use PDO, update all lib dependencies, introduce tests and pave the way for upcoming changes and features.

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 is entirely functional code; FT3 converted everything to object-oriented.

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.

Branches

  • The master branch contains the latest work being done on 3.1. master is not production ready.
  • 3.0.x (3.0.1, 3.0.2, 3.0.3...) contain the tip of the various releases, but they're tagged and put into final releases when complete. Still, handy place to get the latest 3.0.x version if you need it.

Upcoming versions

  • 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.

Tests

Check out TESTS.md. Still in its infancy, but we're getting there.

Documentation

Local Development

See the Development page for details on how to get Form Tools running locally for development.

Other Links

About

The Form Tools core: formtools.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.6%
  • JavaScript 11.6%
  • Smarty 4.0%
  • HTML 4.0%
  • CSS 0.8%
  • Shell 0.0%
0