Libraries tagged by precio
redchamps/module-tax-rounding-fix
8 Downloads
Change tax round precision from 2 to 4 in a Magento 2 store
rcs_us/framework_core
17 Downloads
PHP implementation of Qt's signals/slots. This release is for 5.3+ & 7+ as there are namespaces. Please see other version for previous version without namespaces
rbs1518/selifa-core
6 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
radekb/propel-modified-value-behavior
74871 Downloads
Propel behavior for Access previous value of field after called setter method
prgtw/propel-modified-value-behavior
2 Downloads
Propel behavior for Access previous value of field after called setter method
pluggto/php-sigep
10 Downloads
Integração com Web Service do Correios. Gera etiquetas, consulta preços e prazos, imprime etiquetas e PLP, etc.
open-core/router
110 Downloads
PSR-15 compliant fast Router Middleware based on precompiled searching tree
onemoreahmad/laravel-easy-metrics
2 Downloads
Generate metrics with ease and precision.
ofcold/numeric-component
16 Downloads
A high-precision digital processor
nimdevelopment/formbuilder
7 Downloads
Php form precompiler
nickolasburr/floatcmp
18 Downloads
Compare floating-point numbers with optional precision.
net_bazzline/classmap_generator
57 Downloads
php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file
nephifey/cron-expression
11 Downloads
Cron expression parser to get the previous run date, next run date, and determine if the expression is due to run based on the next run date.
mpd/util-strint-cmp
4 Downloads
Library to compare large integers with arbitrary precisions, provides own pure php implementation, but can also use bcmath or GMP on background when available