PHPackages                             zdrojowa/rodo-module - 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. zdrojowa/rodo-module

ActiveLibrary

zdrojowa/rodo-module
====================

Rodo

1.0.1(4y ago)017MITBlade

Since Nov 19Pushed 4y agoCompare

[ Source](https://github.com/zdrojowa/rodo-module)[ Packagist](https://packagist.org/packages/zdrojowa/rodo-module)[ Docs](https://github.com/zdrojowa/rodo-module)[ RSS](/packages/zdrojowa-rodo-module/feed)WikiDiscussions main Synced 1mo ago

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

RodoModule
==========

[](#rodomodule)

[![Latest Version on Packagist](https://camo.githubusercontent.com/645d7ca3ec159aa4f27a4c5d1045d29321de0ad70428112de9e400e40310d2e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a64726f6a6f77612f726f646f2d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zdrojowa/rodo-module)[![Total Downloads](https://camo.githubusercontent.com/8f458dcfa481869fd4e4bdbcab315394432d5f33b0c545e7cad13e709517fc41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a64726f6a6f77612f726f646f2d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zdrojowa/rodo-module)[![Build Status](https://camo.githubusercontent.com/f6614ee17ef5c1ac8a32f96ccc52b4c98c38775c17cdeb722a7fce84435fa8e5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a64726f6a6f77612f726f646f2d6d6f64756c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zdrojowa/rodo-module)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

Rodo service

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

[](#installation)

Via Composer

```
$ composer require zdrojowa/rodo-module
```

NPM required:
-------------

[](#npm-required)

```
"intl-tel-input": "^17.0.13",
```

Usage
-----

[](#usage)

- Add in webpack.mix.js

```
mix.module('RodoModule', 'vendor/zdrojowa/rodo-module');
```

- Add module RodoModule in config/selene.php

```
'modules' => [
    RodoModule::class,
],

'rodo' => [
        'email' => email,
        'username' => user name for RODO service,
        'password' => password for RODO service,
        'url' => url to RODO service,
        'source' => source in RODO service,
        'mail_title' => Title for email,
        'consents' => [
            'phone' => [id of consent in RODO service],
            'email' => [id of consent in RODO service]
        ]
    ],
```

- Add provider RodoModule in config/app.php

```
'providers' => [
    RodoModuleServiceProvider::class,
],
```

- Add translations RodoModule for popup in resources/lang/{lang}/rodo.php

```
 'A problem occured',
    'address' => 'Comapny address',
    'after' => 'after',
    'before' => 'before',
    'Choose' => 'Choose',
    'Choose the contact form' => 'Choose the contact form',
    'Correct the field' => 'Correct the field',
    'email' => 'email',
    'Email contact' => 'E-mail contact',
    'message' => 'Message',
    'Message sent successfully' => 'Message sent successfully',
    'Name and Surname' => 'Name & Surname',
    'Our advisor will contact you' => 'Our advisor will contact you',
    'Phone' => 'Phone',
    'phone' => 'phone',
    'Phone contact' => 'Phone contact',
    'Phone in hours' => 'Phone in hours',
    'Phone number' => 'Phone number',
    'phone_link' => 'link to phone',
    'Please try again later or directly' => 'Please try again later or directly',
    'required' => 'Required',
    'send message' => 'Send message',
    'We will contact you' => 'We will contact you',
    'phone_consent' => 'Phone consent',
    'email_consent' => 'Email consent',
];
```

- Add in base view to show popup

```

@include('RodoModule::popup', ['key' => 'GoogleEnterpriseKey'])

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [author name](https://github.com/zdrojowa)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~27 days

Total

2

Last Release

1606d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f70a64950853e2b114b020b24898766bdee72043aeb30fb87c1dd2ea2d66772f?d=identicon)[zdrojowa](/maintainers/zdrojowa)

---

Top Contributors

[![daw-alina](https://avatars.githubusercontent.com/u/61972526?v=4)](https://github.com/daw-alina "daw-alina (3 commits)")

---

Tags

laravelRodoModule

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zdrojowa-rodo-module/health.svg)

```
[![Health](https://phpackages.com/badges/zdrojowa-rodo-module/health.svg)](https://phpackages.com/packages/zdrojowa-rodo-module)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
