Download the PHP package jordanpartridge/conduit without Composer
On this page you can find all versions of the php package jordanpartridge/conduit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jordanpartridge/conduit
More information about jordanpartridge/conduit
Files in jordanpartridge/conduit
Package conduit
Short Description Your personal developer API & MCP integration engine - AI-ready GitHub CLI and beyond
License MIT
Homepage https://github.com/jordanpartridge/conduit
Informations about the package conduit
🚀 Conduit v1.0.0
Your personal developer API & MCP integration engine - AI-ready GitHub CLI and beyond
Conduit is a modular, extensible CLI platform built with Laravel Zero that transforms your development workflow. Starting with powerful GitHub integration, it features a revolutionary component system that makes adding new tools as simple as running conduit install:service
.
✨ What's New in v1.0.0
🧩 Modular Component System
- Dynamic installation: Add integrations on-demand without rebuilding
- GitHub discovery: Auto-discover components via topics
- Clean lifecycle: Install, configure, and remove components seamlessly
- Config-driven: No database dependencies, pure configuration
🐙 GitHub Zero Integration
- Interactive workflows: Rich Laravel Prompts UI for all operations
- Smart repository management: Browse, clone, and manage repos with ease
- Environment automation: Automatic
.env
setup with token validation - Service provider magic: Seamless Laravel Zero integration
🚀 Installation
Via Composer (Recommended)
Via GitHub Releases
Development Setup
🎯 Quick Start
🧩 Component Architecture
Conduit's revolutionary component system allows you to:
Available Components
- 🐙 GitHub Zero: Repository management, cloning, and exploration
- 🐳 Docker (planned): Container management and orchestration
- ☁️ AWS Toolkit (planned): Cloud infrastructure helpers
- 🗄️ Database Tools (planned): Migration and seeding utilities
🤖 AI-Ready Architecture
Conduit is built from the ground up for AI integration:
- Structured commands: Perfect for AI tool integration
- Rich metadata: Commands expose detailed help and options
- Context-aware: Smart defaults based on project detection
- MCP Protocol ready: Foundation for Model Context Protocol servers
Development
This project is built with Laravel Zero and uses the jordanpartridge/github-client
package for GitHub operations.
License
MIT
All versions of conduit with dependencies
guzzlehttp/guzzle Version ^7.8
jordanpartridge/github-zero Version ^1.0
laravel-zero/framework Version ^11.36.1
symfony/process Version ^6.0|^7.0