Libraries tagged by php forms
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
nirajkhadka/laravel-module-generator
11 Downloads
A Laravel package that generates complete CRUD modules with controllers, services, actions, DTOs, form requests, models, and migrations using artisan commands.
neverov12/bitrix24-simple-integration
9 Downloads
A small PHP warapper for Bitrix24 REST API for fast integtaion site forms based on Guzzle
namdongvando/cardbrick
6 Downloads
Card Brick, Gạch Thẻ
nael_d/guardify
1 Downloads
Robust CSRF protection for PHP applications with HMAC validation, IP/UA binding, and AJAX support.
misantron/bricks
8 Downloads
Flexible form builder with data validation and pre processing
merge-tech/contactetc
3 Downloads
Simple contact form to quickly add to your laravel project. Fully customisable, includes all views, routes and controllers. Also includes anti-spam (with recaptcha). You can also have multiple contact forms on one Laravel site.
matedon/laravel-admin
20 Downloads
Administrative interface builder for Laravel PHP Framework which can help you build CRUD backends just with few lines of code.
mantey/contactform
12 Downloads
A simple contact form package for laravel
luyadev/luya-module-matomo
3993 Downloads
Matomo (former piwik) analytics
luketowers/oc-efpdf-plugin
74 Downloads
Easy Forms add-on to automatically generate PDFs from submitted forms
linna/filter
4 Downloads
Linna Filter
laravel-hyperf/prompts
336 Downloads
Add beautiful and user-friendly forms to your command-line applications.
laranail/prompter
25 Downloads
A Laravel package by `simtabi` that extends and adds new functionality to `laravel/prompts`, providing a fluent API for crafting CLI forms and additional validators.
lalcebo/lumen-sdk
186 Downloads
Lumen SDK - Expand Lumen framework in your projects.