Libraries tagged by els
phpcfdi/sat-estado-retenciones
66 Downloads
Consulta el estado de un CFDI de Retenciones haciendo scrap del sitio del SAT
oscargalileo/liga3
35 Downloads
Microframework que facilita el uso de la base de datos y genera código HTML
notsoweb/api-response
94 Downloads
Respuesta para APIs con el estándar Jsend para PHP
nekoos-pood/bitwise-flag
1997 Downloads
Utility for handling bitwise operations | Utilidad para el manejo de operaciones bit a bit
nainlobato/rfc
1038 Downloads
Librería para calcular el Registro Federal de Contribuyentes en México (RFC)
mauricext4fs/php-redis
2885 Downloads
RedisController is a high performance PHP Redis client which implement some of the latest Redis functionalities. It is completely written in PHP and does not required anything else than PHP 5.4
leifermendez/laravel-paypal-subscription
10825 Downloads
Plugin especial para laravel el cual permite de forma facil el cobro de subscripcion con PAYPAL
kinedu/cfdi-catalog
0 Downloads
Librería para descargar el catálogo del Servicio de Administración Tributaria (SAT)
jf/log
402 Downloads
Sistema para el registro de información en flujos de salida.
ivansotelo/cfdistate
4 Downloads
Consulta el estado de un cfdi en el webservice del SAT
innoboxrr/laravel-auth
253 Downloads
Setup inicial para el proceso de autenticación con laravel
gdw/decryptsystemfield
667 Downloads
Módulo GDW para Magento 2, permite obtener el valor real de un campo encriptado.
eitol/colombian-cedula-reader
60 Downloads
Librería para leer el código PDF417 de las cedulas de ciudadania de Colombia
ecomac/echo-log
18 Downloads
EchoLog es un paquete para Laravel que monitorea el archivo de logs de tu aplicación y envía alertas cuando detecta errores repetitivos. Es ideal para mantener un seguimiento proactivo de fallos en producción mediante notificaciones por Discord y correo electrónico.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.