Libraries tagged by like php
eboreum/exceptional
4416 Downloads
Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear as e.g. "******" in the resulting text.
e-butik/gittern
4699 Downloads
A Git library written in pure PHP. Making Git like music for PHP's ears.
ijortengab/parse-html
4719 Downloads
ParseHTML is PHP library working like jQuery, give you an easy way to get any information from text html.
bitandblack/helpers
10707 Downloads
Useful methods for PHP you may like.
bit3/string-builder
2905 Downloads
Java like StringBuilder implementation for PHP
pharen/pharen
36 Downloads
Pharen is a compiler that takes a Lisp-like language and turns it into PHP code.
mordisacks/localstorage
518 Downloads
like html5 local storage but for php.
filp/nod
87 Downloads
Notifications in PHP (notify-send, growl, etc) like that.
sukohi/wafu
1338 Downloads
PHP class that mainly developed for Laravel to provide Japan-Related data like week name, gender and so on.
piedweb/rison
371 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
michaeldrennen/local-file
21520 Downloads
A small php library that adds some functions to operate on local files, like an efficient line count function.
jeffersongoncalves/filament-check-whois-widget
12 Downloads
The Filament Check Whois Widget is a package for the Filament PHP framework that allows you to easily check the WHOIS information for domains. It integrates seamlessly with Filament's AdminPanel, providing a clean and user-friendly interface. The widget fetches WHOIS data using an external API (requiring an API key), displaying key details like registrant information, registration date, and expiry date. Configuration options allow for customization of the widget's appearance and behavior, such as setting the number of domains displayed per row, the column span, and whether to show a title. This simplifies the process of obtaining crucial domain information within your Filament application.
eboreum/caster
4776 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.
swisnl/jsonapi
934 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
mediawiki/php-session-serializer
39 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION