youisearch Mac address lookup tool

Mac Address information lookup extension for Yii Data is retrieved from http://www.macvendorlookup.com

Installation

Copy the source to your protected/extensions/YOuiSearch Edit your config file and add: ~~~ return array(

...
'components'=>array(
    ...
    'YOuiCache' => array(
        'class' => 'ext.YOuiSearch.YOuiSearch',
        'msgIfNotAvailable => 'not found', // Optional text to display in case mac is not found, default to "n/a"
    ),
    ...
)
...

#Usage

echo Yii::app()->YOuiCache->lookup($yourMac)->company; ~~~ Available methods: company, address, country.

Links

YetOpen

YetOpen's gitHub

0 0
3 followers
151 downloads
Yii Version: 1.1
License: GPL-3.0
Category: User Interface
Developed by: Maxxer
Created on: May 5, 2014
Last updated: 10 years ago

Downloads

show all

Related Extensions