Download the PHP package rootnet/privsep without Composer
On this page you can find all versions of the php package rootnet/privsep. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rootnet/privsep
More information about rootnet/privsep
Files in rootnet/privsep
Package privsep
Short Description Privilege separating PHP code
License ISC
Homepage http://www.rootnet.nl
Informations about the package privsep
Privsepd
The daemon for privilege separating php code
privsepd is an RPC daemon for PHP. It is connection oriented and designed to provide an as near native interface for the client as possible through the remote interface. Every connection is run in it's own process to ensure that multiple connections don't interfere.
Code made available through the daemon needs to be self-contained and is loaded through the autoload directive in the configuration file. This autoload file is loaded at every connection, allowing code updates without server reloads. Besides regular calls (both functions and methods) the interface supports closures, arguments by reference, remote objects, and cascading throwables. Incoming function-, method- and attributerequests and returning throwables originating are subject to a whitelist check before returning.
Installation
The installation is divided into two parts, the daemon installation and the composer package containing the code that connects to the daemon.
Daemon installation
You can install the daemon by cloning the Privsepd git-repository and running make install
Optional run the tests Test require root because of testing privilege revocation
Uninstall the daemon
Clean up after yourself
Application installation
You can install the application package into your project using Composer.
Usage
For a detailed description of the usage for both the daemon and application see the included man pages.
License
See License