Libraries tagged by PHP classes library
jackiedo/path-helper
195633 Downloads
Helper class for working with local paths in PHP
agorlov/discordmsg
50060 Downloads
Little class to send Discord message
curiosity26/odataquery
48853 Downloads
A library of PHP Classes that allow for OData queries to be easily built and extended for appending to a URL Request to an API supporting OData server-side.
ytake/valueobjects
85104 Downloads
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.(temporary package)
mimmi20/wurflcache
472455 Downloads
the Cache Classes for the Wurfl PHP Library for PHP 5.3
tonicospinelli/class-generation
20475 Downloads
Library to create Php Class files
ozanhazer/php-htpasswd
7325 Downloads
A lightweight - single class - library to read and write htpasswd. You can add or delete users or you can update their passwords...
pensiero/php-openssl-cryptor
58007 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
lodev09/bootstrap-php
8855 Downloads
A highly extendable PHP library that generate and prints html for bootstrap.
docnet/php-dbal
17396 Downloads
A library which wraps mysqli into a fluent, easy-to-use set of classes.
xajax/xajax
10599 Downloads
Xajax is an open source PHP class library for easily creating powerful PHP-driven, web-based Ajax Applications. Using Xajax, you can asynchronously call PHP functions and update the content of your your webpage without reloading the page.
belhard/xajax
19090 Downloads
Xajax is an open source PHP class library for easily creating powerful PHP-driven, web-based Ajax Applications. Using Xajax, you can asynchronously call PHP functions and update the content of your your webpage without reloading the page.
webfiori/cli
15159 Downloads
Class library to simplify the process of creating command line based applications using PHP.
okapi/code-transformer
5966 Downloads
PHP Code Transformer is a PHP library that allows you to modify and transform the source code of a loaded PHP class.
teknoo/states
34043 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.