mouf/utils.common.validators
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
时间:2012-11-23 13:28
mouf/utils.common.formatters
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
时间:2012-11-22 09:29
strategystar/padcrypt
String padding library that supports ANSI X.923, ISO 10126, PKCS5, PKCS7, Zero Padding, and Bit Padding
时间:2012-11-15 16:50
entea/silex-twig-simple-asset-extension
Simple twig asset function for Silex
时间:2012-11-13 15:14
sgrodzicki/phpbrowscap
Standalone replacement for php's native get_browser() function
时间:2012-11-06 08:45
mouf/utils.log.errorlog_logger
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
时间:2012-10-16 15:02
jstayton/miner
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
时间:2012-09-17 12:04
foolz/inet
A PHP implementation of decimal IPs. Converts IPs from presentation to decimal and viceversa. Very useful to store IPs in database as numbers instead of string, in example in a decimal(39,0) column.
时间:2012-09-15 11:15
gossi/ldap
A class collection to encapsulate php ldap function and work with them in a nicer (and oop) way.
时间:2012-04-07 15:19
nrk/pbkdf2-service-provider
Password-Based Key Derivation Function (PBKDF2) service provider for the Silex microframework
时间:2012-04-01 10:31
r1pp3rj4ck/twigstringbundle
Renders strings instead of files with Twig
时间:2012-03-28 10:44
miguelcolmenares/cf7-stubs
Contact Form 7 function and class declaration stubs for static analysis
时间:未知