Skip to content

Commit

Permalink
Updated composer deps, removed
Browse files Browse the repository at this point in the history
  • Loading branch information
geggleto committed Sep 14, 2016
1 parent 5bb501b commit e02d3f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor/
composer.lock
.idea/
tests/form.php
tests/form.php
tests/userLoginForm.php
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Html Form Builder

This object oriented form builder will allow you to share form objects between different pages in your project.
Ideally via some form of dependency injection.
Make HTML Forms, Easy.

## Factories

- Bootstrap 3

But if you want to use something else feel free to build and PR it.


## Why?

Lazy. That's why.
This package hopefully will bring us one step closer to fully interoperable systems.


## Usage

```php
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^2.5",
"phpunit/phpunit": "^4.0"
},
"autoload" : {
Expand Down
1 change: 0 additions & 1 deletion tests/userLoginForm.php

This file was deleted.

0 comments on commit e02d3f3

Please sign in to comment.