Libraries tagged by ligght
qbil-software/openexchangerates
127050 Downloads
OpenExchangeRates PHP client. Open Exchange Rates provides a simple, lightweight and portable JSON API with live and historical foreign exchange rates
pyrocms/lex
24690 Downloads
A lightweight template parser.
pragmatic-modules/jslayout-parser
4744 Downloads
Lightweight PHP library that was created to make work with `$jsLayout` in Magento 2 less spaghetti, and more object-oriented.
popphp/popphp
10506 Downloads
Pop PHP Framework, a lightweight, robust PHP framework
platformsh/console-form
77469 Downloads
A lightweight Symfony Console form system.
phix/contractlib
32766 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
13034 Downloads
Light QRCode PHP class (library). QR Code Generator using vCard 4.0 and the Google Chart AP
pecee/pixie
25712 Downloads
Lightweight, fast query-builder for PHP based on Laravel Eloquent but with less overhead.
pear/config_lite
43971 Downloads
Lightweight package for ini style configuration/settings text files
pdeans/xml-builder
75118 Downloads
Simple and lightweight library to make generating XML a breeze.
nizsheanez/yii2-json-rpc
32346 Downloads
A lightweight JsonRpc Server and Client for PHP
mmamedov/page-cache
11878 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
196268 Downloads
Lightweight XML-RPC library.
mediawiki/sub-page-list
33998 Downloads
SubPageList is a lightweight extension to display lists of subpages
marcocesarato/sqlparser
35570 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.