Paideralpha

An AI coding agent written in PHP — that can tell you what it cost.

Install

composer require paider/paider        # inside your Laravel app
composer global require paider/paider # as a standalone CLI

Or via this domain, which is what you are looking at:

curl -fsSL paider.dev/install | sh

That script installs through Composer. It checks for PHP 8.4+ and the twelve extensions Paider actually loads, then hands off to composer global require. It is not a standalone binary — that channel is still deferred.

What it does

What it does not do

Do not install this expecting a finished agent. The wiring is real and tested. The last mile is not: nobody has yet watched Paider drive an end-to-end multi-file edit in a repo that is not its own. That milestone is tracked openly in PLAN.md and it is not met.

Source

github.com/shoemoney/paider · packagist · v0.1.0

Built in public from commit one, wrong turns left in. The decision log explains what was tried and rejected, including the parts that did not work.