Libraries tagged by orcons
chamamme/noquery
38 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
mouf/utils.common.conditioninterface
482237 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.
rogerthomas84/ohconsole
1313 Downloads
OhConsole PHP CLI
district5/cli
3 Downloads
Easy to use CLI driven PHP applications.
orionstar/bad-word-filter
59 Downloads
Dependency free PHP bad word filtering. Checks for the existence of a bad word in a string or array.