Libraries tagged by user function
hejunjie/utils
8407 Downloads
一个零碎但实用的 PHP 工具函数集合库。包含文件、字符串、数组、网络请求等常用函数的工具类集合,提升开发效率,适用于日常 PHP 项目辅助功能 | A lightweight and practical PHP utility library that offers a collection of commonly used helper functions for files, strings, arrays, and HTTP requests—designed to streamline development and support everyday PHP projects.
propaganistas/laravel-intl
346488 Downloads
Easy to use internationalization functions for Laravel
fusonic/framework-bundle
5686 Downloads
Opinionated collection of classes and functionalities used throughout Fusonic's Symfony projects
commerce365/module-core
39185 Downloads
Commerce 365 for Magento - Core functionality used by all our Magento 2 extensions
zendtech/polyfill-mb-ereg
4156 Downloads
Polyfill for mb_ereg(), mb_eregi(), mb_ereg_match(), and mb_ereg_replace*() functions; primary use case is for mbstring on Windows 7.4+
magentron/password_exposed
6901 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach. (forked from mstaab/password_exposed)
javaabu/helpers
18978 Downloads
Laravel helper functions for use in everywhere on a project
freerkminnema/synchronized
4390 Downloads
A Laravel package that provides a `synchronized` function that uses atomic locks to prevent a critical section of code from running in parallel across multiple requests.
zetacomponents/template-translation-tiein
29845 Downloads
Provides functionality to use translations inside templates.
yurunsoft/doctrine-annotations
151791 Downloads
PHP Doctrine DocBlock Annotations Parser library that lets you parse structured data out of PHP docblocks for use with other functionality.
demos-europe/edt-extra
25233 Downloads
Extension for edt-queries containing various convenience and use-case specific functionality.
marshmallow/helpers
26160 Downloads
A package containing all the helper function we can use throughout all our projects
zetacomponents/graph-database-tiein
7467 Downloads
The GraphDatabaseTiein provides functionality to directly use PDO statements as basis for ezcGraph Datasets.
aza/math
22510 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
phpexperts/laravel-env-polyfill
50875 Downloads
Use Laravel's pre-5.8 env() function in your non-Laravel projects.