Libraries tagged by LIKE operator
konfirm/collection
40 Downloads
Uniform collection (array-like) operations
jbreeze/jbreeze
11 Downloads
This project provides powerful and flexible methods to manipulate JSON datasets. It allows you to perform common database-like operations on JSON data files or raw JSON strings, including filtering, selecting, inserting, updating, and deleting records, as well as sorting and handling nested data.
fiisoft/jackdaw-stream
11 Downloads
A unique library to provide stream-like operations on iterable data.
vizrex/laravel-db-utils
44 Downloads
This package provides command line utilities for database related operations like create, backup and restore.
nitricware/nwfileoperations
25 Downloads
Function collection for different file operations like completing a path or creating a file.
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.
mjohann/simple-rabbitmq
14 Downloads
Simple RabbitMQ is a PHP class that offers a clean and reusable abstraction for working with RabbitMQ. It simplifies the process of connecting to message queues and performing common operations like publishing messages, consuming queues, acknowledging deliveries, and managing exchanges and bindings — all without having to deal with the complexity of the underlying configuration.
luminee/esun
59 Downloads
Make ElasticSearch operation like SQL, build ORM for ElasticSearch
leandroip/modelclass
12 Downloads
A class to implement PHP Models and handle basic MySql operations like insert, select, update, delete and perform search by keywords.
fathkoc/php-textmagic
2 Downloads
A lightweight PHP library for basic text analysis operations like summarization, sentiment analysis, keyword extraction, and classification.
charm/vector
27 Downloads
A Vector implementation optimized for O(1) performance in operations like random access reads, pop(), push(), shift() and unshift().
tbureck/diversity-common
41 Downloads
Provides common functionality like basic math operations that are not covered by standard PHP.
ddruganov/php-transactional-filesystem
3 Downloads
Perform transactional file operations just like you would with a database
drnio/directus-v8-mailer
3 Downloads
A PHP mailer package with Directus-style templating. Provides easy-to-use methods for performing mail operations with Mustache-like templating.
wubi/active-rest
19 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.