Libraries tagged by php_uname
intouch/newrelic
4006614 Downloads
Namespaced Wrapper for NewRelic PHP Agent
atrox/haikunator
301514 Downloads
Generate Heroku-like random names to use in your php applications.
php-mock/php-mock-prophecy
548568 Downloads
Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.
optimaize/nameapi-client-php
142017 Downloads
PHP Client for the NameAPI Web Service
sameer-shelavale/php-countries-array
444596 Downloads
PHP class to get array of countries names with ISO_3166-1 alpha-2, alpha-3, numeric codes, ISD codes and continent
monovm/whois-php
8282 Downloads
This PHP package enables developers to retrieve domain registration information and check domain availability via socket protocol. It's a useful tool for web developers and domain name registrars.
wpify/scoper
81914 Downloads
Composer plugin that scopes WordPress and WooCommerce dependencies for usage in WordPress plugins and themes.
utopia-php/dsn
335296 Downloads
A simple library for parsing and managing Data Source Names ( DSNs )
novutec/whoisparser
1990441 Downloads
Lookup domain names, IP addresses and AS numbers by WHOIS.
mso/idna-convert
2282077 Downloads
A library for encoding and decoding internationalized domain names
mnapoli/phpdocreader
264015 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
lstrojny/phpunit-function-mocker
358777 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
vend/resque
189110 Downloads
Namespaced port of chrisbolton/php-resque, supports Predis, more DI
helgesverre/domain-availability
20747 Downloads
A PHP library for checking if a domain name is registered or not
marcocesarato/sqlparser
48549 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.