Libraries tagged by remo
league/flysystem
711605276 Downloads
File storage abstraction for PHP
shipmonk/dead-code-detector
5015201 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
mrclay/minify
19538770 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
matthiasmullie/minify
35053273 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
dg/bypass-finals
31321264 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
nicolab/php-ftp-client
5728837 Downloads
A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.
consolidation/site-process
50507214 Downloads
A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.
consolidation/site-alias
54357812 Downloads
Manage alias records for local and remote sites.
symfony/remote-event
4234611 Downloads
Eases handling remote events
vaimo/composer-patches
4811627 Downloads
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.
scheb/tombstone
664657 Downloads
Dead code detection with tombstones for PHP
wp-cli/package-command
8844767 Downloads
Lists, installs, and removes WP-CLI packages.
symfony/ux-icons
8385790 Downloads
Renders local and remote SVG icons in your Twig templates.
spatie/laravel-directory-cleanup
1525517 Downloads
This package will remove the expired files from the given directories.
overblog/dataloader-php
4824668 Downloads
DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.