PHPackages                             reports/opencr - 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. reports/opencr

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

reports/opencr
==============

This composer use for opencr reports package

1.0(6y ago)011PHPPHP &gt;=5.3.0

Since Jul 8Pushed 6y agoCompare

[ Source](https://github.com/gaurang-addweb/opencr)[ Packagist](https://packagist.org/packages/reports/opencr)[ RSS](/packages/reports-opencr/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Opencr Reports
==============

[](#opencr-reports)

This package use for getting response from opencr reports in form of json, xml and html.

Requires PHP 5.3 and a pulse. Abstraction is for opencr reports.

[![Packagist](https://camo.githubusercontent.com/36f0a98e40a000e8dbbd7743d9c2a17f47650853fca5dddd0e4d0501e64f59a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f647265776d2f6d61696c6368696d702d6170692e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/reports/opencr)

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

[](#installation)

You can install opencr-reports using Composer:

```
composer require reports/opencr

```

Example
-------

[](#example)

Start by `use`-ing the class and creating an instance.

```
use OpenCr\InitiateReports;
```

Token generate from below api url and pass correct credentials for login in body part(i.e email, password)

()

Please use instance in particular function and pass some mandatory parameters.

```
$parameters = array();

$parameters['token'] = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjY1LCJpc3MiOiJodHRwOi8vbGFyYXZlbC5vcGVuLmNyL2VuZy9hcGkvdjEvYXV0aC9sb2dpbiIsImlhdCI6MTU2MjY1NTM4NCwiZXhwIjoxNTYyNjU4OTg0LCJuYmYiOjE1NjI2NTUzODQsImp0aSI6IlVKSlBmamR4Zm1qdUtSMHcifQ.xFLzAQeSuE2QRwEUjNFrRVuuG9RzOlYKK0wxAhrCz6w'; // pass token which is getting from login.

$parameters['artistID'] = '1';//pass correct artis id
$parameters['edit_mode'] = 'edit_mode';
$parameters['thumbs'] = 'on';//thubs like on and off.
$parameters['lang'] = 'eng'; //you can pass lang like eng, spa or deu.
$parameters['output_type'] = 'json';//Output type like generateHtml, xml or json
$parameters['evtype'] = 'col';//evtype like bio, ind, col, exp, pr, evwob.
$parameters['sort'] = 'loc';

$parameters['page_name'] = 'artist_main_pro_events';
$parameters['public'] = 'public';
echo InitiateReports::eventsReport($parameters);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2503d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7bba809cdbfae8443b1085426df026297cf5877226f2c9f16c9601968197b5d?d=identicon)[gaurang-addweb](/maintainers/gaurang-addweb)

---

Top Contributors

[![gaurang-addweb](https://avatars.githubusercontent.com/u/19207775?v=4)](https://github.com/gaurang-addweb "gaurang-addweb (8 commits)")

### Embed Badge

![Health badge](/badges/reports-opencr/health.svg)

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

PHPackages © 2026

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