Libraries tagged by classjs
protobuf-php/google-protobuf-proto
154938 Downloads
Protocol Buffers classes from Google's Protocol Buffers Compiler
prgtw/big-number-serializer-bundle
120437 Downloads
Bundle for serializing BigNumber classes to/from string representation using JmsSerializer
phramz/doctrine-annotation-scanner
127064 Downloads
library to scan files and folders for annotated classes using doctrine annotations
php-xapi/model
77869 Downloads
Experience API model classes
php-censor/phpdoc-checker
70911 Downloads
A simple tool for checking that your PHP classes and methods use PHPDocs (PHP DocBlocks Checker fork).
pear/html_common2
454219 Downloads
Abstract base class for HTML classes (PHP5 port of HTML_Common package).
pccomponentes/criteria
88524 Downloads
Helper classes for implement filter/criteria pattern
paysera/lib-rest-client-common
186332 Downloads
Base classes/helpers used in REST Clients
palmtree/form
3181 Downloads
Form builder with Bootstrap v5/v4 classes, validation, Recaptcha support, AJAX submissions and more
orisai/utils
124225 Downloads
Utility classes used across Orisai libraries
objective-php/primitives
127390 Downloads
Primitives classes for ObjectivePHP
neild3r/php-docblock-checker
91856 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
naucon/utility
64757 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
naucon/file
22660 Downloads
This package contains php classes to access, change, copy, delete, move, rename files and directories.
mouf/utils.common.conditioninterface
500451 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.