Libraries tagged by Klasse
natecollins/nofus
1741 Downloads
Nate's One-File Utilities Stash: Simple Single-use Classes for Common Tasks
mvccore/ext-model-db
514 Downloads
MvcCore - Extension - Model - Database - base model database extension with base and abstract classes and interfaces to work with sql queries in more comfortable API.
mvccore/ext-form
4053 Downloads
MvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
mouf/utils.value.common-value
107913 Downloads
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
mouf/utils.mailer.mail-interface
46960 Downloads
This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.
mouf/utils.common.mouf-helpers
46737 Downloads
This package contains a set of utility classes that will help you build UI for Mouf. This is mostly useful for package builders if they want to provide advanced UI, etc....
mouf/utils.common.formatters
33153 Downloads
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.
mouf/javascript.jquery.jquery-validate
19099 Downloads
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.
mouf/database.querywriter
30550 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
mouf/database.doctrine-orm-wrapper
5222 Downloads
This package contains wrapper classes that make Doctrine ORM easy to use in Mouf
mouf/database.doctrine-dbal-wrapper
109726 Downloads
This package contains wrapper classes that make Doctrine DBAL easy to use in Mouf
mostka/phptojs
830 Downloads
Php to JS converter convert PHP code into JavaScript. Support Classes, namespaces, inheritance and more.
morningtrain/php-loader
2758 Downloads
A class for loading PHP files and classes in a PSR-4 directory
mmedia/classcontroller
6139 Downloads
A controller that can take standard PHP classes and convert them to controller methods with auto validation.
mle86/value
6368 Downloads
A base class for immutable single-value-wrapper classes