Libraries tagged by lite library
drewlabs/support
334 Downloads
Utility library for creating common objects like value object, collection, action creator etc...
cristian100/stop-classes
731 Downloads
This library adds timed stop classes like stop-500, stop-750, stop-1000 and stop-1250.
gemorroj/linfo
102 Downloads
Library for parsing system information, like network/cpu/memory/usb/pci/sound cards/filesystems/raid array/ipmi/etc and php/web-servers/databases.
pensoft/laravel-authz
83 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.
casbin/hyperf-permission
2 Downloads
An authorization library that supports access control models like ACL, RBAC, ABAC in Hyperf.
zacharyrankin/sprocketeer
1414 Downloads
Sprocketeer is a PHP library for getting a simple list of files from a sprocket-like manifest.
wordpress-phoenix/wordpress-options-builder-class
4466 Downloads
Library that helps you setup theme or plugin options that store data in the database with just a line or two of code
tmciver/functional-php
1029 Downloads
A functional programming library that brings Haskell and Scala Cats like features to PHP.
tebru/executioner
1715 Downloads
Provides a library for handling PHP exceptions when you would like to retry execution.
svycka/sv-images
94 Downloads
Image manipulation library written in PHP, similar to cloud image processing services like Imgix and Cloudinary. This module simplifies image manipulation for Zend Framework 2
pyrello/sox-php
654 Downloads
SoX PHP is a PHP library that wraps the functionality of the Sound eXchange command line utility.
payherokenya/payhero-php
65 Downloads
This PHP client library enables easy interaction with the PayHero API, allowing developers to integrate PayHero's payment processing capabilities into their PHP applications. With this client, you can perform operations like checking wallet balances, topping up service wallets, initiating payments, and querying transaction statuses.To be able to generate API keys with Pay Hero to use our API services you need to create an account with us. Create an account using below link and verify your account to be able to proceed. Go To: https://app.payhero.co.ke
naviocean/laravel-nameparser
5544 Downloads
PHP library to split names into their respective components. Besides detecting first and last names, this library attempts to handle prefixes, suffixes, initials and compound last names like 'Von Fange'. It also normalizes prefixes (Mister -> Mr.) and fixes capitalization (JOHN SMITH -> John Smith).
moc/math
117 Downloads
Mathematical fitting library for PHP. Performs Linear and non-linear fitting of data. Includes classes for various Math used when fitting. Included a lot of linear algebra like Matrix and Vector algebra.
mjohann/paginated-file-reader
44 Downloads
A PHP library to read files page by page, supporting multiple formats like TXT, PDF, DOCX, and ODT. Each file type is handled by a dedicated reader class, all following a unified interface for seamless integration.