Libraries tagged by flight
qbil-software/openexchangerates
128430 Downloads
OpenExchangeRates PHP client. Open Exchange Rates provides a simple, lightweight and portable JSON API with live and historical foreign exchange rates
popphp/popphp
10555 Downloads
Pop PHP Framework, a lightweight, robust PHP framework
platformsh/console-form
77562 Downloads
A lightweight Symfony Console form system.
phix/contractlib
32815 Downloads
ContractLib is a lightweight PHP library designed to help you write more robust PHP components by helping your components enforce programming contracts throughout your code
ph-7/qrcode-generator-php-class
13109 Downloads
Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP
pecee/pixie
25774 Downloads
Lightweight, fast query-builder for PHP based on Laravel Eloquent but with less overhead.
pear/config_lite
44080 Downloads
Lightweight package for ini style configuration/settings text files
pdeans/xml-builder
75727 Downloads
Simple and lightweight library to make generating XML a breeze.
nizsheanez/yii2-json-rpc
32403 Downloads
A lightweight JsonRpc Server and Client for PHP
morrislaptop/laravel-boot-maker
436701 Downloads
Partially boot Laravel for your lightning fast tests
modul-is/orm
15481 Downloads
Lightweight hybrid ORM/Explorer
mmamedov/page-cache
11912 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
milo/xml-rpc
196984 Downloads
Lightweight XML-RPC library.
mediawiki/sub-page-list
34105 Downloads
SubPageList is a lightweight extension to display lists of subpages
marcocesarato/sqlparser
35764 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.