Libraries tagged by reading mode
php-standard-library/file
197318 Downloads
Typed file handles for reading and writing with write modes and advisory locking
places2be/locales
8940 Downloads
Handling country codes and language codes in an object-oriented way. Includes Enums for ISO 639-1, ISO 639-2, ISO 639-3, ISO 3166-1 Alpha-1, ISO 3166-1 Alpha-2, and ISO 3166-1 Numeric.
ruslanshigabutdinov/nativephp-color-scheme
28 Downloads
NativePHP Mobile plugin for reading and controlling the app color scheme.
patienceman/filtan
2983 Downloads
Filtan is Laravel Http QueryFilter package designed to simplify and enhance the process of filtering queries by reading http queries. It enables developers to apply filters to queries and customize the results based on dynamic http parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your request effortlessly.
net_bazzline/php_component_apache_server_status_parser
921 Downloads
php component to ease up reading and processing the apache server status (mod_status)
vilnisgr/env-editor
2 Downloads
Modern PHP 8.3 library for programmatically editing dotenv files. Preserve comments, formatting, and variable order while reading or writing .env files.
drupal-eca-recipe/eca_lib_0002
102 Downloads
Demonstrates how conditions are combined in ECA, where a successor link carries at most one condition and every combination is therefore built from the arrangement of links. The model shows the three idioms that follow from that constraint. An AND is chained through a pass-through action, an OR is drawn as several conditioned links into one target, and a nested combination composes the two into (A or B) and (C or D). It is driven entirely from the command line, reading three inputs from Drupal persistent state and reporting which of its three rules matched, so that changing one input and triggering again shows a different set of paths.
cronus/cronus
8624 Downloads
It creates model classes by reading the database tables.
pixelsushirobot/kirby-readingtime
30 Downloads
Estimates the reading time for any Kirby text field. Modernized for Kirby 3/4/5.
drupal-eca-recipe/eca_lib_0038
3 Downloads
Sends the article text to an AI chat model on presave and writes the structured answer into real node fields: SEO meta description, reading time, sentiment and Tags terms. Triggered by node entity presave, guarded so that each article is enriched only once. Includes the library's Article tags recipe, which provides the Article content type with its body and Tags fields and the Tags vocabulary. Requires the ai_integration_eca and eca_tamper contributed modules. After applying the recipe, select a chat model that supports structured output in the "Ask AI for structured enrichment data" action.
league/csv
198969629 Downloads
CSV data manipulation made easy in PHP
bakame/csv
83 Downloads
CSV data manipulation made easy in PHP
co-stack/logs
157297 Downloads
TYPO3 Logging API reading module and devlog extension in one
diswebru/phpexcel
11445 Downloads
PHP library for writing and reading files in EXCEL format. Modified to work on PHP 8.
tasmaniski/laminas-current-route
13213 Downloads
View Helper for reading current route info: Controller, Action, Module name