Tools
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.
TBtools
Tools
Shell
TBtools [For version 0.665]
Click to Join in TBtools User Group on Telegram
CJ ( ccj0410@gmail.com)
South China Agricultural University
Overview Rapid development of high-throughput sequencing (HTS) techniques has led biology into the “big-data” era.
totalrecon
Tools
Shell
Total Recon Total Recon will install all the recon tools you need
Tested on Ubuntu 18.04.3 LTS (Bionic Beaver)
Currently installing:
Fast web fuzzer (ffuf) Dirsearch Findomain Httprobe Masscan Nmap Sublist3r WhatWeb Subjack Amass Waybackurls Meg GitGraber getJS LinkFinder MassDNS EyeWitness Usage:
fluxion
Tools
HTML
Fluxion by Mr. SAGE “Fluxion is the Future of MITM WPA Attacks” It is a remake by Mr. SAGE with less bugs and more functionality. It’s compatible with the latest release of Kali (rolling).
riscv-tools
Tools
Shell
riscv-tools This repository houses a set of RISC-V simulators and other tools,
including the following projects:
Spike, the ISA simulator riscv-tests, a battery of
ISA-level tests riscv-opcodes, the
enumeration of all RISC-V opcodes executable by the simulator riscv-pk, which contains bbl,
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("
pg-generator
Tools
HTML
Template Based Scaffolding for PostgreSQL pg-generator is a command line utility which generates files for each table and schema of a PostgreSQL database.
Reverse engineers PostgreSQL database, Executes nunjucks templates for each table, schema and for database, Makes database objects available to templates using pg-structure.
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.
coolicons
Tools
HTML
coolicons Carefully designed icons for your next project. Perfect for use in web and mobile. Support for SVG, your favourite design tool and webfont. Completely free and open source.
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.
stripe-cli
Tools
Shell
Stripe CLI The Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal.
With the CLI, you can:
Securely test webhooks without relying on 3rd party software Trigger webhook events or resend events for easy testing Tail your API request logs in real-time Create, retrieve, update, or delete API objects.
vscode-figma-toolkit
Tools
Shell
Visual Studio Code Figma Toolkit 👉 Figma Link: VS Code Toolkit
How to use 1. Duplicate File Begin by duplicating this file to your Drafts. This is the only way to re-use this file as a team library:
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:
hhighlighter
Tools
Shell
hhighlighter (or just h) A tiny utility to highlight multiple keywords with different colors
Idea: Paolo Antinori Based on: ack – http://beyondgrep.com/ written by Andy Lester Description h (hhighlighter is just a name to help search engines) is a really tiny helper script meant to highlight keywords in the output of another *nix command:
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.