Libraries tagged by aire
aimeos/ai-admin-jsonadm
301231 Downloads
Aimeos JSON admin API for backend
arielcr/numero-a-letras
80871 Downloads
Convierte un número a su valor correspondiente en letras.
airmoi/filemaker
107691 Downloads
Rewritten FileMaker PHP-API
airmanbzh/php-html-generator
70380 Downloads
PHP html generator
adrenalinkin/doctrine-naming-strategy
116787 Downloads
Camel Case Doctrine ORM naming strategy
ares333/php-curl
22832 Downloads
The best php curl library.
wikimedia/cdb
894476 Downloads
Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.
vaimo/composer-changelogs
116621 Downloads
Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources
urbanairship/urbanairship
563744 Downloads
Urban Airship PHP Library
unisharp/laravel-settings
159076 Downloads
Persistent settings manager for laravel, translations are supported.
studocu/cacheable-entities
194654 Downloads
Cacheable entities are an abstraction layer to extract away cache-related responsibilities.
silverstripe/widgets
389272 Downloads
Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos. They normally display on the sidebar of your website.
niladam/filament-auto-logout
4722 Downloads
A filament plugin that auto logs out your users if they are idle.
msamgan/laravel-env-keys-checker
6924 Downloads
check if all the keys are available in all the .env files.
marcocesarato/sqlparser
33010 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.