Skip to main content

PHP

laravel-ab
Tools PHP
This package helps you to find out which content works on your site and which doesn’t. It allows you to create experiments and goals. The visitor will receive randomly the next experiment and you can customize your site to that experiment.
symfony-service-definition-validator
Tools PHP
Symfony Service Definition Validator By Matthias Noback Installation Using Composer: php composer.phar require matthiasnoback/symfony-service-definition-validator Problems the validator can spot Using the service definition validator in this library, the following service definition
thimble
Tools PHP
Thimble Tumblr Theme development tool. Protects your fingers from tedious copy-pasting. It is no longer actively maintained. What is this? Developing a Theme for Tumblr can be tedious: occupied by a large amount of copying and pasting a Tumblr template into their customize tool.
forceworkbench
Tools PHP
Workbench NOTICE: WORKBENCH IS MAINTENANCE ONLY MODE. NO NEW FEATURES WILL BE ADDED AND ONLY SECURITY ISSUES WILL BE FIXED. API VERSIONS WILL CONTINUE TO BE UPDATED. Workbench is a powerful, web-based suite of tools designed for
wordpress-plugin-construction
Tools PHP
WordPress plugin construction Tools for developing and running a awesome WordPress website. Please select a folder in the list above to see the plugin’s development. Two programmers https://en.wikipedia.org/wiki/Pair_programming An article about code quality http://engineering.
nova-notifications
Tools PHP
⚠️ Note: This repo is not maintained right now. A Laravel Nova Tool for Handling Laravel Notifications With this Nova tool: You can overview all sent and failed notifications. You can send out notifications.
php-formatter
Tools PHP
PHP Formatter This PHP formatter aims to provide you some bulk actions for you PHP projects to ensure their consistency. None of them fixes PSR rules. If you want to fix PSR
nova-settings
Tools PHP
Nova Settings This Laravel Nova package allows you to create custom settings in code (using Nova’s native fields) and creates a UI for the users where the settings can be edited.
drush_cmi_tools
Tools PHP
Drush CMI tools Provides advanced CMI import and export functionality for CMI workflows. ☠️ Deprecated ☠️ Please note that this module is deprecated and will not receive a Drupal 9 release.
wp-project-tools
Tools PHP
Tools for WordPress This is a box of tools for working with WordPress on the command line, automating WordPress, and Fabric scripts for automated deployment. One-liner to setup a new project using these tools:
gitscraper
Tools PHP
gitscraper A tool which scrapes public github repositories for common naming conventions in variables, folders and files This current upload contains the results from 16,018,052 php files from 102808 different repositories
nines
Tools PHP
nines A web performance tool aimed to help developers find critical performance issues. The vision is to create a performance tool that allows artists, developers, and project managers to see the impact that their changes have made on a sites performance.
upgrade
Tools PHP
CakePHP Upgrade tool Upgrade tools for CakePHP meant to facilitate migrating from CakePHP 3.8+ to 4.0.0. This repository should be used as a standalone application and not as a plugin.
Negotiation
Tools PHP
Negotiation Negotiation is a standalone library without any dependencies that allows you to implement content negotiation in your application, whatever framework you use. This library is based on RFC
axio-starter
Tools PHP
Axio Starter (previously Aucor Starter) 🖥 For developer from developers: Superior Gutenberg WordPress starter theme with modern build tools by Generaxion. 250+ hours of development over 6 years to make the greatest starting point for WordPress site.
visualizer
Tools PHP
Visualizer: Tables and Charts Manager for WordPress # Contributors: codeinwp, themeisle, marius2012, marius_codeinwp, hardeepasrani, rozroz, Madalin_ThemeIsle Tags: tables, charts, pie, visualization, graphs Requires at least: 3.5 Tested up to: 5.
tools
Tools PHP
安全测试工具集 简介 在学习和渗透测试过程中自己写的一些小脚本、小工具和一些常用字典、木马。 ++++++++++分割线+++++++++++ 其他工具渗透测试速查清单 前言 本文是渗透测试各阶段工具和快速用法速查笔记,将会持续更新。 站点信息收集 Google Fofa Shodan Zoomeye Goby whatweb Github robtex 快速探测存活主机 ping #!/bin/bash for i in {1..255}; do host=192.168.121.$i ping -c2 $host >/dev/null if [ $?
Email-Validation-Tool
Tools PHP
An extensible email validation library for PHP 7+ The aim of this library is to offer a more detailed email validation report than simply checking if an email is the valid format, and also to make it possible to easily add custom validations.
laravel-tinker-tools
Tools PHP
The functionality of this package is built into Laravel 5.5 and above, only install this in older Laravel versions Use short class names in an Artisan Tinker session When using Artisan’s Tinker command it can be quite bothersome having to type the fully qualified classname to do something simple.
db-sync
Tools PHP
DbSync WARNING – This package modifies database tables. Use with extreme caution and back up databases before running. Always perform a dry run (this is the default action) first before specifying the --execute (-e) option.