psecio / security-bundle
A bundle of recommended PHP security libraries
0.1
2015-06-12 17:45 UTC
Requires
- aura/session: 2.0.1
- defuse/php-encryption: v1.2.1
- gregwar/captcha: v1.1
- ircmaxell/randomlib: v1.1.0
- kunststube/csrfp: 0.1
- psecio/gatekeeper: 2.2
- psecio/parse: 0.6
This package is auto-updated.
Last update: 2024-10-15 10:41:50 UTC
README
These libaries are a recommended bundle of tools that can be used to protect your application from common attacks:
- Psecio/Parse for source code static scanning
- Aura/Session for session management
- Psecio/Gatekeeper for user management, authorization and authentication
- Gregwar/CAPTCHA for CAPTCHA generation
- Kunststube/CSRFP for CSRF form protection
- Ircmaxell/Randomlib for random string and token generation
Not included but also recommended:
- password_compat if you don't have the
password_hash
functionality
If you have a library you think should be added, send an email to info@websec.io