PHPackages                             nfthistory/nfthistorylogs - 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. nfthistory/nfthistorylogs

ActiveLibrary[API Development](/categories/api)

nfthistory/nfthistorylogs
=========================

Multinetworks Ethereum Interface to manage NFT history transactions logs

v0.0.3(1y ago)326MITPHP

Since Mar 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xmrrabbitx/NftHistoryLogs)[ Packagist](https://packagist.org/packages/nfthistory/nfthistorylogs)[ RSS](/packages/nfthistory-nfthistorylogs/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

 [![header.webp](asset/logo/header.webp)](asset/logo/header.webp)

⚙️ NFT History Logs
===================

[](#️-nft-history-logs)

#### NFT History Logs is the Ethereum PHP API which connects to [JSON RPC](https://www.jsonrpc.org/specification) specs to get the desired logs of an nft contract address or specific nft with id on Ethereum Chain.

[](#nft-history-logs-is-the-ethereum-php-api-which-connects-to-json-rpc-specs-to-get-the-desired-logs-of-an-nft-contract-address-or-specific-nft-with-id-on-ethereum-chain)

#### Supported Chain: just Ethereum Chain for now!

[](#supported-chain-just-ethereum-chain-for-now)

#### You need to run a local or remote Ethereum node to use this library.

[](#you-need-to-run-a-local-or-remote-ethereum-node-to-use-this-library)

#### You could also use testnet like [Ganache](https://trufflesuite.com/ganache/) or [Cloudflare ETH](https://developers.cloudflare.com/web3/ethereum-gateway/) network.

[](#you-could-also-use-testnet-like-ganache-or-cloudflare-eth-network)

#### You could also set any network endpoints like [Alchemy](https://www.alchemy.com/) or [Infura](https://www.infura.io/) or anything you want.

[](#you-could-also-set-any-network-endpoints-like-alchemy-or-infura-or-anything-you-want)

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

[](#installation)

```
 composer require nfthistory/nfthistorylogs
```

Usage
-----

[](#usage)

### New instance

[](#new-instance)

```
