/formica

Formica is a PHP library for sending stuff and capturing stuff.

Primary LanguagePHPMIT LicenseMIT

Formica

Formica is a PHP thing for submitting forms and capturing data. It is my first foray into Open Source. I don't recommend using it.

Getting started

Add the following to your composer.json and run $ composer update as per usual.

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/christhesoul/formica"
  }
],
"require": {
  "christhesoul/formica": "dev-master"
}

API

todo