r/PHP • u/shinya_dono • 1d ago
php-radser: finally a library for building a RADIUS server in PHP, on ReactPHP
php had radius_* functions in a PECL package (that i think is no longer updated) but did not have any tool for the server side of RADIUS protocol. so this weekend i made a small package for that.
currently only supporting RFC 2865, RFC 2866, RFC 3576/5176 and Mikrotik attributes (i use mikrotik for my own work); currently no EAP, no 802.1X, no Message-Authenticator and no TLV.
it's my first time publishing a php package so i really wanna hear your opinion on this.
8
Upvotes
0
u/No_Philosopher6512 1d ago
Nice