Libraries tagged by php info
oanhnn/laravel-logzio
57975 Downloads
Integrate Logz.io into PHP and Laravel 5.6+ Application
edisonlabs/gherphalizer
1354888 Downloads
Provides a composer plugin that finds and transforms Gherkin files into PHP classes.
greencape/xml-converter
51745 Downloads
A PHP XML parser and compiler that provides an easy way to convert XML into native PHP arrays and back again. No dependencies on external libraries or extensions.
googlechromelabs/third-party-capital
48 Downloads
This package is a collection of classes and utilities that can be used to efficiently load third-party libraries into your PHP application.
malenki/ansi
43586 Downloads
Simple class to put some colors into your CLI PHP apps!
deefour/transformer
47176 Downloads
Transform raw input data into consistent, immutable PHP objects
worksome/html2text
226818 Downloads
A PHP script to convert HTML into a plain text format
ozh/bookmarkletgen
20024 Downloads
PHP class to convert JS into valid bookmarklet links
muhammadhuzaifa/laravel-pulse-guzzle-recorder
17778 Downloads
Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.
northys/css-inliner
13661 Downloads
PHP Library that converts css file into html inline styles.
blackfireio/blackfire-symfony-meta
116743 Downloads
A PHP package to easily integrate Blackfire into a Symfony application
andrewgjohnson/linebreaks4imagettftext
46699 Downloads
linebreaks4imagettftext is a function to automatically insert line breaks into your text while using PHP's imagettftext function
tiime/factur-x
222930 Downloads
PHP library to manage your Factur-X (PDF invoices files)
naucon/breadcrumbs
21167 Downloads
The breadcrumb package helps to integrate a common breadcrumb navigation into a web application. The package includes two components: A breadcrumbs class to add breadcrumb elements and a breadcrumbs helper to render html markup in php or smarty templates.
marcocesarato/sqlparser
36526 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.