Skip to content

Instantly share code, notes, and snippets.

View maxxer's full-sized avatar

Lorenzo Milesi maxxer

View GitHub Profile
### Keybase proof
I hereby claim:
* I am maxxer on github.
* I am maxxer (https://keybase.io/maxxer) on keybase.
* I have a public key whose fingerprint is 68F0 9855 39D6 2A32 58CF 3F81 082A 152D 6707 7EAC
To claim this, I am signing this object:
<?php
/**
* LDAP PHP Change Password Webpage
* @author: Matt Rude <http://mattrude.com>
* @website: http://technology.mattrude.com/2010/11/ldap-php-change-password-webpage/
*
*
* GNU GENERAL PUBLIC LICENSE
* Version 2, June 1991
@maxxer
maxxer / YSoapModelBehavior.php
Created March 13, 2015 16:19
app\components\YSoapModelBehavior for mongosoft/yii2-soap-server
<?php
/**
* Behavior for assigning SOAP properties
* @author Lorenzo Milesi <maxxer@yetopen.it>
* @copyright 2015 YetOpen S.r.l.
*/
namespace app\components;
use yii\base\Behavior;