760 skills found · Page 4 of 26
cfc4n / WoodpeckerA scanner named pecker, written in php,It can check dangerous functions with lexical analysis.
ZeroSharp / Serverless PhpServerless Framework example using an AWS lambda which runs a PHP function
wulijun / Go Php SerializeGolang implementation for PHP's function serialize() and unserialize()
jeremykendall / Password ValidatorValidates passwords against PHP's password_hash function using PASSWORD_DEFAULT. Will rehash when needed, and will upgrade legacy passwords with the Upgrade decorator.
danielgsims / Php CollectionsA PHP implementation of a templated list. The Collection class allows one object type and its subtypes to be added to the collection. Many standard PHP array functions are encapsulated in the collection.
alexpechkarev / Geometry LibraryPHP Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth. Code ported from Google Maps Android API.
Bit-Wasp / Bitcoin Lib PhpPHP libraries implementing bitcoin key functions, as well as BIP32 and electrum.
klaussilveira / SimpleSHMSimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP. It makes use of the SHMOP functions, built into most PHP packages.
beched / Php Disable Functions Bypassprocfs-based PHP sandbox bypass
fakhrizulkifli / Defeating PHP GD ImagecreatefromgifProof-of-concept to exploit the flaw in the PHP-GD built-in function, imagecreatefromgif()
nette / Safe StreamSafeStream: atomic and safe manipulation with files via native PHP functions.
MatthewRuddy / Wordpress Timthumb AlternativeAn image resizing function that provides Wordpress users with an alternative to Timthumb.php
rubo77 / Php Mysql FixA php include that replaces all mysql functions with the corresponding mysqli functions
dmitry-ivanov / Laravel Helper FunctionsLaravel-specific and pure PHP Helper Functions.
AntSwordProject / Ant Php ExtensionPHP 扩展, 用于 PHP-FPM、FastCGI、LD_PRELOAD等模式下突破 disabled_functions
symfony / Polyfill Php55This component provides functions unavailable in releases prior to PHP 5.5.
daneden / PHP FunctionsSome PHP functions that are pretty damn useful
thecodingmachine / Safe8All PHP functions, rewritten to throw exceptions instead of returning false, now for php8
lnxg33k / WebhandlerBash simulator to control a server using PHP system functions.
jakezatecky / Array Group ByA PHP function that groups an array by a key or set of keys shared between all array members.