Libraries tagged by like php
tomflidr/tracy
1818 Downloads
😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
sukohi/wafu
1162 Downloads
PHP class that mainly developed for Laravel to provide Japan-Related data like week name, gender and so on.
newerton/image-workshop
39898 Downloads
Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)
ironer/base62shrink
104 Downloads
Simple javascript to perform LZW compression on longer structured or repetitive UTF8 data (like stringified JSON) to some universally web safe form. Simple PHP class for server side data processing.
eboreum/caster
2365 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
calmohallag/nullable-casting
6695 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.
askerakbar/checkpoint
59 Downloads
This Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity
swisnl/jsonapi
933 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
peekandpoke/php-types
2680 Downloads
Basic types for PHP like Enums, LocalDate etc...
tmciver/functional-php
1028 Downloads
A functional programming library that brings Haskell and Scala Cats like features to PHP.
marcojetson/php-decorators
6 Downloads
Python-like decorators for PHP
koddn/php-router
5 Downloads
Koddn PHP Router - simple router created for custom PHP Applications, CMS, REST API's with multiple callbacks, middleware
charm/util-phpencode
815 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.
kael-shipman/php-std-traits
1074 Downloads
An assortment of traits, exceptions and minor classes that help to implement standard PHP interfaces like ArrayAccess, Iterator, etc., as well as a few other useful features.
kcmerrill/phpwebunit
66 Downloads
A simpletest like visual for phpunit. Simple and easy to use!