Libraries tagged by php forms
bozworks/bouncer.php
5 Downloads
🖐️ Bouncer is a library that allows you to flexible, quickly and easy to use filter and validate HTML forms.
biohzrdmx/validator-php
12 Downloads
Server side form validation FTW
anime-db/form-type-image-bundle
9 Downloads
Image upload form type
alissonlinneker/statuspage-php-sdk
4 Downloads
# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication
akademiano/php-unstructured-text-parser
13 Downloads
A PHP Class to help extract text out of documents that are not structured in a processing friendly manner
ajurgensen/php-magic
233 Downloads
phpMagic: Propel ORM & Bootstrap integrated to make building Pages, Forms & Lists easy
acetonesoft/acetone-api-php
4 Downloads
PHP class for API of AceTone.AI - remove background form your images
2rajpx/php-field
21 Downloads
Helps to make the form fields, rules, error handling, callback rendering and etc
yii-tools/form-model
17062 Downloads
Awesome FormModel for PHP.
valid8r/valid8r_php
26 Downloads
Validation library supporting multiple programming languages
php-extended/php-uuid-parser-interface
82080 Downloads
Interfaces to implement parsing of uuids from string to object form
pagamastarde/selenium-form-utils
2876 Downloads
Pagantis PHP Library. Selenium helper to end a test purchase. Helper to test the payment validation and redirection
octo/forms
727 Downloads
Forms module for Octo CMS
monkdev/mcms-interactive-note-php
265 Downloads
A PHP Library to transform HTML into an interactive fill the in blank style form
hazaarlabs/hazaar-forms
8265 Downloads
Dynamic forms for The MVC framework