Libraries tagged by fractions
encoredigitalgroup/stdlib
11668 Downloads
A collection of standard library classes and functions for PHP.
empaphy/usephul
10118 Downloads
Provides useful classes and functions that extend the standard functionality of PHP.
dsheiko/extras
3263 Downloads
Collection of chainable high-order functions to abstract and manipulate PHP types
doersf/bitcoin-php
19434 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
dmhendricks/wordpress-toolkit
7434 Downloads
A collection of helper classes and functions for WordPress plugins and themes.
digitoimistodude/air-helper
5485 Downloads
Plugin provides helpful functions and modifications for WordPress projects.
digitell/dlep-integration
138065 Downloads
Provides PHP integration functions for Digitell Live Events Platform
decodelabs/atlas
23996 Downloads
Easy filesystem and io functions
datalinx/gettext-context
19978 Downloads
Implementation of context functions for the PHP gettext extension
cspray/typiphy
12684 Downloads
A small library of value objects and functions for working with PHP's types.
coliving/awesome-helpers
6424 Downloads
Helper functions I find super-duper handy.
chr15k/laravel-mysql-encrypt
7840 Downloads
Laravel database encryption using native MySQL functions
chowjiawei/laravel-help-plugin
893 Downloads
Integrating useful auxiliary functions into laravel,Assistant tools based on laravel.
catchain/ton-address
6403 Downloads
Utility functions for working with TON blockchain addresses
calmohallag/nullable-casting
10454 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.