PHPackages                             selkis/ven-id - 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. selkis/ven-id

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

selkis/ven-id
=============

Consultation of Venezuelan CI

v1.1.2(9y ago)274MITPHPPHP &gt;=5.4.0

Since Jan 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Yessica54/VenId)[ Packagist](https://packagist.org/packages/selkis/ven-id)[ Docs](https://github.com/Yessica54/VenId)[ RSS](/packages/selkis-ven-id/feed)WikiDiscussions master Synced today

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

VenId
=====

[](#venid)

Consultation of Venezuelan CI

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

[](#installation)

Require the `selkis/ven-id` package in your composer.json and update your dependencies.

```
$ composer require selkis/ven-id

```

Add the Providers to your config/app.php providers array:

```
Selkis\VenID\Providers\VenIdServicesProvider::class,
Ixudra\Curl\CurlServiceProvider::class,
```

Add the Aliases to your config/app.php aliases array:

```
'Curl'   => Ixudra\Curl\Facades\Curl::class,
'Seniat' => Selkis\VenID\Facades\SeniatFacades::class,
'CNE' => Selkis\VenID\Facades\CNEFacades::class,
```

Usage
-----

[](#usage)

To get information from the cne, you must invoke the CNE class to the getInfo method, sending the parameters "nationality" and "identification number".

```
public function index(){
	return \CNE::getInfo('V','4824519');
};
```

To obtain information from the seniat, you must invoke the Seniat class to the method getInfo, sending you the parameter "rif"

```
public function index(){
	return \Seniat::getInfo('V214714759');
};
```

License
-------

[](#license)

Released under the MIT License, see LICENSE.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~2 days

Total

4

Last Release

3454d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13824741?v=4)[Yessica54](/maintainers/Yessica54)[@Yessica54](https://github.com/Yessica54)

---

Top Contributors

[![Yessica54](https://avatars.githubusercontent.com/u/13824741?v=4)](https://github.com/Yessica54 "Yessica54 (20 commits)")

---

Tags

idseniatcne

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/selkis-ven-id/health.svg)

```
[![Health](https://phpackages.com/badges/selkis-ven-id/health.svg)](https://phpackages.com/packages/selkis-ven-id)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M268](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M996](/packages/illuminate-pagination)[cybercog/laravel-optimus

An Optimus bridge for Laravel. Id obfuscation based on Knuth's multiplicative hashing method.

193573.4k](/packages/cybercog-laravel-optimus)[illuminate/process

The Illuminate Process package.

44869.2k97](/packages/illuminate-process)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)

PHPackages © 2026

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