Libraries tagged by settings api
phrase/phrase-php
241403 Downloads
Phrase Strings API Reference. Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.
cortexphp/json-repair
7992 Downloads
Repair invalid JSON strings by fixing common syntax errors like single quotes, unquoted keys, trailing commas, and missing brackets. Perfect for parsing LLM outputs and malformed API responses.
php-xapi/serializer
72756 Downloads
transform Experience API model objects to JSON strings and vice versa
onemustcode/query
27791 Downloads
It simply transforms the given filters, sortings and paging to a Doctrine or Eloquent query. Handy for interal usage or it can be used for API's.
formatphp/formatphp
900 Downloads
Internationalize PHP apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.
php-xapi/symfony-serializer
37496 Downloads
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
square1/laravel-mpp
51 Downloads
Charge AI agents per request from any Laravel route using the Machine Payments Protocol (MPP), settling over Stripe Shared Payment Tokens or Tempo on-chain stablecoins. Tag routes via middleware or a #[RequiresPayment] attribute.
estaheri/json
1385 Downloads
An easy way for using json encoded strings in php
sevenecks/ansi
6722 Downloads
This package offers an API to colorize strings of text with various ANSI colors using static methods.
elgentos/magento2-untranslated-strings
5 Downloads
Detects untranslated strings at runtime, reports them in an admin grid and translates them with Claude (Anthropic API) through the message queue.
plazzag/polario-sdk-php
139 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
gabrieljmj/translator
21 Downloads
Translator to strings using APIs or other things
subhashladumor/laravel-helperbox
30 Downloads
Laravel HelperBox packs 600+ advanced helpers - SQL optimization, caching, APIs, AI tools, arrays, strings, Blade & model utilities. ?? Save time, boost performance & simplify coding for every project, from startups to enterprise.
hakre/dropbox-uploader
156342 Downloads
Upload files or strings to Dropbox without the Dropbox API
mpclarkson/stringy
2140 Downloads
A PHP Library that provides a consistent api for object oriented manipulation of strings.