Libraries tagged by PHP classes library
jeroenrnl/zfwk
5 Downloads
The Z Framework or zFwk is a framework that aims to be a complete set of base libraries to build a PHP application but without dicating the architecture of your application. The Z Framework is derived from Zoph, one of the oldest still actively developed PHP projects. The Z Framework currently consist of a database query builder, a templating engine, a configuration enginge and few generic classes. The Z Framework is in it's infancy and should not be used in production. If you want to consider using it, please let me know.
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.
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.
drewlabs/libman
356 Downloads
Libman package is a small PHP utility library used in installing, creating business specific class instance using configuration based approach
apetitpa/card-factory
7 Downloads
CardFactory is a PHP library designed to simplify the creation and management of card decks for card games. It provides an organized and extensible structure with classes and enumerations for cards, suits, values, and decks, making it easy to build and manipulate card decks in a variety of game scenarios.
ahmobin/laravel-service-kit
14 Downloads
Laravel Service Kit is a PHP library that creates services, interfaces and repository class files.
etg24/captcha
151 Downloads
Service, ViewHelper and Validator classes for TYPO3 Flow in order to easily implement a captcha validation. Based on gregwar's captcha library for PHP.
cleentfaar/resolver
21 Downloads
A PHP library to ease the use of Symfony's OptionsResolver component for configuring classes