Libraries tagged by class library
lgouttefange/beavor
16866 Downloads
Lightweight library to cast array/std classes (generally as a result fo an api response) to a DTO class
yocto/illuminate-database-softdeletes
116 Downloads
This library extends the illuminate/database of Laravel with classes for boolean soft deletes.
vcn/symfony-autofactory
4178 Downloads
Library that makes it possible to automatically register factory classes in the Symfony Service Container
unl/php-dwt-parser
5308 Downloads
A PHP library for parsing DWT files and turning them into PHP classes
sunaoka/aws-sdk-php-structures
72 Downloads
Library for converting AWS SDK for PHP parameters and results into typed classes
sqonk/phext-core
2299 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
socialengineers/soap-parser
3700 Downloads
A library that manually parses SOAP XML requests via the SimpleXMLElement class, allowing retrieval of called SOAP function and parameters.
shahmal1yev/gcollection
3458 Downloads
GenericCollection is a versatile PHP library that provides a type-safe collection class for managing various data types. Simplify your data management with intuitive methods and strong type constraints.
qubus/inheritance
404 Downloads
A library of traits that can be used in place of helper classes or god classes.
paytic/omnipay-common
6882 Downloads
Common classes for drivers extending ThePhpLeague Omnipay multi-payment processing library
particlebits/imap
55686 Downloads
PHP class to access an IMAP mailbox. Specifically uses the Laminas library and not the IMAP extension.
mouf/database.dbconnection
33083 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
mjohann/paginated-file-reader
170 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.
jandc/critical-css
11557 Downloads
Package wrapper and twig postprocessor class which uses the 'css from html extractor' library and twigwrapper to inject a document's head with critical css
ixnode/php-date-parser
780 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.