PHPackages                             kyprss/ai-docs - 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. kyprss/ai-docs

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

kyprss/ai-docs
==============

An easy tool to download the latest documentation from a git repository

v1.0.0-alpha15(9mo ago)02.3k↓50%MITPHPPHP ^8.3

Since Aug 3Pushed 9mo agoCompare

[ Source](https://github.com/kyprss/ai-docs)[ Packagist](https://packagist.org/packages/kyprss/ai-docs)[ RSS](/packages/kyprss-ai-docs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (14)Used By (0)

AI Docs
=======

[](#ai-docs)

AI Docs is an easy tool to download the latest documentation from a git repository. It creates a reference file which you can use in your AI guidelines.

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

[](#installation)

Install via Composer:

```
composer require kyprss/ai-docs
```

Usage
-----

[](#usage)

```
/vendor/bin/ai-docs

```

### Initialization

[](#initialization)

```
/vendor/bin/ai-docs init

```

On the first run a config file `ai-docs.json` will be created in the root directory of your project.

The file will be look like this:

```
{
    "config": {
        "target_path": ".ai/docs/"
    },
    "sources": {
        "laravel": {
            "type": "repository",
            "url": "git@github.com:laravel/docs.git",
            'branch' => '12.x',
            "files": ["*.md"]
        },
        "plentyone-rest-api": {
            "type": "openapi3",
            "url": "https://raw.githubusercontent.com/plentymarkets/api-doc/refs/heads/master/plentymarkets/openApiV3/openApiV3WithExamples.json"
        }
    }
}

```

### Sync

[](#sync)

```
/vendor/bin/ai-docs sync

```

This command will sync all given sources by doing the following steps:

- downloading the latest files from the git repo to temp directory
- matching all files with the given patterns
- copy the found files to `{target_path}/{name}/`

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance57

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

Every ~1 days

Total

13

Last Release

281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1622e1867371768b44f8ee8261d60c7dc8039ecba7c1407e3f6a1913044c7693?d=identicon)[kyprss](/maintainers/kyprss)

---

Top Contributors

[![mvenghaus](https://avatars.githubusercontent.com/u/6408081?v=4)](https://github.com/mvenghaus "mvenghaus (19 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kyprss-ai-docs/health.svg)

```
[![Health](https://phpackages.com/badges/kyprss-ai-docs/health.svg)](https://phpackages.com/packages/kyprss-ai-docs)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)

PHPackages © 2026

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