Libraries tagged by data procesosr
brukeo/module-color-attribute-manager
202 Downloads
Manager for importing and processing color attribute data.
vairogs/functions
7 Downloads
A comprehensive collection of PHP utility functions and helpers for various tasks including date manipulation, web operations, text processing, and more
leonid74/helpers-php
65 Downloads
Helper classes for processing all types of data
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
nilportugues/seo-imagehandler
4692 Downloads
This PHP class that extracts image tags from HTML code and allows keeping a record of the processed images in a data structure such as a database, creating an abstraction layer that allows the user handle its web application images. The main reasons you would do this are saving up disk space and SEO.
gbv/jskos-rdf
161 Downloads
PHP library to process JSKOS and RDF data
ezkimo/xslt-template-engine
2 Downloads
A simple XSLT view renderer processing XSL templates with XML data
perry-rylance/split-batch
8 Downloads
This library provides a means to do large batch processing when unix cron jobs aren't necessarily available. This is useful when you need to process a large amount of data, or carry out a time consuming task, where cron isn't available, such as on low tiered shared hosting.
oxid-esales/eshop-demodata-installer
10802 Downloads
This tool is used to copy pictures from demo data repository to OXID eShop, during setup process.
forexapi/client
23 Downloads
Library for consuming the ForexAPI. Ideal for those in the financial or e-commerce sectors, this client simplifies the process of incorporating real-time forex data into various PHP-based projects.
dd/evolutioncms-snippets-ddgetmultiplefield
2 Downloads
A snippet for processing, manipulations and custom output structured data (JSON or separated by delimiters strings).
chikolokoy08/dengine
13 Downloads
Dengine - Datatable Helper for Laravel. Built to have a better integration, data clean-up and optimisation of datatable server side data. This is an alternative server side processing implementation to match the [DataTables](https://datatables.net/manual/server-side) Library.
webservco/icarsoft
8 Downloads
Utilities for processing iCarsoft car diagnostic tool log files data.
vklymniuk/dto-mapper
6094 Downloads
Data mapper library, uses code generator for objects processing.
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions