760 skills found · Page 1 of 26
sebastianbergmann / Resource OperationsProvides a list of PHP built-in functions that operate on resources
symfony / Options ResolverProvides an improved replacement for the array_replace PHP function
phacility / XhprofXHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
thecodingmachine / SafeAll PHP functions, rewritten to throw exceptions instead of returning false
markrogoyski / Math PhpPowerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
ircmaxell / Password CompatCompatibility with the password_* functions that ship with PHP 5.5
TGMPA / TGM Plugin ActivationTGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
syyongx / Php2goUse Golang to implement PHP's common built-in functions.
neitanod / Forceutf8PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
symfony / Polyfill Php56This component provides functions unavailable in releases prior to PHP 5.6.
vercel-community / Php🐘 PHP Runtime for ▲ Vercel Serverless Functions (support 7.4-8.5)
durable-workflow / WorkflowDurable workflow engine that allows users to track job status, orchestrate microservices and write long running persistent distributed workflows in PHP powered by Laravel Queues. Inspired by Temporal and Azure Durable Functions.
18601949127 / DiDiCallCar这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
spatie / RegexA sane interface for php's built in preg_* functions
Anahkiasen / Underscore PhpA redacted PHP port of Underscore.js with additional functions and goodies – Available for Composer and Laravel
leocavalcante / Siler⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
jikan-me / JikanUnofficial MyAnimeList PHP+REST API which provides functions other than the official API
goodby / CsvGoodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supports mulitbyte input/output: for example, SJIS-win, EUC-JP and UTF-8. 3. Ready to Use for Enterprise Applications Goodby CSV is fully unit-tested. The library is stable and ready to be used in large projects like enterprise applications.
JBZoo / UtilsCollection of useful PHP functions, mini-classes, and snippets for every day.
ngfw / RecipeCollection of PHP Functions