PHPackages                             logocomune/maclookup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. logocomune/maclookup

ActiveLibrary[API Development](/categories/api)

logocomune/maclookup
====================

PHP client library for maclookup.app REST API V2

1.0.0(5y ago)102523MITPHPPHP &gt;=7.0CI failing

Since Oct 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/logocomune/maclookup-php)[ Packagist](https://packagist.org/packages/logocomune/maclookup)[ RSS](/packages/logocomune-maclookup/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

MACLookup REST API v2 CLIENT
============================

[](#maclookup-rest-api-v2-client)

[![Build Status](https://camo.githubusercontent.com/728ef03793ed3e4e814f30e9c2ceb6e3a6073231924149e420d45f4f21465194/68747470733a2f2f7472617669732d63692e6f72672f6c6f676f636f6d756e652f6d61636c6f6f6b75702d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/logocomune/maclookup-php)[![codecov](https://camo.githubusercontent.com/4aee7a78c2f8686e5953e2e896b9bc3853712e6ce16fc43c68f8b08d1a6e399d/68747470733a2f2f636f6465636f762e696f2f67682f6c6f676f636f6d756e652f6d61636c6f6f6b75702d7068702f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/logocomune/maclookup-php)

A PHP library for interacting with [MACLookup's API v2](https://maclookup.app/api-v2/documentation). This library allows you to:

- Get full info (MAC prefix, company name, address and country) of a MAC address
- Get Company name by MAC

Installation
------------

[](#installation)

The recommended way to install MACLookup REST API Client is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of My Apps:

```
php composer.phar require logocomune/maclookup
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

### Basic Usage

[](#basic-usage)

```
