Download the PHP package mohammedsameer/ai-project-scanner without Composer

On this page you can find all versions of the php package mohammedsameer/ai-project-scanner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ai-project-scanner

AI Project Scanner

Generate AI-ready documentation for any software project.

Built by developers tired of explaining the same project to AI every day.

AI Project Scanner helps AI assistants understand existing codebases before suggesting bug fixes, feature updates, refactoring, or architecture improvements.


🚧 Current Status

AI Project Scanner is actively under development.

Current Stable Release


✨ Features


🔍 Supported Detection

Framework Detection

Currently supported:

API Route Extraction

Currently supported:

Planned support:


📦 Installation

Composer

Run:

PHAR

Download the latest PHAR from GitHub Releases.

Run:


🚀 Usage Examples

Scan Current Project

Scan Another Project

Scan a React Project

Scan a Laravel Project

Scan a Spring Boot Project


📁 Generated AI Documentation


🤖 Which File Should AI Read First?

Start with:

Then continue with:


📚 Generated Files Explained

PROJECT_CONTEXT.md

The primary AI onboarding document.

It summarizes:


PROJECT_STRUCTURE.md

Categorized architecture overview.

Includes:


API_ROUTES.md

Generated backend route documentation.

Example:

Method URI Handler
GET api/products Product::table
POST api/products/save Product::saveProduct

Currently supports CodeIgniter 4 and Laravel route extraction.


PROJECT_TREE.md

Simple project tree showing folders and files.


PROJECT_MAP.json

Machine-readable project metadata for AI tools and future integrations.


SCAN_REPORT.md

Project statistics including:


FRAMEWORKS.md

Detected technology stack and frameworks.


🚫 Ignore Files

AI Project Scanner respects:

Default ignored directories include:


💡 Why This Exists

AI assistants are powerful, but they often struggle with large existing projects because they often do not know:

AI Project Scanner generates structured documentation so AI can understand projects faster and suggest safer, more accurate changes.


🔮 Future Universal Installation Options

Docker

NPM / NPX


VS Code / Cursor / Windsurf Extension

Planned capabilities:


🗺️ Roadmap

v0.1.x

v0.2.x

v0.3.x

v0.4.x

v0.5.x


🚀 Future Enhancements


🤖 Example AI Workflow

Generate documentation:

Then ask your AI assistant:

Read ai/PROJECT_CONTEXT.md first. Then use ai/PROJECT_STRUCTURE.md, ai/API_ROUTES.md, and ai/PROJECT_MAP.json. I want to fix a bug in the quotation module. Suggest which files I should inspect and what changes may be required.


🤝 Contributing

Contributions are welcome.

Please review:

Recommended workflow:

Then create a Pull Request.


📄 License

This project is licensed under the MIT License.

See:


📦 Package

Packagist

Install:


🧭 Philosophy

Built by developers tired of explaining the same project to AI every day.

AI Project Scanner exists to make software projects easier for both humans and AI to understand.


All versions of ai-project-scanner with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mohammedsameer/ai-project-scanner contains the following files

Loading the files please wait ...