Libraries tagged by php forms

bozworks/bouncer.php

2 Favers
5 Downloads

🖐️ Bouncer is a library that allows you to flexible, quickly and easy to use filter and validate HTML forms.

Go to Download


biohzrdmx/validator-php

0 Favers
12 Downloads

Server side form validation FTW

Go to Download


anime-db/form-type-image-bundle

0 Favers
9 Downloads

Image upload form type

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
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

Go to Download


akademiano/php-unstructured-text-parser

1 Favers
13 Downloads

A PHP Class to help extract text out of documents that are not structured in a processing friendly manner

Go to Download


ajurgensen/php-magic

1 Favers
233 Downloads

phpMagic: Propel ORM & Bootstrap integrated to make building Pages, Forms & Lists easy

Go to Download


acetonesoft/acetone-api-php

3 Favers
4 Downloads

PHP class for API of AceTone.AI - remove background form your images

Go to Download


2rajpx/php-field

0 Favers
21 Downloads

Helps to make the form fields, rules, error handling, callback rendering and etc

Go to Download


yii-tools/form-model

1 Favers
17062 Downloads

Awesome FormModel for PHP.

Go to Download


valid8r/valid8r_php

2 Favers
26 Downloads

Validation library supporting multiple programming languages

Go to Download


php-extended/php-uuid-parser-interface

0 Favers
82080 Downloads

Interfaces to implement parsing of uuids from string to object form

Go to Download


pagamastarde/selenium-form-utils

0 Favers
2876 Downloads

Pagantis PHP Library. Selenium helper to end a test purchase. Helper to test the payment validation and redirection

Go to Download


octo/forms

0 Favers
727 Downloads

Forms module for Octo CMS

Go to Download


monkdev/mcms-interactive-note-php

0 Favers
265 Downloads

A PHP Library to transform HTML into an interactive fill the in blank style form

Go to Download


hazaarlabs/hazaar-forms

0 Favers
8265 Downloads

Dynamic forms for The MVC framework

Go to Download


<< Previous Next >>