PHP
fb_messenger_bot
Tools
PHP
Features This Drupal module provides a tool to build a chat bot to work on Facebook’s Messenger
Platform.
Requirements Drupal 8 PHP 5.6 or greater Facebook App and Page Installation Enable the fb_messenger_bot module.
cartographer
Tools
PHP
Cartographer A sitemap generation tool for PHP following the Sitemap Protocol v0.9.
Cartographer can handle Sitemaps of any size. When generating sitemaps with more than 50,000
entries (the limit), the sitemap becomes a “map of maps” (i.
phplrt
Tools
PHP
Introduction The phplrt is a set of tools for programming languages recognition. The library
provides lexer, parser, grammar compiler, library for working with errors,
text analysis and so on. Installation Phplrt is available as composer repository and can be
Magento2-Developer-Debug-Tool
Tools
PHP
Magento 2 Developer-Debug Tool by CedCommerce Magento 2 Developer-Debug Tool, a Magento 2.0 development and debugging extension, which aims at easing developers concerns by fetching vital information for a current page load.
Aura.Cli
Tools
PHP
Aura.Cli 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.
UniFi-API-browser
Tools
PHP
UniFi API browser This tool is for browsing data that is exposed through Ubiquiti’s UniFi Controller API, written in PHP, JavaScript and the Bootstrap CSS framework.
It comes bundled with a PHP class for access to the UniFi Controller API, which supports more API endpoints than the UniFi API browser tool does.
laravel-ab
Tools
PHP
Laravel A/B Testing A server-side A/B testing tool for Laravel, a great free alternative for services such as optimizely. Use A/B testing to figure out which content works, and which doesn’t.
php-conventional-changelog
Tools
PHP
PHP Conventional Changelog If this project helped you out, please support us with a star ⭐
Description When a new release of a software project is announced, it is convenient to generate documents that let the project
nova-permission
Tools
PHP
A Laravel Nova tool for Spatie’s laravel-permission library Installation You can install the package in to a Laravel app that uses Nova via composer:
composer require vyuldashev/nova-permission Go through the Installation section in order to setup laravel-permission.
Pulsestorm
Tools
PHP
Repository of Magento Tools from Pulse Storm LLC This repository is the former home of open source code modules and scripts to help developers work more efficiently with the Magento online retail system.
migration-generator
Tools
PHP
Migration Generator-逆向迁移文件生成 如果你还未使用或者正想使用数据库迁移功能,但又不并不想自己写迁移文件的话,这个工具可以很好的帮助实现文件迁移,
目前提供了 Laravel5.5+ 和 Thinkphp6+ 的迁移文件的生成。
安装 composer require jaguarjack/migration-generator:dev-master 平台支持 laravel php artisan migration:generate ThinkPHP php think migration:generate 注意 包中提供的命令如果不能完全满足你的需求,那么你可以根据实际自定义需求。
定义新类型 继承 DoctrineDBALTypesType class newType extend DoctrineDBALTypesType{} 主要实现两个方法 public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform) { return $platform->getIntegerTypeDeclarationSQL($fieldDeclaration); } public function getName() { return 'TypeName'; } 注入 $generator = new MigrateGenerator('thinkphp'); $generator->registerNewType([ 'TypeName' => TypeClass ]); 新增类型解析 就是对应框架 migration 的格式
WordPress-Domain-Changer
Tools
PHP
WordPress Domain Changer A stand-alone tool that helps ease the migration of WordPress sites from one domain/URL to another.
Instructions Backup your WordPress site’s database. Seriously, Back Up Your Database!
nova-tail-tool
Tools
PHP
A Laravel Nova tool to display the application log Have you always wanted to see your application log in your Nova app? Now you can!
You can see the tool in action in this video on YouTube.
acme-client
Tools
PHP
acme-client (Deprecated) a small PHP script to get and renew TLS certs from Let’s Encrypt (Deprecated)
ACME v1 is deprecated,
Please Use https://github.com/kaienkira/acme-v2-client instead Please Read The Lastest Terms of Service Of Let’s Encrypt Before You Use this Script.
MySQLConverterTool
Tools
PHP
Introduction This project has, essentially, been abondoned. Do consider an alternative described below.
The old MySQL extension (ext/mysql) was deprecated in PHP 5.5 and removed in PHP 7.0.
This tool converts ext/mysql code to ext/mysqli code, as ext/mysqli is the current MySQL extension.
google-map-polyline-encoding-tool
Tools
PHP
Google Maps Polyline Encoding Tool A simple PHP class for translating polyline into an
encoded strings for Google Maps.
Install Use composer.
$ curl -sS https://getcomposer.org/installer | php $ cat > composer.
laravel-subscriptions
Tools
PHP
Rinvex Subscriptions ⚠️ This package is abandoned and no longer maintained. No replacement package was suggested. ⚠️
👉 If you are interested to step on as the main maintainer of this package, please reach out to me!
shellstack
Tools
PHP
ShellStack Version 1.0 ShellStack is a PHP based backdoor management tool. This Tool comes handy for “HACKERS” who wish to keep a track of every website they hack. The tool generates a backdoor file which you just have to upload to the site and put the backdoor URL in the shells.
openl10n
Tools
PHP
OpenLocalization OpenLocalization is a localization management web-app to help you translate any of your projects.
Its goal is to provide a simple and flexible tool to easily edit and deploy your application translations.
php-refactoring-browser
Tools
PHP
PHP Refactoring Browser Note: This software is under development and in alpha state. Refactorings do not contain all necessary pre-conditions and might mess up your code. Check the diffs carefully before applying the patches.