Libraries tagged by live php
mordisacks/localstorage
374 Downloads
like html5 local storage but for php.
kohkimakimoto/workerphp
3597 Downloads
A PHP micro job scheduler framework like cron.
filp/nod
85 Downloads
Notifications in PHP (notify-send, growl, etc) like that.
paulus/paulus
43818 Downloads
A PHP micro-framework (well, more like a "mini" framework) for creating RESTful API services quickly and efficiently.
azolee/validator
14 Downloads
A Laravel like framework agnostic Validation package for PHP8.2
rakit/console
665 Downloads
PHP Simple Library to Create Command Line Interface Application
phastlight/phastlight
120 Downloads
Phastlight -- Asynchronous, event-driven command line tool and web server written in PHP 5.3+ inspired by Node.js
jrglasgow/c2patool
681 Downloads
PHP Wrapper for the c2patool command line utility found at https://github.com/contentauth/c2patool
eftec/clione
1968 Downloads
A generator of command line (CLI) for Windows and Linux using PHP
webino/tracy
7440 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.
tomflidr/tracy
1813 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
1161 Downloads
PHP class that mainly developed for Laravel to provide Japan-Related data like week name, gender and so on.
newerton/image-workshop
39843 Downloads
Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)
ironer/base62shrink
103 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
2251 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.