This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Projects Summit 2014/Working Sessions/007

From OWASP
Revision as of 13:26, 6 May 2014 by Johanna Curiel (talk | contribs) (Created page with "=OWASP PHP Security Project= OWASP PHP Security Project is an effort by a group of PHP developers in securing PHP web applications, using a collection of decoupled flexible s...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

OWASP PHP Security Project

OWASP PHP Security Project is an effort by a group of PHP developers in securing PHP web applications, using a collection of decoupled flexible secure PHP libraries, as well as a collection of PHP tools. GitHub Repo

What is PHPSEC?

On top of a collcetion of libraries and tools, PHPSEC contains a sample framework to demonstrate proper usage of the tools and libraries, as well as guidelining new PHP projects. It can also be easily merged with existing PHP code, because it is both decoupled and flexible. Proper usage of PHPSEC will result in the target system being much more secure.

Why PHPSEC?

PHPSEC is suitable for three group of developers: Framework Developers can use the libraries and tools to strengthen their framework security PHP Application Developers can use the library and tools to enhance their application security New PHP Developers can use the tools and libraries to create secure applications from scratch