Libraries tagged by form data

jareer/contact

2 Favers
18 Downloads

This will create a contact form which will send email to admin and save contact data in the database

Go to Download


estaleiroweb/ed

0 Favers
49 Downloads

Easy Data Framework. An easy way to get a CRUD form added a filter grid builded by reverse engineer and other a lot of tools.

Go to Download


emad/contact-us-package

0 Favers
4 Downloads

This Package use create form contact us with [ blade , migrations , config Email to receive all contact request ] ,when you need receive any date on your admin email from website or system

Go to Download


code-corner/validation

2 Favers
16 Downloads

The Validation Library is a robust PHP toolkit designed to streamline the validation of form fields upon submission. It offers a variety of methods that cater to different data types and validation criteria, ensuring that your application receives accurate and secure input data.

Go to Download


camilord/nz-companies-register

1 Favers
25 Downloads

This helper package/component is useful when you have a form needs with real and valid NZ company names. I created this because MBIE don't have a working API yet. So this component will use their web search function and scrape the search result data into reusable output, ARRAY. Hope this will save your time and effort writing the same thing.

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


sudip/contact

0 Favers
6 Downloads

A contact form to send email to admin and store the query in database

Go to Download


imathuzh/qfq

0 Favers
3 Downloads

Framework to build web applications: Form generator (bootstrap based), dynamic update, typeahead, multi language, image annotation (via fabric), reports (defined via SQL), SIP protected links, PDF rendering, send mail (dynamic attachments, PDFs), multiple databases, record locking, secure up/download.

Go to Download


ayangzy/contact

0 Favers
6 Downloads

A simple package that add contact form to your laravel application, send email to admin and save contact query to the database

Go to Download


amirjavadikia/contact

0 Favers
17 Downloads

This is package that contain a contact form and this package will send email to admin and save the contact query in database

Go to Download


doctrine/dbal

9793 Favers
531578881 Downloads

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

Go to Download


doctrine/orm

10272 Favers
259400359 Downloads

Object-Relational-Mapper for PHP

Go to Download


dragonmantank/cron-expression

4676 Favers
415590584 Downloads

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due

Go to Download


doctrine/data-fixtures

2848 Favers
122765788 Downloads

Data Fixtures for all Doctrine Object Managers

Go to Download


fakerphp/faker

3926 Favers
308413341 Downloads

Faker is a PHP library that generates fake data for you.

Go to Download


<< Previous Next >>