Libraries tagged by maximkou
maximo-perez-villalba/framework-http
33 Downloads
El componente implementa una simple arquitectura HTTP en PHP con fines pedagógicos.
maximo-perez-villalba/framework-environment
55 Downloads
El componente implementa una arquitectura liviana de control del ambiente de ejecución PHP, con fines pedagógicos.
maximo-perez-villalba/framework-dao-db
6 Downloads
Extensión de framework-dao para base de datos a través de PDO.
maximo-perez-villalba/framework-dao
10 Downloads
El proyecto implementa un framework liviano de persistencia orientado a objectos escrito en PHP. El framework esta basado en el patrón de diseño DAO (Data Access Object) y aunque su principal fin es pedagógico, el framework es completamente funcional.
maximo-perez-villalba/class-properties-reader
4 Downloads
La clase lee vía reflexión todos las propiedades de una clase incluyendo las propiedades privadas de su jerarquía.
maximgubar/sf-router-4
9 Downloads
maximgubar/hippo-email-validator
5664 Downloads
Library for validating email address with emailhippo service
trendyminds/uplimiter
9 Downloads
Easily define the maximum file upload size per user group in Craft CMS
sukohi/group-wise-filter
13 Downloads
A Laravel package to get row(s) with the group-wise maximum or minimum.
spatial/doctrine
389 Downloads
Spatial is a MulitApi Clean Architectre Framework. Its Doctrine ORM for maximum performances and security.
serdartaylan/omnipay-paytr
76 Downloads
PayTR iFrame (Bonus, World, Axess, Cardfinans, Maximum, AsyaCard, Paraf sanal pos) gateway for Omnipay payment processing library
sbolch/max-upload-file-size
178 Downloads
Gets maximum of upload file size.
patrick-blom/article-limit-per-order
9 Downloads
This module extends the article structure with the maximum order amount of a single article. This amount can not be exceeded per order.
nickvergessen/phpbb-tool-trimmessage
8644 Downloads
This tool contains a class, that is able to trim a message from the phpbb message_parser to a maximum length without breaking the bbcodes/smilies and links.
milantex/tpc
13 Downloads
This project provides a mechanism to specify types for class properties. Also, property types have additional parameters, such as the regular expression pattern for strings, minimum and maximum value for integers etc. The special setter method handles type checking and will set the given value only if it is valid for the given type and its additional parameters. Check the documentation for an example.