Skip to main content

PHP

SecurityMultiTool
Tools PHP
SecurityMultiTool A multitool library offering access to recommended security related libraries, standardised implementations of security defences, and secure implementations of commonly performed tasks. The purpose of the library is to serve as both a useful set of utilities and to act as a set of reference implementations which can be learned from.
Cain
Tools PHP
Cain & Abel About this repo This repo intends to maintain a updated version. Based on version 4.9.56 – April 7, 2014 About Cain & Abel Cain & Abel is a password recovery tool for Microsoft Operating Systems.
slim3-eloquent-skeleton
Tools PHP
Slim 3 Skeleton This is a simple skeleton project fork from akrabat/slim3-skeleton that includes scaffold tool, migrations,auth,Twig, Flash messages, eloquent ORM and Monolog. Create your project: $ composer create-project -n -s dev mrcoco/slim3-eloquent-skeleton my-app Run it: $ cd my-app Change database setting appsetting.
php-database-migration
Tools PHP
PhpDbMigration – full PHP database migration tool This is a full standalone PHP tool based on Symfony Console and inspired by the Rails database migration tool and MyBatis. It merges the functionality of the two tools and
mcbumpface
Tools PHP
🍂 McBumpface A simple tool to sync composer.lock and composer.json versions, resulting in a faster package dependencies resolution. Installing composer require --dev malukenho/mcbumpface How it works? By looking at the composer.
HRCloud2
Tools PHP
Follow the early development of HRCloud3 on the official HRCloud3 Github Repo!!! SLACK TEAM! YOUTUBE CHANNEL! WIKI DOCUMENTATION! HRCloud2 A Fully Featured home-hosted Cloud Storage platform and Personal Assistant that Converts files, OCR’s images & documents, Creates archives, Scans for viruses, Protects your server, Keeps itself up-to-date, and Runs your own AppLauncher!
OWASP-mth3l3m3nt-framework
Tools PHP
#OWASP Mth3l3m3nt Framework A slightly major (forgive pun) upgrade is on going. This is to bring in things like: Easier coding standard Support for PHP 8 More robust features Fix bug requests sent in.
phpcheckstyle
Tools PHP
PHPCheckstyle Overview PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions. The tools checks the input PHP source code and reports any deviations from the coding convention.
nova-file-manager
Tools PHP
Nova File Manager A file manager tool and field for Laravel Nova. Beautifully designed, and customizable, this tool will provide a plug’n’play solution for your file management needs. Features :
centreon-archived
Tools PHP
Centreon – IT and Application monitoring software Introduction Centreon is one of the most flexible and powerful monitoring softwares on the market; it is absolutely free and Open Source.
Asis
Tools PHP
#ASIS 0.1.0 Do you want to cover your legacy code with thousands of automated unit tests in just few lines of code?!.. ##Introduction Asis means “as is”, and the Asis project is inspired by ApprovalTests project and shares its key concepts.
FromMySqlToPostgreSql
Tools PHP
FromMySqlToPostgreSql – the database migration tool. WHAT IS IT ALL ABOUT? FromMySqlToPostgreSql is a tool, intended to make a process of migration from MySql to PostgreSql as easy and smooth as possible.
php-ip-tools
Tools PHP
PHP IP Tools Universal IP Tools for manipulation on IPv4 and IPv6. Require this package with Composer Install this package through Composer. Edit your project’s composer.json file to require
php-ps-info
Tools PHP
PhpPsInfo – PrestaShop system requirements checker PhpPsInfo is a PHP script that allows you to test if your current environment fullfills PrestaShop’s requirements, and offers suggestions for improvements. This script allows you to quickly test the environement where you want to install PrestaShop.
core
Tools PHP
Form Tools Core This repo contains the source code for the Form Tools Core. The Core provides the minimal code needed to run Form Tools on your server. Branches and releases The master branch contains the current ongoing work.
mutillidae
Tools PHP
OWASP Mutillidae II OWASP Mutillidae II is a free, open-source, deliberately vulnerable web application providing a target for web-security enthusiasts. Mutillidae can be installed on Linux and Windows using LAMP, WAMP, and XAMMP.
forget-db
Tools PHP
🧠 forget-db A simple(ish) command line tool written in PHP 7.4 using Laravel Zero and Faker to help you anonymise/pseudonymise data within your database to support protecting either sensitive information, or peoples right to be forgotten with GDPR compliance.
git-semver
Tools PHP
git-semver A CLI tool to generate semantic versioning compliant tags for your git repositories. Install Download the file from here Assign required permissions sudo chmod -R 755 git-semver Run sudo mv git-semver /usr/local/bin/git-semver Usage Below is the signature for command
BCCExtraToolsBundle
Tools PHP
Intro to ExtraTools It a bundle that contains some usefull symfony2 tools. Warning The bcc:trans:update command had been merged into the framework and thus won’t be maintained here anymore. The new name is translation:extract.
expander
Tools PHP
This tool expands dot-notated, string property references into their corresponding values. This is useful for run time expansion of property references in configuration files. For example implementation, see Yaml Expander.