How to get Caller Id from Asterisk using php?

I want to get the Caller Id from Asterisk in php.
Right now, I am able to call to any SIP Account in Asterisk but unable to find any link for getting Caller Id.

I have followed this example but this doesn’t come out fruitful.
https://code.google.com/p/asterisk-php-api/downloads/detail?name=asterisk-php-api.zip

In AGI: $agi->request[‘agi_callerid’]
phpagi.sourceforge.net/phpagi2/d … l#$request

In AMI: so many event contain the CallerID property.
wiki.asterisk.org/wiki/display/ … AMI+Events