Libraries tagged by function call
underwear/llm-wrapper
79 Downloads
A fluent PHP wrapper for LLM APIs with function calling support
ndinhbang/laravel-gemini
1 Downloads
A production-ready Laravel package to integrate with the Google Gemini API. Supports text, image, video, audio, long-context, structured output, files, caching, function-calling and understanding capabilities.
focusbp/openai-response-php
2 Downloads
OpenAI Responses API helper for PHP with function calling and vector store sync.
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.
medz/filesystem
1335 Downloads
Static call function Illuminate Filesystem Component.
johncube/deepl
7 Downloads
this package contain function which calls deepl api in order to translate your text. It takes 4 arguments. key - your deepl api key. text - string which you want to translate or array of strings. target_lang - languague into which you want to translate. source_lang (optional) - source language. By default deepl will try to detect language by itself
bytefreak/php-utils
1312 Downloads
Some little php helper functions, like array_strip, array_merge_recursive_simple, array_call_method, array_call_function, array_create_hash, array_create_simple_hash, array_group, array_set_value, array_get_by_keypath, array_set_by_keypath, array_sort_by_column, str_begins_with, str_ends_with and debug_break.
ttbooking/circle-of-hell
69 Downloads
Recursion depth determinator for calling function
schnittstabil/array_some
113 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.
piotrpress/dynamic-format
150 Downloads
This WordPress plugin adds a dynamic format which renders an output of a selected php callback function added via a filter hook.
piotrpress/dynamic-block
151 Downloads
This WordPress plugin adds a dynamic block which renders an output of a selected php callback function added via a filter hook.
piotrek-r/worker
8 Downloads
A simple worker implementation to loop a callback function until one of the defined conditions is met
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
jinnguyen/puja-error
43 Downloads
Puja-Error are the handler layers, that handle all fatal exceptions/errors ( include fatal errors) from PHP application. Support callback function
emeraldinspirations/lib-createconstructcallable
13 Downloads
Returns an anonymous callable function referencing the constructor of a class