El Forum
11-01-2010, 03:41 PM
[eluser]Unknown[/eluser]
I'm pleased to announce the release of hole-security system for PHP
This project stands for bring to PHP the kind of security that is provided in Java by Spring Security the formerly Acegi Security System for Spring.
It's designed to be attractive to Spring Security users because the philosophy is the same.
It's an unobtrusive way to add security to a PHP site.
The configuration is made using substrate IoC/DI as Spring Security use Spring IoC/DI.
An example configuration ship with the framework and can be used like this:
Just be sure that the bootstrap code of the framework is executed before the bootstrap of the MVC of your choice.
WebSite:
http://code.google.com/p/hole-security/
Download from:
http://github.com/downloads/aek/hole-sec...0.1.tar.gz
Discussion group:
http://groups.google.com/group/hole-security
Feedbacks are welcome
Documentation:
For the moment you can use reference documentation of Spring Security where it's apply. You can get a general idea using the Acegi Security reference documentation because hole-security use the same way of configuration, but keep in mind that it's based on Spring Security.
License:
It's released under Apache License Version 2.0.
I'm pleased to announce the release of hole-security system for PHP
This project stands for bring to PHP the kind of security that is provided in Java by Spring Security the formerly Acegi Security System for Spring.
It's designed to be attractive to Spring Security users because the philosophy is the same.
It's an unobtrusive way to add security to a PHP site.
The configuration is made using substrate IoC/DI as Spring Security use Spring IoC/DI.
An example configuration ship with the framework and can be used like this:
Code:
$context = new substrate_Context(
'./path/to/hole-security/hole-security-config.php'
);
$context->execute();
$hole_Security = $context->get('hole_FilterChainProxy' );
$hole_Security->doFilter();
Just be sure that the bootstrap code of the framework is executed before the bootstrap of the MVC of your choice.
WebSite:
http://code.google.com/p/hole-security/
Download from:
http://github.com/downloads/aek/hole-sec...0.1.tar.gz
Discussion group:
http://groups.google.com/group/hole-security
Feedbacks are welcome
Documentation:
For the moment you can use reference documentation of Spring Security where it's apply. You can get a general idea using the Acegi Security reference documentation because hole-security use the same way of configuration, but keep in mind that it's based on Spring Security.
License:
It's released under Apache License Version 2.0.