For a simple web application, I would like to take advantage of some UNIX features that are stable, have a long history, and have proven themselves in production, rather than writing their own code. Take users for example. Instead of having the entire permission infrastructure for users, groups, in my web application, I would like to be able to simply copy over equivalent UNIX functions.
Is there a PHP library that will allow me to register users, register them, manage permissions, etc.?
source
share