Libraries tagged by protected
bwein-net/contao-protected-redirect-element
221 Downloads
Protected Redirect Element for Contao Open Source CMS
phpgt/protectedglobal
2418 Downloads
Protect against accidental use of superglobals.
fastbolt/sonata-admin-protected-fields
191 Downloads
Provides simple functionality for protecting fields in sonata admin
faithcatholic/protected_email
323 Downloads
Field formatter that requires users to fill a recaptcha form to view an email address.
log1x/sage-password-protected
108 Downloads
A simple password protection package for Roots Sage customizable with filters.
jclaveau/php-visibility-violator
189 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
codefog/contao-page-password
192 Downloads
The extension allows you to protect the selected pages with a password.
code-distortion/insight
324 Downloads
Test protected and private object methods and properties as if they were public
alecrabbit/php-helpers
8316 Downloads
PHP helpers functions
skagarwal/reflection
6210 Downloads
Test any Private/Protected Methods/Properties of any class
petrp/access
3845 Downloads
Access - Tool for access to private and protected members of object. It's handy for unit tests.
markbaker/spymaster
12 Downloads
SpyMaster is a small library, for use in testing, that allows access to verify the values of protected and private properties in a class that is being tested, without needing to modify the class using Reflection.
make/accessible
80 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
m0rtis/picklock
20 Downloads
One class package for calling protected and private methods without reflection
kuhschnappel/authtoken
33 Downloads
Once installed you can create authentication tokens for frontend users in the backend. You can then retrieve protected pages by submitting this token as an "X-User-Token" with the header.