PHPackages                             nanoarmando/cnecheck - 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. nanoarmando/cnecheck

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

nanoarmando/cnecheck
====================

A CNE check library

1.0.2(10y ago)0153MITPHPPHP &gt;=5.4.0

Since Dec 29Pushed 5y agoCompare

[ Source](https://github.com/nanoarmando/cnecheck)[ Packagist](https://packagist.org/packages/nanoarmando/cnecheck)[ Docs](https://gitlab.com/nanoarmando/cnecheck.git)[ RSS](/packages/nanoarmando-cnecheck/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (5)Used By (0)

About
-----

[](#about)

A library that allows you to check CNE website and get the information in JSON format.

Installation##
--------------

[](#installation)

```
composer require nanoarmando/cnecheck

```

Use
---

[](#use)

```
require "vendor/autoload.php";
use CNE\Cne;

$search = new Cne('V','xxxxxxxx');
echo $search->search();
```

Additional Settings
-------------------

[](#additional-settings)

```
//Another way to initialize
$search = new Cne();
$search->setData('V','xxxxxxxx');
//Using the CURL method
//See 'allow_url_fopen'
echo $search->search(CURL_METHOD);
```

License
-------

[](#license)

MIT License

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

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

Total

3

Last Release

3836d ago

### Community

Maintainers

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

---

Top Contributors

[![nanoarmando](https://avatars.githubusercontent.com/u/21105862?v=4)](https://github.com/nanoarmando "nanoarmando (3 commits)")

---

Tags

cne

### Embed Badge

![Health badge](/badges/nanoarmando-cnecheck/health.svg)

```
[![Health](https://phpackages.com/badges/nanoarmando-cnecheck/health.svg)](https://phpackages.com/packages/nanoarmando-cnecheck)
```

###  Alternatives

[php-standard-library/php-standard-library

PHP Standard Library

1.6k510.5k30](/packages/php-standard-library-php-standard-library)

PHPackages © 2026

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