Libraries tagged by inc
sebastian/object-reflector
644859640 Downloads
Allows reflection of object attributes, including inherited and non-public ones
symfony/serializer
257455199 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
composer/ca-bundle
303882893 Downloads
Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
incenteev/composer-parameter-handler
70676027 Downloads
Composer script handling your ignored parameter file
matthiasmullie/minify
24577658 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.
aws/aws-sdk-php-laravel
30108633 Downloads
A simple Laravel 6/7/8/9/10/11/12 service provider for including the AWS SDK for PHP.
spatie/data-transfer-object
23869705 Downloads
Data transfer objects with batteries included
infection/include-interceptor
18526302 Downloads
Stream Wrapper: Include Interceptor. Allows to replace included (autoloaded) file with another one.
rinvex/countries
5715618 Downloads
Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
phayes/geophp
8690221 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.
oneup/uploader-bundle
5582725 Downloads
This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
league/route
2377852 Downloads
Fast routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
laracasts/generators
6091861 Downloads
Advanced Laravel generators, that include schema information.
laminas/laminas-mvc
20346918 Downloads
Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
colinmollenhour/cache-backend-file
20172818 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.