PHPackages                             yo69008/codeinformations - 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. [API Development](/categories/api)
4. /
5. yo69008/codeinformations

ActiveLibrary[API Development](/categories/api)

yo69008/codeinformations
========================

simple api for take package's informations

06PHP

Since May 19Pushed 9y agoCompare

[ Source](https://github.com/yo69008/codeinformations)[ Packagist](https://packagist.org/packages/yo69008/codeinformations)[ RSS](/packages/yo69008-codeinformations/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CodeInformations
================

[](#codeinformations)

[![Codacy Badge](https://camo.githubusercontent.com/36543655dc794fcb6ebee5e92bab3fce6153e1ca393df6980a0c5d0b5f09e998/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6330666531323363386533663437636338653561653637353863613866376532)](https://www.codacy.com/app/Yo69008/CodeInformations?utm_source=github.com&utm_medium=referral&utm_content=Yo69008/CodeInformations&utm_campaign=Badge_Grade)[![Build Status](https://camo.githubusercontent.com/b8d790031f38c595be305f5bc6ffbd80a932c22a9df9d0bb0849d60d8f3e0172/68747470733a2f2f7472617669732d63692e6f72672f796f36393030382f636f6465696e666f726d6174696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yo69008/codeinformations)

This API gives informations on a package. It makes it possible to obtain, if the information is indicated:

- the name of the package
- its version
- the language used
- dependencies required
- if the package is testable
- if it is distributable
- the license of the project
- a short description of the action of the API

for use
-------

[](#for-use)

basic usage for this component

Write the vendor's name and the package's name at the end of the URL : [www](http://www). site .com/ The vendor's name/The package's name

If the package and the vendor exist, the API search informations in the differents files and It displays what it found.

Demo
----

[](#demo)

Here is an example with a sebastien bergmann's package :

```
{
    "testable": true,
    "distribuable": false,
    "package": "sebastianbergmann\/phpunit",
    "keywords": [
        "phpunit",
        "xunit",
        "testing"
    ],
    "name": "phpunit\/phpunit",
    "homepage": "https:\/\/phpunit.de\/",
    "license": "BSD-3-Clause",
    "author": [
        {
            "name": "Sebastian Bergmann",
            "email": "sebastian@phpunit.de",
            "role": "lead"
        }
    ],
    "description": "The PHP Unit Testing framework.",
    "dependencies": {
        "php": "^7.0",
        "ext-dom": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-xml": "*",
        "myclabs\/deep-copy": "^1.3",
        "phar-io\/manifest": "^1.0.1",
        "phar-io\/version": "^1.0",
        "phpspec\/prophecy": "^1.7",
        "phpunit\/php-code-coverage": "^5.2",
        "phpunit\/php-file-iterator": "^1.4",
        "phpunit\/php-text-template": "^1.2",
        "phpunit\/php-timer": "^1.0.6",
        "phpunit\/phpunit-mock-objects": "^4.0",
        "sebastian\/comparator": "^2.0",
        "sebastian\/diff": "^1.2",
        "sebastian\/environment": "^3.0.1",
        "sebastian\/exporter": "^3.1",
        "sebastian\/global-state": "^1.1 || ^2.0",
        "sebastian\/object-enumerator": "^3.0.2",
        "sebastian\/resource-operations": "^1.0",
        "sebastian\/version": "^2.0"
    },
    "devDependencies": [],
    "version": [],
    "language": "php",
    "type": "library",
    "page": ""
}

```

The informations have been recuperated which the read of the files package.json or composer.json check, if the code is available on npm or packagist, and travis.

Authors
-------

[](#authors)

Yo69008

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26219719?v=4)[Yoann DEFARGE](/maintainers/Yo69008)[@yo69008](https://github.com/yo69008)

---

Top Contributors

[![yo69008](https://avatars.githubusercontent.com/u/26219719?v=4)](https://github.com/yo69008 "yo69008 (6 commits)")

### Embed Badge

![Health badge](/badges/yo69008-codeinformations/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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