Libraries tagged by PHP classes library
sqonk/phext-plotlib
564 Downloads
PlotLib is a wrapper class for the PHP charting library JPGraph for producing charts in bulk.
iamjohndev/phpencryption
6 Downloads
PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.
drewlabs/curl-client
1187 Downloads
Provides a PHP class around PHP curl object and Psr18 client based on the curl library
didslm/env
400 Downloads
A library which helps you load your environment variables into php classes.
apphostbd/laravel-fpdf
252 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
micro-module/value-object
1638 Downloads
A PHP library/collection of classes aimed immutable objects.
ddd-module/value-object
71 Downloads
A PHP library/collection of classes aimed immutable objects.
thoom/enhance
5 Downloads
PHP 5.3 classes used to enhance a Silex-based website. Loads several thoom/* libraries
lee/simple-container
3 Downloads
PHP library that reflect the specific classes
stratedge/wye
5134 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
stepansib/ldap
5697 Downloads
PHP LDAP library functionality packed in a simple class
sqonk/phext-datakit
174 Downloads
Datakit is a library that assists with data analysis and research. It includes classes for working with tables of data and deriving statistical information, importing those tables from file formats such as CSV, a class wrapper with statistical methods for PHP arrays, as well as memory efficient packed arrays.
xplicit-dev/mamopay
81 Downloads
The MamoPay PHP library provides convenient access to the MamoPay API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the MamoPay API.
oldpak/reflection
24 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
natitech/builder-generator
27 Downloads
PHP standalone library to generate a builder (pattern) from a class