Libraries tagged by DOE
divante-ltd/pimcore-mysql-object-search
3651 Downloads
Similar to Pimcore's Advanced Object Search, but does not need Elasticsearch
devmarketer/laramongo
31 Downloads
A wrapper for MongoDB's PHP Library for Use in Laravel. Enabling access to native methods of the Mongo PHP Library under the Mongo facade in Laravel. This package also extends the Mongo PHP library by enabling Mongo commands that the native PHP library doesn't support, such as GeoSpatial commands.
dastanaron/yii2-dropzone-widget
928 Downloads
A widget that uses the well known dropzone library for convenient file uploads. Does not throw scripts into the body of html, connects from its controller
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
codememory/reflection
118 Downloads
The library is similar to the built-in API class Reflection, but the only difference is that this library caches the entire result and does not work with the built-in Reflection in the future, which improves performance
bootpress/blog
740 Downloads
A flat file Blog and CMS that doesn't skimp on features, and can be utilized in any website.
blesta/amazon-s3-php-class
370 Downloads
A standalone Amazon S3 (REST) client for PHP 7.2.x using CURL that does not require PEAR.
bbrody/form-request
409 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
avokicchi/login-manager
71 Downloads
Drop-in PHP login module that's database agnostic, doesn't require any libraries, and supports remember-me functionality.
avalynx/avalynx-select
53 Downloads
AvalynxSelect is a lightweight, customizable select dropdown component for web applications. It is designed to be used with Bootstrap version 5.3 or higher and does not require any framework dependencies.
alibori/laravel-file-generator
331 Downloads
Package to create custom files that doesn't have default stub.
albertcht/lumen-form-request
14861 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
aheissenberger/foundation
317 Downloads
This package does not include the framework. It requires and automatical installs the official framework composer package from zurb and provides command line tools to setup foundation for development with laravel 4 and compass.
snider/php-notify-my-android
57 Downloads
PHP library for NotifyMyAndroid.com which does not require cURL
rovangju/webgrind
1550 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. This repo is actively maintained.