37 Repositories
PHP validate Libraries
Validate your input data in a simple way, an easy way and right way. no framework required. For simple or large. project.
wepesi_validation this module will help to do your own input validation from http request POST or GET. INTEGRATION The integration is the simple thing
Otpify is a Laravel package that provides a simple and elegant way to generate and validate one time passwords.
Laravel Otpify 🔑 Introduction Otpify is a Laravel package that provides a simple and elegant way to generate and validate one time passwords. Install
This Validate Class is for those who are looking for a validator that returns a code for every each error (Laravel/Api)
Validator-Class This Validate Class is for those who are looking for a validator that returns a code for every each error (Laravel/Api) Requirements A
A Laravel package that allows you to validate your config values and environment.
Table of Contents Overview Installation Requirements Install the Package Publishing the Default Rulesets Usage Creating a Validation Ruleset Using the
PHP functions that help you validate structure of complex nested PHP arrays.
PHP functions that help you validate structure of complex nested PHP arrays.
This package provides tools to validate and sanitize objects and arrays.
Aura.Filter This package provides tools to validate and sanitize objects and arrays. Foreword Installation This library requires PHP 7.2 or later; we
Create and validate signed URLs with a limited lifetime
This package can create URLs with a limited lifetime. This is done by adding an expiration date and a signature to the URL.
PHP library to validate and format license plate numbers.
License plate validator and formatter CI Status Lint Coverage Tests This library can be used to validate and format license plate numbers. Countries s
Simple PHP templating system for user editable templates.
Simple template Simple PHP templating system for user editable templates. Idea Most applications need to render templates that insert safely treated v
Login system designed by fragX to validate the user and prevent unauthorized access to confidential data.
Login_System v.0.1 Login system designed by fragX to validate the user and prevent unauthorized access to confidential data. 🧐 Features Sign In and S
Validate PHP database migration files for compliance with best practices. Ensure db migrations are irreversible.
PHP DB Migration Validator Introduction In modern PHP frameworks such as Symfony and Laravel, migrations usually have up and down methods. In up metho
Assert - Assertions to validate method input/output with nice error messages.
Webmozart Assert This library contains efficient assertions to test the input and output of your methods. With these assertions, you can greatly reduc
A PHP library to read and validate EU Digital COVID Certificates
CovPassCheck PHP A PHP library to read and validate EU Digital COVID Certificates. Install composer require stwon/covpasscheck-php Usage Currently, th
A quick and incomplete example of how to validate a form using a FormValidator class on the simple-mvc
Simple MVC Description This repository is a simple PHP MVC structure from scratch. It uses some cool vendors/libraries such as Twig and Grumphp. For t
A package to validate email domains in a user registration form
Laravel Email Domain Rule This package allows to define a subset of allowed email domains and validate any user registration form with a custom rule.
🛂 Use this package to validate the identity card from your country using laravel validation rules.
Identity Card Checker Laravel Validation Rules Use this package to validate the identity card number from your country Installation You can install th
This module aims to validate if the pilot made his flights online on the IVAO and VATSIM networks
SMPirepValidator This module aims to validate if the pilot made his flights online on the IVAO and VATSIM networks SMPirepValidator v.1.0 for phpVMS (
A simple laravel package to validate console commands arguments and options.
Command Validator A simple laravel package to validate console commands arguments and options. Installation Require/Install the package using composer
Easily validate data attributes through a remote request
Laravel Remote Rule Easily validate data attributes through a remote request. This package allows you to define a subset of custom rules to validate a
JSON schema models and generated code to validate and handle various data in PocketMine-MP
DataModels JSON schema models and generated code to validate and handle various data in PocketMine-MP This library uses php-json-schema-model-generato
Create and validate signed URLs with a limited lifetime
THIS PACKAGE IS NOT MAINTAINED ANYMORE. SIGNING URLS IS NOW PART OF LARAVEL: https://laravel-news.com/signed-routes Create secured URLs with a limited
CC [CREDIT CARD] GENERATE & VALIDATE TOOL !
⚡ CCE THIS TOOL PERMIT YOU TO GENERATE CREDIT CARD & VALIDATE
A simple package to validate against common passwords and help keep your application secure.
common-passwords A simple package to validate against common passwords and help keep your application secure. composer require crumbls/common-password
Lravel 验证扩展 📦 Laravel 验证中文,手机号,身份号
Lravel 验证扩展 📦 Laravel 验证中文,手机号,身份号 安装 $ composer require liaosp/laravel-validate-ext -vvv 使用 标识 说明 chs 验证某个字段的值只能是汉字 chsAlpha 验证某个字段的值只能是汉字、字母 chsAlp
Parse and validate crontab expressions in PHP
Standard (V7) compliant crontab expression parser/validator with support for time zones; see "man 5 crontab" for possible expressions.
PHP library to validate and convert ISBNs and EANs
biblys/isbn biblys/isbn can be used to: validate a string against the ISBN-10, ISBN-13 and EAN-13 formats convert an ISBN to ISBN-10, ISBN-13, EAN-13
Boilerplate code for protecting a form with proof of work. Uses javascript in the browser to generate the hashcash and PHP on the server to generate the puzzle and validate the proof of work.
Boilerplate code for protecting a form with proof of work. Uses javascript in the browser to generate the hashcash and PHP on the server to generate the puzzle and validate the proof of work.
A package to validate email domains in a user registration form
This package allows to define a subset of allowed email domains and validate any user registration form with a custom rule.
PHP library to create and validate html forms
FormManager Note: this is the documentation of FormManager 6.x For v5.x version Click here Installation: This package requires PHP=7.1 and is availab
This package is used to validate the telephone numbers of the countries taken into account. It also makes it possible to verify that a number is indeed a number of an operator X
phone-number-checker This package is used to validate the telephone numbers of the countries taken into account. It also makes it possible to verify t
A Laravel wrapper for spatie/dns. Allows to query and validate DNS records.
A Laravel wrapper for spatie/dns. Allows to query and validate DNS records.
Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in.
Laravel Uuid Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for versio
PHP package built for Laravel 5.* to easily handle a user email verification and validate the email
jrean/laravel-user-verification is a PHP package built for Laravel 5.* & 6.* & 7.* & 8.* to easily handle a user verification and validate the e-mail.
Validate and sanitize arrays and objects.
Aura.Filter This package provides tools to validate and sanitize objects and arrays. Foreword Installation This library requires PHP 5.4 or later; we
Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组,前置过滤,数组检查,自定义验证器,自定义消息。
PHP Validate 一个简洁小巧且功能完善的php验证、过滤库。 简单方便,支持添加自定义验证器 支持前置验证检查, 自定义如何判断非空 支持将规则按场景进行分组设置。或者部分验证 支持在进行验证前对值使用过滤器进行净化过滤内置过滤器 支持在进行验证前置处理和后置处理独立验证处理 支持自定义每
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Support I am a dad now for the last 1,5 years and that clearly shows in being on time with merging PRs or pushing this package further. Time is the bi
PHP library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.
Sign-in with Apple SDK Installation Recommended and easiest way to installing library is through Composer. composer require azimolabs/apple-sign-in-ph