Libraries tagged by functional test
eftec/mapache-commons
2882 Downloads
It's a set of useful functions for PHP. The name is a pun.
bnza/spgsp
703 Downloads
Doctrine2 simple support for spatial types and functions
tinyphp-function/replace_accents
26 Downloads
Reemplaza las tildes de un texto
estaleiroweb/tabela_periodica
0 Downloads
Tabela Periodica Funcional
texthtml/result-option
3 Downloads
Result and Option type for your functions returned values.
tekton/support
157 Downloads
The support project is a collection of utility functions and classes/traits that can be reused in other projects.
bentools/sqldates
81 Downloads
Magic __toString() functions on DateTime objects, for use in SQL statements.
guywarner/laravel-singlestore-fulltext
4360 Downloads
Package to use SingleStore DB's match() function for full text search adding Model::match()->get() to Models
emeraldinspirations/lib-valueobject-dateinterval
18 Downloads
A value object for periods of time (e.x. 1 year). Adds toString() and equals() functions to \DateInterval object.
sultann/wp-addtextdomain
16 Downloads
A Composer package to automatically replace text domains in WordPress gettext functions
ybagheri/strfun
327 Downloads
This is a handy little function to strip out a string between two specified pieces of text. This could be used to parse XML text, bbCode, or any other delimited code/text for that matter. based on justin-cook convert Persian/Arabic numbers to English numbers and vice versa
x-adam/tr-string
1072 Downloads
It provides auxiliary functions to solve the problem of Turkish characters when converting text to lowercase and uppercase in php.
netkod-bilisim/tr-string
119 Downloads
It provides functions to help with the problem of converting Turkish text to uppercase and lowercase in PHP.
maximo-perez-villalba/framework-dao
12 Downloads
El proyecto implementa un framework liviano de persistencia orientado a objectos escrito en PHP. El framework esta basado en el patrón de diseño DAO (Data Access Object) y aunque su principal fin es pedagógico, el framework es completamente funcional.
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