Libraries tagged by LIKE operator
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
8 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.
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
25 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
toolman/laravel-couchdb-eloquent
1 Downloads
CouchDB Eloquent ORM for Laravel - Provides Eloquent-like interface for CouchDB operations
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.
sequelone/local-file
10 Downloads
A small php library that adds some functions to operate on local files, like an efficient line count function.
lloople/php-credit-cards
3 Downloads
A PHP package to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm. It validates popular brands like Visa, Mastercard, American Express, etc.
oussemakhlifi/orm-package
1 Downloads
This a native php orm package that works with mysql it's main objectif is to facilitate the crud process in your application, contains all crud opreations like (insert, edit, update, delete, soft_delete) as well search operation
ngfw/webparser
7 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.