Libraries tagged by php oop
sandeep2007/ovenmvc
4 Downloads
The OvenMVC framework
php-science/pagerank
154 Downloads
OOP Pagerank implementation with strict type.
http-php/headers
17 Downloads
A simple OOP wrapper to work with HTTP headers in PHP
oopsguy/pconfig
20 Downloads
A PHP library for parsing configuration(json, yaml, ini, xml and php)
neneone/getupdates
21 Downloads
PHP OOP per creare Telegram Bots tramite getUpdates.
dambrogia/candlestick
1705 Downloads
A PHP OOP approach to candlesticks for trading.
kazio/smssender
68 Downloads
Simple SMS sender. Method txt and PDU are implemented. Code maked in OOP PHP 8.3
audiens/appnexus-client
21846 Downloads
An OOP PHP implementation of appnexus API client
c0de8/matchmaker
3947 Downloads
Ultra-fresh PHP matching class (in PHP 7.x OOP)
zeek/modernity
172 Downloads
Modern PHP support for WordPress. Classes, OOP, PSR-4, Traits, etc.
midorikocak/game-of-life
0 Downloads
A simple standalone OOP, Connway's gameoflife implementation with PHP
jasny/db-mongo
19131 Downloads
Adds modern OOP DB patterns to the Mongo PHP extension
twhiston/simplexml_debug
2478 Downloads
PHP7 OOP tools for debugging your code when working with PHP's SimpleXML functions.
jordanbrauer/un-stow
5 Downloads
Offers a nice & powerful OOP and/or FP interface for PHP's `pack` and `unpack` functions.
aedart/overload
11466 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)