Libraries tagged by CALLR
traderinteractive/memoize
73564 Downloads
A library for memoizing repeated function calls.
text/template
176032 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.
steevanb/php-backtrace
93852 Downloads
Nice debug_backtrace() dump, with call and code preview
smalot/magento-client
108798 Downloads
Magento API Client (SOAP v1). Allows wrappers for each call, dependency injections and code completion.
readdle/app-store-receipt-verification
84351 Downloads
Pure PHP App Store receipt parsing/validation/verification without API calls to App Store API.
permafrost-dev/php-code-search
120653 Downloads
Search PHP code for function & method calls, variable assignments, and more
ocramius/ocra-cached-view-resolver
84418 Downloads
Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls
nodejs-php-fallback/nodejs-php-fallback
368396 Downloads
Allow you to call node.js module or scripts throught PHP and call a fallback function if node.js is not available
mtdowling/supervisor-event
158400 Downloads
Wires callback functions to Supervisor events
julienbourdeau/route-usage
36598 Downloads
Log what routes were used and when. Easily figure out if one hasn't been called in a long time (and delete it! 🥳)
inpsyde/object-hooks-remover
22903 Downloads
Package to remove WordPress hook callbacks that uses object methods or closures.
gilbitron/php-simplecache
34438 Downloads
A simple script for caching 3rd party API calls in PHP.
dividebv/postnl
328168 Downloads
Library to connect to PostNL's SOAP service called CIF
cobweb/external_import
254421 Downloads
Tool for importing data from external sources into the TYPO3 database, using an extended TCA syntax. Provides a BE module, a Scheduler task, a command-line tool, imports via URI call (Reaction) and an API.
bytexr/filament-queueable-bulk-actions
16977 Downloads
This Filament plugin simplifies managing bulk operations asynchronously in a queue. It provides tracking and status updates for tasks, while supporting both action calls and job dispatches. Excellent for bulk data updates and tasks with Filament & Livewire support for real-time notifications.