Sorry for the long delay. I have been working on other projects.
I have begun work on the next release v3. It’s a total rewrite using php 5.3.0 as the base. Which will mean no backward compatibility I believe. I will see what I can do but at this point it looks pretty unlikely.
The positives are:
- Using namespaces which will help make it less like to step on other libraries
- No longer need to use the PIV prefix
- Faster
- Everything is loaded dynamically
- Less memory intensive since
- Much easier to add plugins and create extensions
I have also decided to remove the security component and make it an optional plugin. Seems that people are not using it as much if even at all. Most likely logging will be the same way.
Stay tuned. More coming soon.