Libraries tagged by DOE
nelexa/zip
8030692 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
tpyo/amazon-s3-php-class
1113938 Downloads
A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.
nutgram/nutgram
299938 Downloads
The Telegram bot library that doesn't drive you nuts
marc1706/fast-image-size
9530637 Downloads
fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.
jokkedk/webgrind
200588 Downloads
Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.
resty/resty
358044 Downloads
A simple PHP library for doing RESTful HTTP stuff. Does not require the curl extension
hbattat/verifyemail
140158 Downloads
PHP class that can be easily used to verify an email address and make sure it is valid and does exist on the mail server.
doesntmattr/mongodb-migrations-bundle
488369 Downloads
Symfony MongoDBMigrationsBundle
doesntmattr/mongodb-migrations
612922 Downloads
Managed Database Migrations for MongoDB
devture/mongodb-migrations-bundle
321902 Downloads
Symfony MongoDBMigrationsBundle
pearl/lumen-request-validate
401724 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class
blueways/bw-captcha
318486 Downloads
Captcha element with audio support for TYPO3 form components. The captcha generation does not rely on Google or third-party integrations.
b13/justincase
238026 Downloads
With incoming URLs, it does not matter if they are upper/lowercase, they just work.
aura/input
81387 Downloads
This package contains tools to describe and filter user inputs from an HTML form, including sub-forms/sub-fieldsets, fieldset collections, an interface for injecting custom filter systems, and CSRF protection. Note that this package does not include output functionality, although the "hints" provided by the Form object can be used with any presentation system to generate an HTML form.
anik/form-request
386870 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.