Libraries tagged by php oop
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)
uhupi/php-oop-html-tag-element
28 Downloads
mostafa-mahfouz/oop-practice
4 Downloads
learn how to practice on php oop using real examples
loogaroo/php-flot
18 Downloads
PHP Interface for javascript library flot
khamdullaevuz/oop-basic
4 Downloads
A simple php oop project
gollumeo/php-oop
30 Downloads
A legacy PHP (>= 8.2) OOP boilerplate
fahad/php-oop
0 Downloads
Logging for PHP 5.3
drakonli/php-imap
14 Downloads
PHP OOP library for accessing mailbox by POP3/IMAP/NNTP using IMAP extension
developjkong/php_oop_board
3 Downloads
description
albertobravi/tropo-webapi-php-oop
2685 Downloads
A set of PHP classes for working with the Tropo WebAPI
abdulsalamamtech/php-validator
9 Downloads
PHP Validator is a PHP OOP library that helps in validating users input and prevent sql injection
xiaobe/phpoop
11 Downloads
php面向对象开发依赖包
yayalaressa/custom-php
2 Downloads
Custom OOP PHP Native
vjsingla/php-functional
37 Downloads
Functors, Applicative and Monads are fascinating concept. Purpose of this library is to explore them in OOP PHP world.
tomjanke/php-better-oop
16 Downloads
Provides useful classes to align PHP to other object oriented languages.