165 Repositories
PHP command-validator Libraries
Run laravel with workman ,1 artisan command, 10x speed up
Laraman Run laravel with workman , 1 artisan command, 10x speed up Installation Via Composer # install package composer require itinysun/laraman # i
Jumpstart your web development journey with the HALT Stack Starter Kit, a one-command solution for creating dynamic, scalable, and clean web applications.
Welcome to the HALT Stack Starter Kit! This kit is designed to help you kickstart your web development projects using the HALT Stack, a powerful combi
A collection of command-line utilities to aid in debugging browser engines.
Browser debug utilities This project contains several scripts that make the process of debugging browser engines much easier (some special cases excep
A Laravel package which helps you to flush sessions with an artisan command.
A simple laravel Package to flush sessions via artisan command. Sometimes we store data on sessions such as cart data or maybe any information regardi
Command line of the website.
Deutsch English Svenska Command 0.8.42 Command line of the website. How to use the command line Open a terminal window. Go to your installation folder
Rugby schedules on the command-line
Rugby Schedule Rugby Schedule is a command-line tool that keeps you up to date with rugby tournament schedules. Install Requires PHP 8.0 or later Via
๐ฎ A simple command line tool for installing and interacting with your leaf apps
Leaf CLI 2 A simple command line tool for creating and interacting with your leaf projects. You can do stuff like installing packages, interacting wit
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
Simple artisan command to debug your redis cache. Requires PHP 8.1 & Laravel 9
๐ php artisan cache:debug Simple artisan command to debug your redis cache ๐ Installation You can install the package via composer: composer require
Modern PHP validator on steroids for validating forms and/or array's.
Modern PHP Validator - Standalone Validation on Steroids Introduction Head first example Installation Adding fields for validation Execute validation
Simple solution for form request validation on lumen.
Form Request Validation for Lumen This small package contains a laravel-like solution for request form validation. Contents Form Request Validation fo
TrovCMS command line installer.
Trov CMS Installer TrovCMS is a start kit for websites, built on Filament and Laravel. This install allows you to quickly spin up new sites to hit the
Artisan Command for FriendsOfPHP/PHP-CS_Fixer
Laravel PHP CS Fixer The PHP CS Fixer is maintained on GitHub at https://github.com/FriendsOfPHP/PHP-CS-Fixer bug reports and ideas about new features
The command line interface for the TransIP API
Tipctl TransIP Control (tipctl) is a tool that connects to the TransIP API from your terminal. It has all available resources implemented from the Tra
Command and event buses interface and logic.
CoreBus - Command and Event buses interfaces Discrete command bus and domain event dispatcher interfaces for message based architectured projects. Dis
Finally a sane way to register available commands and arguments and match your command line in PHP
clue/commander Finally a sane way to register available commands and arguments and match your command line in PHP. You want to build a command line in
Generate services and contracts in Laravel with the artisan command
What does it do? This package adds a new php artisan make:service {name} {--N|noContract} command. It will create a service file and its contract (int
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
Adds phone number functionality to TYPO3 based on the PHP port of Google's libphonenumber API by giggsey
TYPO3 Phone Adds phone number functionality to TYPO3 based on the PHP port of Google's libphonenumber API by giggsey. Installation composer require si
A command line code generator for Drupal
Drupal Code Generator A command line code generator for Drupal.
This bundle provides new generator command line tools for doctrine generator.
GenBundle This bundle provides new generator command line tools for doctrine generator, extending SensioGeneratorBundle. php bin/console gen:generate:
Demo of symfony/console features to build rich command line utilities
Symfony Console Demo This project is a demonstration of symfony/console features. To run the project with Docker. With bash: docker build -t myconsole
Detection of execution by command (Terminal) or web environment.
WEB-CLI-Detector Detection of execution by command (Terminal) or web environment. Acronym: [WEB-CLI-Detector]. Name: WEB-CLI-Detector. Dependencies: S
PHP Email address validator - A library for validating emails against several RFC.
EmailValidator A library for validating emails against several RFC. Supported RFCs This library aims to support RFCs: 5321, 5322, 6530, 6531, 6532, 10
BetterWPCLI - a small, zero-dependencies, PHP library that helps you build enterprise WordPress command-line applications.
BetterWPCLI - a small, zero-dependencies, PHP library that helps you build enterprise WordPress command-line applications.
One time password generator, validator, and qrcode generator that has no web dependencies (self-contained) in PHP
otp-thing One time password generator, validator, and qrcode generator that has no web dependencies (self-contained) in PHP Introduction This started
Make custom helper just with one command!
Laravel Custom Helper Make custom helper just with one command! Very light!!! Installation requires Laravel 8+ Via composer: $ composer require Ranjba
A dockerized PHP application containing some file upload vulnerability challenges (scenarios)
File Upload Vulnerability Scenarios (Challenges) This repository is a dockerized PHP application containing some file upload vulnerability challenges
MetaYaml - A powerful schema validator
MetaYaml A [put your file type here] schema validator using [put another file type here] files. At the moment, file type can be Json, Yaml, or XML. It
Amazon SNS message validation for PHP
The Amazon SNS Message Validator for PHP library allows you to validate that incoming HTTP(S) POST messages are valid Amazon SNS notifications.
A Cli tool to save you time, and gives you the power to scaffold all of your models,controllers,commands
A Cli tool to save you time, and gives you the power to scaffold all of your models,controllers,commands... at once Installation You can install the p
Check if a translated value in a JSON column is unique in the database.
Laravel Unique Translation IMPORTANT: March 2022 It's horrible to see what is happening now in Ukraine, as Russian army is bombarding houses, hospital
Image Optimize Command - Easily optimize images using WP CLI
Image Optimize Command is a WP CLI wrapper for spatie/image-optimizer which optimize gif, jpeg, jpg, png, svg, webp images by running them through a chain of various image optimization tools.
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
This Laravel Nova tool lets you run artisan and bash commands directly from Nova 4 or higher.
Laravel Nova tool for running Artisan & Shell commands. This Nova tool lets you run artisan and bash commands directly from nova. This is an extended
๐ Artisan Menu - Use Artisan via an elegant console GUI
๐ Artisan Menu Use Artisan via an elegant console GUI Features Run built-in and custom Artisan commands from a console GUI Prompts to enter required
A compact command line utility for checking YAML file syntax
A compact command line utility for checking YAML file syntax. Uses the parsing facility of the Symfony Yaml Component.
The Platform.sh CLI is the official command-line interface for Platform.sh
The Platform.sh CLI is the official command-line interface for Platform.sh. Use this tool to interact with your Platform.sh projects, and to build them locally for development purposes.
A PHP package for validating/generating/formatting an IRS document number (CPF/CNPJ)
A PHP package for validating/generating/formatting an IRS document number (CPF/CNPJ)
This module adds a command to easily generate "modules" in Laravel and install them using composer.
Laravel Module Create This module adds a command to easily generate "modules" in Laravel and install them using composer Installation Simply install t
Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface
Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
โจ๏ธ A command palette to easily jump to specific areas within Craft
Palette โจ๏ธ CMD+K your way around Craft! ๐ค What is Palette? Palette allows you to easily jump to specific areas within Craft without lifting your hand
Sylius plugin to define a command cli context (ChannelContext)
Cli Context Plugin This plugin provide a default channel context for your Symfony Command. When Sylius load a resource implements Sylius\Component\Res
It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications
OpenAPI PSR-7 Message (HTTP Request/Response) Validator This package can validate PSR-7 messages against OpenAPI (3.0.x) specifications expressed in Y
Laravel Validation Service
Laravel Validation Service Installation Add "prettus/laravel-repository": "1.1.*" to composer.json "prettus/laravel-validation": "1.1.*" Create a vali
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
This Plugin runs commands when a player does a certain emote
The EmoteCommands Plugin This Plugin runs commands when a player does a certain emote You will need a pocketmine server of at least version 4.0.0 Usag
Deactivate and activate a plugin with just one in-game command
DEPlugins | v1.0.0 โ๏ธ Deactivate and activate a plugin with just one in-game command โ๏ธ Features Deactivate and activate a plugin with just one in-gam
Create executable strings using a fluent API.
command-builder A PHP class to build executable with using fluent API. Summary About Features Installation Examples Compatibility table Tests About I
Proxy validation or Proxy checker. Command line version
Proxy Checker Proxy validation or Proxy checker Install on desktop : Install XAMPP Added environment variable system path = C:\xampp\php download the
laminas-password-validator provides a validator for character-set based input validation.
laminas-password-validator laminas-password-validator provides a validator for character-set based input validation. Installation composer require pra
Skeleton for creating a new Command Line Interface application with a minimum of dependencies.
Skeleton for creating a new Command Line Interface application with a minimum of dependencies.
A PHP library for command-line argument processing
GetOpt.PHP GetOpt.PHP is a library for command-line argument processing. It supports PHP version 7.1 and above. Releases For an overview of the releas
Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don't need to touch your crontab when deploying.
Dispatcher Dispatcher allows you to schedule your artisan commands within your Laravel project, eliminating the need to touch the crontab when deployi
Extra validation rules for dealing with images in Laravel 5.
Image-Validator Extra validation rules for dealing with images in Laravel 5. NOTE: As of Laravel version 5.2, there are now built-in validation rules
Easily manage git hooks in your composer config
composer-git-hooks Manage git hooks easily in your composer configuration. This command line tool makes it easy to implement a consistent project-wide
Preload your sweet sweet code to opcache with a composer command, making your code faster to run.
Composer Preload Preload your sweet sweet code to opcache with a composer command, making your code run faster. Composer Preload is a composer plugin
A collection of command line scripts for Magento 2 code generation, and a PHP module system for organizing command line scripts.
What is Pestle? Pestle is A PHP Framework for creating and organizing command line programs An experiment in implementing python style module imports
Tango is a command-line tool for analyzing access logs ๐
Tango Tool to get insights from the server access logs Tango is a dependency-free command-line tool for analyzing access logs ๐ Currently, work on th
Mage2click toolset to create and manage the Magento Docker development environment with mutagen.io file-sync for macOS and native filesystem mounts on Linux.
Mage2click - Magento Docker Toolset Mage2click toolset is a system-wide command-line tool for creating and managing simultaneously running Magento Doc
bin/magento command to display configured preferences for classes or interfaces
bin/magento command to display configured preferences for classes or interfaces A bin/magento command that will show you the configured preferences fo
Set a customer password with bin/magento.
Set a customer password Since Magento 2 no longer provides facilities to set a customers password, this command can come in handy during development w
EmailValidator - PHP Email address validator
EmailValidator A library for validating emails against several RFC. Supported RFCs This library aims to support RFCs: 5321, 5322, 6530, 6531, 6532, 10
Console - The Console component eases the creation of beautiful and testable command line interfaces.
Console Component The Console component eases the creation of beautiful and testable command line interfaces. Sponsor The Console component for Symfon
ObjectHydrator - Object Hydration library to create Command and Query objects.
Object Hydrator This is a utility that converts structured request data (for example: decoded JSON) into a complex object structure. The intended use
Mediator - CQRS Symfony bundle. Auto Command/Query routing to corresponding handlers.
Installation $ composer require whsv26/mediator Bundle configuration // config/packages/mediator.php return static function (MediatorConfig $config)
Adds a way to write php and run it directly in Laravels' Artisan Tinker.
Adds a way to write php in PhpStorm/IDEA and run it directly as if through laravel artisan tinker - allowing you to quickly run a piece of code with a
Your performance & security consultant, an artisan command away.
Enlightn A Laravel Tool To Boost Your App's Performance & Security Introduction Think of Enlightn as your performance and security consultant. Enlight
Make a Laravel app respond to a slash command from Slack
Make a Laravel app respond to a slash command from Slack This package makes it easy to make your Laravel app respond to Slack's Slash commands. Once y
This package provides a console command to convert dynamic JS/CSS to static JS/CSS assets.
Laravel Nova Search This package provides a console command to convert dynamic JS/CSS to static JS/CSS assets. Requirements laravel-mix v6.0+ php 7.3+
A PHP framework for console artisans
This is a community project and not an official Laravel one Laravel Zero was created by, and is maintained by Nuno Maduro, and is a micro-framework th
A collection of tools to help with PHP command line utilities
PHP Command Line Tools A collection of functions and classes to assist with command line development. Requirements PHP = 5.3 Suggested PHP extensions
m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
m4b-tool m4b-tool is a is a wrapper for ffmpeg and mp4v2 to merge, split or and manipulate audiobook files with chapters. Although m4b-tool is designe
Phalcon devtools
Yarak yarak - (Falconry) a state of prime fitness in a falcon Laravel inspired Phalcon devtools Database migrations that rollback step-by-step, reset
๐ฆ๐ Fast, zero config application bundler with PHARs.
Fork of the unmaintained box2 project. This project needs your help! Upgrading from Box2? Checkout the upgrade guide! Goal The Box application simplif
๐ฅ Collision is a beautiful error reporting tool for command-line applications
Collision was created by, and is maintained by Nuno Maduro, and is a package designed to give you beautiful error reporting when interacting with your
The official ibanapi.com PHP Package.
๐ณ IBAN API validation using ibanapi.com for PHP The official node package for validating IBAN using the ibanapi.com public API for PHP This module of
A PocketMine-MP Unregister-Command completely different from the others on Poggit.
This Unregister-Cmd plugin is completely different from the ones you see on Poggit while that much easier and constantly in active development. Featur
A convenient way to initialize your application
A convenient way to initialize your application. Introduction We all know, that every application should contain readme file and Installation section
Disposable email address validator for Laravel
Laravel Disposable Email Adds a validator to Laravel for checking whether a given email address isn't originating from disposable email services such
Simple command-line tool to access HiWeb account information
Simple command-line tool to access HiWeb account information.
A simple validator package to check if the given zipcode has a valid Dutch zipcode format
Laravel Dutch Zipcode Validator A simple validator package to check if the given zipcode has a valid Dutch zipcode format Table of Contents Installati
Laravel Dutch Phone Number Validator
Laravel Dutch Phone Number Validator Validate if the given phone number is a valid Dutch phone number Table of Contents Installation Usage Translation
A make:pivot command to create a pivot table with Laravel
make:pivot for Laravel Installation Requires PHP 8.0.0+ You can install the package via composer: composer require felixdorn/laravel-make-pivot-table
Custom Laravel Validator for combined unique indexes
unique_with Validator Rule For Laravel This package contains a variant of the validateUnique rule for Laravel, that allows for validation of multi-col
๐ Artisan Menu - Use Artisan via an elegant console GUI
๐ Artisan Menu Use Artisan via an elegant console GUI Features Run built-in and custom Artisan commands from a console GUI Prompts to enter required
Interactive Make Command for Laravel
Interactive Make for Laravel 5.4 Getting Started To get started you need to install the package with Composer: composer require laracademy/interactive
An artisan command for using multiple environment configurations in Laravel 5
Laravel 5 env An artisan command for managing multiple .env of your Laravel 5 app. Installation Copy EnvCommand.php to app/Console/Commands/ of your L
Argentinian CUIT and CUIL Validator
CUIT/CUIL Validator Argentinian CUIT and CUIL Rules for laravel validation Installation $ composer require iutrace/laravel-cuit-validator Usage Exampl
Laravel Common Password Validator
laravel-common-password-validator Laravel Common Password Validator An optimized and secure validator to check if a given password is too common. By d
Extendable Interactive Make Command for Laravel
Extendable Interactive Make Command for Laravel Make your life easier with interactive make command! Installation composer require hydreflab/laravel-m
This package provides you with a simplistic `php artisan make:user` command
Laracademy Generators Laracademy make:user Command - provides you with a simplistic artisan command to generate users from the console. Author(s): Lar
laravel - Potion is a pure PHP asset manager for Laravel 5 based off of Assetic.
laravel-potion Potion is a pure PHP asset manager for Laravel based off of Assetic. Description Laravel 5 comes with a great asset manager called Elix
API in PHP for DDoS Attacks (sends a command to a SSH Server from a URL)
SSH-PHP-API API in PHP for DDoS Attacks (sends a command to a SSH Server from a URL) [Install on Ubuntu 20.04: apt install apache2 php php-fpm php-ssh
Generate services in Laravel with the artisan command
Laravel Service Generator Quickly generate services for your projects! Table of Contents Features Installation Usage Generate services Generate servic
Laravel Disposable Email Validator
Laravel Disposable Email Validator Prevent users from registrering with a disposable email addresses! Table of Contents Installation Usage Translation
Laravel style jquery validation plugin
Validator Laravel style jquery validation plugin Validator is a jQuery plugin that emulates the validation class found in the laravel framework. Usage
Generate form validators for Laravel: an extension of way/generators
Laravel Form Validator Contents Introduction Installation Usage Example Tests Introduction After using Jeffrey Way's Generator and his Validator packa
An easy-to-use Artisan command to create a new database schema.
Laravel Create DB This package adds an easy-to-use Artisan command to your application that allows you to create a new database schema. The package is
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