Libraries tagged by it
yahnis-elsts/plugin-update-checker
1077057 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.
spipu/html2pdf
8992951 Downloads
Html2Pdf is a HTML to PDF converter written in PHP - It uses TCPDF - OFFICIAL PACKAGE
spaze/phpstan-disallowed-calls
12223896 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
scrivo/highlight.php
31489452 Downloads
Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js
phing/phing
19020970 Downloads
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
phayes/geophp
8309408 Downloads
GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
paquettg/php-html-parser
6852223 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
nelexa/zip
5827696 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.
mpociot/vat-calculator
2915173 Downloads
EU VAT calculation, the way it should be.
moxiecode/plupload
454286 Downloads
Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.
kevinrob/guzzle-cache-middleware
13551462 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
easyrdf/easyrdf
29206708 Downloads
EasyRdf is a PHP library designed to make it easy to consume and produce RDF.
datatables/datatables
1293002 Downloads
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
colinmollenhour/cache-backend-file
19450140 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
videlalvaro/php-amqplib
6765142 Downloads
Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.