Libraries tagged by class library
jasperfw/core
150 Downloads
Common classes used in multiple places in the Jasper Framework and related libraries.
ivir3zam/phalcon-model-middleware
48 Downloads
This library is for connecting models in phalcon like UML Class Diagrams. merging two models and create one single model. this is an implementation of polymorphic relationship
israeldavidvm/name-helper
23 Downloads
Manage file names, responsive images, URLs and more with ease!The NameHelper repository offers you a complete library to simplify working with names in your application.The NameHelper class provides a collection of utility functions for working with image names, particularly in the context of generating responsive image URLs. It also includes auxiliary functions for manipulating file names and some special functions that allow the generation of urls specially designed for Laravel.I usually use this package with other packages created by me such as ImageCompressor and SmartImage.
inanepain/stdlib
98 Downloads
Common classes, tools and utilities used throughout the inanepain libraries.
igor/php-jwt-manager
22 Downloads
A class to decode, verify and generate tokens with the php-jwt library
ibrahimbougaoua/filament-trace
71 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
hotelmah/write-file
15 Downloads
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.
hirmeos/entity-fishing-php-wrapper
20 Downloads
This is a PHP library/wrapper of the NERD API. High level method calls that parse the JSON API response to PHP classes for ease of use.
harvyde/multisite
5 Downloads
a library for detecting sites / hosts and environments. This library can be useful to build a multisite. Multiple domains pointing to the same application. You can use this class anywhere in your application to serve content based on domain and environment site be being accessed.
gozoro/image
347 Downloads
A simple classes for image resizing and cropping. Used GD library.
gilbertsoft/typo3-gslib
81 Downloads
GS Library is a collection of utility functions, base classes and other templates for the usage in other extensions.
frsw-v/mpdf
31 Downloads
A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support. This is a fork of the official mPDF library.
flyingpiranhas/common
73 Downloads
The flyingpiranhas common library is the base of all other FP packages. It provides helpful classes and utilities used throughout other FP projects. . These utilities and classes are pretty useful in other regards, too.
fiisoft/phpexcel
16 Downloads
Some useful classes to manipulate Office Excel files with PHPExcel library.
emma/di
49 Downloads
A PHP 8.0+ Dependency Injection - Di - library. Easy to use and can Autowire any class/method/function. Similarly, you can autowire any config variables or values stored in the container.