PHPackages                             1026jota/antecedentes-procuraduria - 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. 1026jota/antecedentes-procuraduria

ActiveLibrary

1026jota/antecedentes-procuraduria
==================================

v1.0.0(4y ago)046MITPHPPHP &gt;=7

Since Aug 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/1026jota/AntecedentesProcuraduria)[ Packagist](https://packagist.org/packages/1026jota/antecedentes-procuraduria)[ RSS](/packages/1026jota-antecedentes-procuraduria/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ANTECEDENTES PROCURADURIA
-------------------------

[](#antecedentes-procuraduria)

*Paquete composer para Laravel que busca los antecedentes penales de una persona ante la Procuraduria*

Comenzando 🚀
------------

[](#comenzando-)

*Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento.*

### Instalación 🔧

[](#instalación-)

*para instalar el paquete ejecute el siguiente comando en consola:*

```
composer require 1026jota/antecedentes-procuraduria
npm install @nesk/puphpeteer

```

*después para publicar el archivo de configuración ejecuta siguiente comando:*

```
php artisan vendor:publish --provider='Jota\AntecedentesProcuraduria\Providers\AntecedentesProcuraduriaProviders'

```

USO
---

[](#uso)

```
    use Jota\SdnList\Classes\AntecedentesProcuraduria;

    $antecedentes = new AntecedentesProcuraduria();
    $antecedentes->searchByCedula('12345678');
    return $antecedentes->getResult();

```

Ejemplo resultado
-----------------

[](#ejemplo-resultado)

```
cuando la cédula no arroja resultado
[
  "is_registered" => false
  "result" => [
    "name" => ""
    "response" => "El número de cedula no genera resultados"
  ]
]

cuando la cédula no arroja resultado
[
  "is_registered" => true
  "result" => [
    "name" => "xxx xxx xxx xxx"
    "response" => "El ciudadano no presenta antecedentes"
  ]
]

```

Autores ✒️
----------

[](#autores-️)

- **Jofree Alexander Montaño Nieto** - *developer* - [1026jota](https://github.com/1026jota)

Licencia 📄
----------

[](#licencia-)

Este proyecto está bajo la Licencia (MIT).

---

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1727d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26105374b72807b21cb3df85f5c819ef3b2607f595650447c97d357ec524e539?d=identicon)[1026Jota](/maintainers/1026Jota)

---

Top Contributors

[![1026jota](https://avatars.githubusercontent.com/u/50811271?v=4)](https://github.com/1026jota "1026jota (9 commits)")

### Embed Badge

![Health badge](/badges/1026jota-antecedentes-procuraduria/health.svg)

```
[![Health](https://phpackages.com/badges/1026jota-antecedentes-procuraduria/health.svg)](https://phpackages.com/packages/1026jota-antecedentes-procuraduria)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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