PHPackages                             beliven-it/laravel-notarify - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. beliven-it/laravel-notarify

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

beliven-it/laravel-notarify
===========================

A laravel package to perform notarization through blockchain

1.0.0(1y ago)00[4 PRs](https://github.com/beliven-it/laravel-notarify/pulls)MITPHPPHP ^8.3CI passing

Since Dec 19Pushed 1mo agoCompare

[ Source](https://github.com/beliven-it/laravel-notarify)[ Packagist](https://packagist.org/packages/beliven-it/laravel-notarify)[ Docs](https://github.com/beliven-it/laravel-notarify)[ GitHub Sponsors](https://github.com/Beliven)[ RSS](/packages/beliven-it-laravel-notarify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (4)Used By (0)

Laravel Notarify
================

[](#laravel-notarify)

[![](./repo/banner.png)](./repo/banner.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/12e3e5646705fa271c293d99f861b737fc5845c633b3a156ebfb7b6aff6c365c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62656c6976656e2d69742f6c61726176656c2d6e6f7461726966792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://packagist.org/packages/beliven-it/laravel-notarify)[![GitHub Tests Action Status](https://camo.githubusercontent.com/48f765d5f2cc7e2a7b6c03677c03ee52fc0dfd2033a7cc4f695c3efa12538a1c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62656c6976656e2d69742f6c61726176656c2d6e6f7461726966792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://github.com/beliven-it/laravel-notarify/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/febe36671b084b40d2998e3ce6ecd20d59e6034e4910185c622b2641b68d96ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62656c6976656e2d69742f6c61726176656c2d6e6f7461726966792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://github.com/beliven-it/laravel-notarify/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/bcd24b5469c4a319a6f61b53191bc99a2f165be2b062a2d10dc9b5e2675bb4b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62656c6976656e2d69742f6c61726176656c2d6e6f7461726966792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://packagist.org/packages/beliven-it/laravel-notarify)

A laravel package to perform notarization through blockchain.

This package supports notarization on the following providers:

- [Scaling Parrots](https://www.scalingparrots.com/en/)
- [Iuscribo](https://www.iuscribo.io/)

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

[](#installation)

You can install the package via composer:

```
composer require beliven-it/laravel-notarify
```

You can publish the config file with:

```
php artisan vendor:publish --tag="notarify-config"
```

Set the ENV variables

```
NOTARIFY_SERVICE=scalingparrots
// NOTARIFY_SERVICE=iuscribo

// If you use Scaling Parrots
SCALING_PARROTS_ENDPOINT=
SCALING_PARROTS_USERNAME=
SCALING_PARROTS_PASSWORD=

// If you use Iuscribo
IUSCRIBO_ENDPOINT=
IUSCRIBO_USERNAME=
IUSCRIBO_PASSWORD=
IUSCRIBO_COMPANY==

```

Usage
-----

[](#usage)

```
