Libraries tagged by enot php
tpyo/amazon-s3-php-class
1034731 Downloads
A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.
chillerlan/php-settings-container
17409025 Downloads
A container class for immutable settings objects. Not a DI container.
silviolleite/laravelpwa
949565 Downloads
Looks like an app, feels like an app, but NOT an app.
wolfcast/browser-detection
818688 Downloads
The Wolfcast BrowserDetection PHP class facilitates the identification of the user's environment such as Web browser, version, platform family, platform version or if it's a mobile device or not.
hprose/hprose
203078 Downloads
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
aura/web
478388 Downloads
Provides web Request and Response objects for use by web controllers and actions. These are representations of the PHP web environment, not HTTP request and response objects proper.
friendsofsymfony1/doctrine1
411961 Downloads
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
resty/resty
307890 Downloads
A simple PHP library for doing RESTful HTTP stuff. Does not require the curl extension
roave/no-floaters
244268 Downloads
PHPStan Rules to Disallow Float proliferation in contexts where IEEE-754 rounding errors are not acceptable
php-cs-fixer/phpunit-constraint-isidenticalstring
658682 Downloads
Constraint for testing strings considering not-same line endings.
nodejs-php-fallback/nodejs-php-fallback
421469 Downloads
Allow you to call node.js module or scripts throught PHP and call a fallback function if node.js is not available
aman00323/emailchecker
50701 Downloads
Laravel package for checking email address is exist or not in real world
phpexiftool/exiftool
345825 Downloads
Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool
lochmueller/autoloader
345446 Downloads
Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.
ayesh/stateless-csrf
19352 Downloads
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.