Libraries tagged by operating
jlorente/laravel-credit-cards
28153 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
iyogesharma/datatable-laravel
477 Downloads
package to help in handling both server and client side datatable.js operations
herzult/simple-php-easy-plus
33 Downloads
A simple, pragmatic numeric operation api written in PHP. It does addition.
glowy/strings
3227 Downloads
Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
glowy/arrays
3024 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
florianwolters/component-util-reflection
172634 Downloads
Provides operations for the PHP Reflection API as a PHP component.
florianwolters/component-core-stringutils
193954 Downloads
Offers operations on the data type string as a PHP component.
elementaryframework/streams
31085 Downloads
Shared project for streams operations across the framework
duncanmcclean/guest-entries
3070 Downloads
Perform CRUD operations in the front-end of your site.
dmamontov/asynctask-7
12600 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
demi/php-timelog
31709 Downloads
PHP timer for long-time operations
datatables.net/datatables.net-rowreorder
3551 Downloads
RowReorder adds end user reordering of rows in a DataTable through click-and-drag mouse and touch operations. RowReorder provides full support for Editor allowing end users to update sequential information in a fast and easy manner. This is RowReorder for DataTables
cubeta/cubeta-starter
619 Downloads
Cubeta-Starter: A developer's Swiss army knife for seamless CRUD operations. Choose between core integration or dev dependency. Enjoy a user-friendly GUI for code generation, enhancing your development workflow. Say goodbye to repetition, embrace productivity with Cubeta-Starter!
ctw/ctw-http
104809 Downloads
This package provides utility classes and constants to facilitate common operations of PSR-7 and a group of exceptions which represent HTTP status codes.
bmdevel/php-index
38255 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.