PHP
emoji-toolkit
Tools
PHP
A set of libraries to help users find and replace native system emojis with JoyPixels (formerly EmojiOne) in their app or website.
Heads up!
EmojiOne has rebranded to JoyPixels. Please see our UPGRADE DOC for details on what’s new, especially
wp-toolbelt
Tools
PHP
WP Toolbelt A lightweight plugin inspired by Jetpack but designed for privacy, speed, and accessibility.
Speed? I want it to be fast. I want to be able to enable any of the features and not have my Google Pagespeed score drop.
OpenDuka
Tools
PHP
OpenDuka Open Duka is a project designed by the Open Institute that will provide a freely accessible database of information on Kenyan entities.
This information will provide citizens, journalists, and civic activists with a practical and easy-to-use tool to understand the ownership structure of the world they live in, demonstrating the practical applications of open information for normal citizens.
ece-tools
Tools
PHP
Magento Commerce Cloud Deployment Tools Welcome ECE-Tools is a set of scripts and tools designed to manage and deploy Cloud projects. The Cloud tools package is compatible with Magento version 2.
slimdump
Tools
PHP
slimdump slimdump is a little tool to help you create configurable dumps of large MySQL-databases. It works off one or several configuration files. For every table you specify, it can dump only the schema (CREATE TABLE .
wp-local-toolbox
Tools
PHP
#WP Local Toolbox
#####A simple plugin to help manage development over local, staging and production servers.
Through constants defined in wp-config, you can disable plugins, disable the loading of external files, set search engine visibility, display or hide the admin bar, display the server name and change the color of the admin bar, or literally anything else you can think of.
laravel-packager
Tools
PHP
Laravel Packager This package provides you with a simple tool to set up a new package and it will let you focus on the development of the package instead of the boilerplate.
php-fhir
Tools
PHP
php-fhir Tools for creating PHP classes from the HL7 FHIR Specification
If you’re looking to use the classes generated by this library, you may want the
php-fhir-generated repo instead.
wordpress-to-hugo-exporter
Tools
PHP
WordPress to Hugo Exporter Hugo a static site generator written in GoLang: https://gohugo.io
This repo is based on https://github.com/benbalter/wordpress-to-jekyll-exporter
Hugo Features One-click WordPress plugin that converts all posts, pages, taxonomies, metadata,
phpactor
Tools
PHP
Phpactor This project aims to provide heavy-lifting refactoring and introspection
tools which can be used standalone or as the backend for a text editor to
provide intelligent code completion.
Phero
Tools
PHP
介绍 phero是一个数据库查询的orm类库,注解形式的model以及方便快速的数据库操作方法
这是一个兴趣使然的ORM(手动斜眼笑) V1.0.3
支持下列特性:
swoole task数据库连接池 数据库链接断线自动重连 注解形式的Unit 读写分离配置 流畅的orm,支持复杂sql 注解形式的模型关联 命令行模型生成 查询即时缓存(redis,mamcache) 文档位于doc
可以查看test中单元测试的例子
安装 composer composer require lerko/p-hero git clone git clone https://github.com/chenyingqiao/Phero.git; 第一个ORM 创建一个Unit <?php /** * @Table[name=Parent,alias=parent] * # name表示真正的表名称,如果没有配置就是类名为表明 * # alias为别名 */ class Parents extends DbUnit { use Truncate; /** * @Field[type=int] # 只有标示@Field的属性才会被作为查询列 * @Primary #标示为主键 * @var [type] */ public $id; /** * @Field * @var [type] */ public $name; } 对应的表结构为 +-------+-------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------+-------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | name | varchar(45) | YES | | NULL | | +-------+-------------+------+-----+---------+----------------+ 进行一些基础的查询 单表 $parent=new Parent("
phploc
Tools
PHP
PHPLOC phploc is a tool for quickly measuring the size and analyzing the structure of a PHP project.
Installation This tool is distributed as a PHP Archive (PHAR):
$ wget https://phar.
bacula-web
Tools
PHP
Bacula-Web Bacula-Web is a web based tool written in PHP which provides a summarized view of your Bacula backup infrastructure.
Metrics and informations displayed in Bacula-Web are taken from Bacula catalog database, no need to setup bconsole, bvfs, etc.
Matcher
Tools
PHP
AtroxMatcher Matcher – powerful tool for extracting data from XML and HTML using XPath and pure magic.
Why was Matcher made (czech), XPath intro (czech)
Installation: Install Matcher using Composer:
laravel-code-generator
Tools
PHP
Introduction An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases.
bob
Tools
PHP
Bob, your friendly builder Hello World Put this in a file named bob_config.php in your project’s root:
<?php namespace BobBuildConfig; task('default', ['hello']); task('hello', function() { echo "Hello World!n"; }); Run this on your shell:
CollabOzark
Tools
PHP
CollabOzark CollabOzark is a simple tool which helps the researchers track SSRF, Blind XSS, XXE, SQLi, External Resource Access payloads triggers.
I wanted a basic solution easy to implement and hence this tool do not use SQL database.
php-webmaster-tools-downloads
Tools
PHP
GWTdata: Download website data from Google Webmaster Tools as CSV. Introduction This project provides an easy way to automate downloading of data tables from Google Webmaster Tools and tries to provide a PHP alternative to the Python script available here http://code.
server-stats
Tools
PHP
Statsy Statsy is an easy to use open source PHP tool for developers, that allows you to return various types of information about your server. It can be used to retrieve static information or can be set up to auto refresh any data that is needed for your project, however you can still use Statsy and Statsy Auto together at the same time.
serialization
Tools
PHP
amphp/serialization AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind.
amphp/serialization is a library providing serialization tools for IPC and data storage in PHP.