Libraries tagged by php forms
solophp/request-guard
26 Downloads
Robust request validation & authorization layer for HTTP inputs with type-safe guards
sergechurkin/cform
16 Downloads
Web Forms lib for test job Guestbook & simple php progects
s-churkin/cform
6 Downloads
Web Forms lib for test job Guestbook & simple php progects
rossriley/upload
18124 Downloads
Framework agnostic upload library - Forked from siriusphp for PHP 5.3 compatibility
rapidwebltd/simplestripe
20 Downloads
SimpleStripe makes it easier than ever to integrate basic Stripe-powered payments into a site. With only a small amount of code you can have a payment form ready to start charging customers.
radsphere/rest-bundle
810 Downloads
This Bundle provides various tools to rapidly develop RESTful API's resources with Symfony2 with minimal code on your controllers using the power full symfony2 form binding and http foundation component
qingbing/yii2-configure
5 Downloads
yii配置组件,包含:网站配置、表头配置、表单配置、替换配置等
pop-sites-wassup/gravityforms-mutations
6 Downloads
Adds support for mutations with plugin Gravity Forms
polycademy/validation
42 Downloads
Simple Extensible Validation Library for PHP.
phpwine/optimizedhtml
62 Downloads
HTML Frontend Framework Design for backend OptimizedHTML PHPWine written in PHP (Hypertext Preprocessor)
penh/penh-laravel
1 Downloads
The Laravel 5.4 framework with Gentelella template
owenr88/wufoo-html-wrapper
16 Downloads
Output Wufoo form HTML using the Wufoo API. Also manages answer validation and submissions.
osoobe/wtforms
25 Downloads
WTForms for PHP
nyx-solutions/yii2-nyx-validators
83 Downloads
Yii2 nyx Validators
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything