Download the PHP package accelade/ai without Composer
On this page you can find all versions of the php package accelade/ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ai
Accelade AI
AI-powered components for Laravel applications built with Accelade. Add intelligent search, chat interfaces, and contextual AI assistants to your application with minimal setup.
Features
- Global Search - macOS Spotlight-like search with AI enhancement (Cmd+K / Ctrl+K)
- AI Chat - Full-featured ChatGPT-like chat interface with streaming responses
- Copilot Widget - Floating AI assistant that understands page context
- Multi-Provider Support - OpenAI, Anthropic (Claude), and Google Gemini
- Framework Agnostic - Works with vanilla JS, Vue, React, Svelte, and Angular
- Streaming Responses - Real-time streaming for better UX
- Context Awareness - Copilot can read and understand page content
Requirements
- PHP 8.2+
- Laravel 11.0+ or 12.0+
- Accelade ^1.0
Installation
Configuration
Publish the configuration file:
Add your API keys to .env:
Quick Start
Add AI components to your Blade layout:
Or use Blade directives:
Documentation
For detailed documentation, see the docs folder:
- Overview - Getting started and basic concepts
- Configuration - All configuration options
- Global Search - Spotlight-like search component
- AI Chat - ChatGPT-style chat interface
- Copilot - Contextual AI assistant widget
- Providers - AI provider configuration and usage
Components
Global Search
A spotlight-like search modal combining traditional search with AI-powered queries:
AI Chat
A full-featured chat interface with streaming responses:
Copilot Widget
A floating assistant that can read and understand page context:
PHP API
Use the AI facade for programmatic access:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CODE_OF_CONDUCT for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Fady Mondy
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of ai with dependencies
accelade/accelade Version ^1.0
illuminate/support Version ^11.0|^12.0
illuminate/http Version ^11.0|^12.0
illuminate/routing Version ^11.0|^12.0