Libraries tagged by getx
pyaesoneaung/to-raw-sql
7046 Downloads
Get raw SQL from Laravel Query Builder
protomock/protomock
10367 Downloads
Mocking native PHP requests (file_get_contents(), ...)
pavlakis/slim-cli
81478 Downloads
Making a mock GET request through the CLI and enabling the same application entry point on CLI scripts.
outcompute/phpinfo
36100 Downloads
Get the output of phpinfo() as an array.
othercode/rest
29398 Downloads
Rest client to make GET, POST, PUT, DELETE, PATCH, etc calls.
nng/nnrestapi
71409 Downloads
A RESTful Api Extension for TYPO3. Sets TYPO3 up with everything you need to get your own REST Api up and running without headaches.
mzur/kirby-form
45737 Downloads
A form helper for Kirby-based websites, using the Post/Redirect/Get pattern.
mrsuh/php-var-sizeof
1479 Downloads
Provides functions for getting full size of any PHP variable
mpclarkson/icon-scraper
21787 Downloads
PHP Library to get the apple-touch-icons and favicon from a website.
mmikkel/cp-clearcache
62066 Downloads
Less clickin’ to get clearin’
mlocati/ci-info
101067 Downloads
Get informations about the current continuous integration environment
mitloshuk/hcaptcha
52768 Downloads
Library for hCaptcha, a service that protects websites from spam, protects user privacy, rewards websites, and helps companies get their data labeled
megastruktur/phone-country-codes
131841 Downloads
A simple library to get phone country codes.
mayoturis/properties-ini
96984 Downloads
Getting and setting configuration values in ini (or java .properties) files
marcocesarato/sqlparser
29039 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.