Search results for å…«å—\(
phploc/phploc
22151360 Downloads
A tool for quickly measuring the size of a PHP project
phayes/geophp
8177331 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.
patrickschur/language-detection
2227937 Downloads
A language detection library for PHP. Detects the language from a given text string.
nicmart/tree
13623317 Downloads
A basic but flexible php tree data structure and a fluent tree builder implementation.
nelexa/zip
5710703 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.
moxiecode/plupload
443644 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.
mollie/mollie-api-php
9786392 Downloads
Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.
maknz/slack
10989905 Downloads
A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
kevinrob/guzzle-cache-middleware
13261495 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
hollodotme/fast-cgi-client
16383965 Downloads
A PHP fast CGI client to send requests (a)synchronously to PHP-FPM.
graylog2/gelf-php
31930715 Downloads
A php implementation to send log-messages to a GELF compatible backend like Graylog2.
eventsauce/eventsauce
1397889 Downloads
A pragmatic event sourcing library for PHP with a focus on developer experience.
datatables/datatables
1280907 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.
consolidation/site-process
35049184 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.
colinmollenhour/cache-backend-file
19181641 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.