Libraries tagged by REMP
yahnis-elsts/plugin-update-checker
1114712 Downloads
A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.
willdurand/hateoas
14439328 Downloads
A PHP library to support implementing representations for HATEOAS REST web services
spatie/laravel-csp
6320240 Downloads
Add CSP headers to the responses of a Laravel app
slim/php-view
8576325 Downloads
Render PHP view scripts into a PSR-7 Response object.
sabre/http
12050761 Downloads
The sabre/http library provides utilities for dealing with http requests and responses.
rollbar/rollbar
20444270 Downloads
Monitors errors and exceptions and reports them to Rollbar
php-vcr/php-vcr
2616740 Downloads
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
nicolab/php-ftp-client
4139261 Downloads
A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.
nette/tester
6047563 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
ksubileau/color-thief-php
3125316 Downloads
Grabs the dominant color or a representative color palette from an image.
kartik-v/yii2-widget-select2
8444769 Downloads
Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).
johnkary/phpunit-speedtrap
32961711 Downloads
Find and report on slow tests in your PHPUnit test suite
ivaynberg/select2
423395 Downloads
Select2 is a jQuery based replacement for select boxes.
guzzlehttp/guzzle-services
8882437 Downloads
Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
dg/bypass-finals
18561700 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes