Libraries tagged by va
php-di/phpdoc-reader
27245847 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
phayes/geophp
8591755 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.
mollie/mollie-api-php
10755518 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.
kartik-v/yii2-grid
5862143 Downloads
Yii 2 GridView on steroids. Various enhancements and utilities for the Yii 2.0 GridView widget.
greenlion/php-sql-parser
9528702 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
globalcitizen/php-iban
7626285 Downloads
php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.
colinmollenhour/credis
35215197 Downloads
Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.
coduo/php-to-string
10532946 Downloads
Simple library that converts PHP value into strings
coduo/php-matcher
10459018 Downloads
PHP Matcher enables you to match values with patterns
codeception/module-asserts
41081403 Downloads
Codeception module containing various assertions
aura/sql
2019302 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
theseer/fdomdocument
40912803 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.
google/crc32
50943123 Downloads
Various CRC32 implementations
zytzagoo/smtp-validate-email
762300 Downloads
Perform email address verification via SMTP
wendelladriel/laravel-validated-dto
352845 Downloads
Data Transfer Objects with validation for Laravel applications