Live chatting with chatbot

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

1.0.3 2025-03-18 13:07 UTC

This package is auto-updated.

Last update: 2025-04-19 05:13:36 UTC


README

The Chatbot package provides a powerful and customizable AI-driven chatbot solution for Laravel applications. It enables seamless chatbot integration with dynamic conversation handling, making it ideal for automated support, FAQs, and customer interactions.

🏷️ #Chatbot  #AI  #MachineLearning  #Automation  #CustomerSupport  #Laravel  #PHP  #Bot 

Documentation

Features

  • AI-powered chatbot for Laravel applications.
  • Handles automated responses for customer queries and FAQs.
  • Customizable conversation flows for different use cases.
  • Stores chat history in the database for analysis and improvements.
  • Supports text-based and API-driven chatbot interactions.
  • Easy setup with vendor publish and migration commands.
  • Compatible with Laravel 9, 10, and 11 with PHP 8+ support.
  • Lightweight and optimized for fast responses.
  • Can be integrated with external AI services for advanced conversations.

Supported Versions

  • PHP: ^8.0
  • Illuminate Support: ^9.0 | ^10.0 | ^11.0

Installation

To install the package, open the terminal and run the following command:

composer require itpathsolutions/chatbot

Environment Configuration

After installing, add the following API key to your .env file:

OPEN_AI_API_KEY=your_openai_api_key_here

Make sure to replace your_openai_api_key_here with your actual OpenAI API Key.

Once done, clear the cache to apply changes:

php artisan config:clear

Using the Chatbot

Once installed, switch to the following route to access the chatbot:

localhost:8000/contact

This route allows users to interact with the chatbot in real time, receiving automated responses based on configured logic or AI-powered processing.

FAQs

1. What does this package do?

🚀 The Chatbot package provides an AI-powered assistant for Laravel applications. It automates customer interactions, FAQs, and support queries with a dynamic conversation system.

2. How do I install the package?

📦 Installing is simple! Run the following command in your terminal:

composer require itpathsolutions/chatbot

3. Which Laravel versions are supported?

This package supports Laravel 9, 10, and 11 with PHP 8+ compatibility.

4. How do I access the chatbot interface?

You can access the chatbot via:
👉 localhost:8000/contact

5. How do I update the package to the latest version?

Run the following command to update:

composer update itpathsolutions/chatbot

6. Can I contribute to this package?

🤝 Absolutely! Contributions are welcome. See the CONTRIBUTING guidelines for details.

7. Where can I get support?

For any support or queries, contact us via IT Path Solutions.

Contributing

We welcome contributions from the community! Feel free to Fork the repository and contribute to this module. You can also create a pull request, and we will merge your changes into the main branch. See CONTRIBUTING for details.

Security Vulnerabilities

Please review our Security Policy on how to report security vulnerabilities.

License

This package is open-source and available under the MIT License. See the LICENSE file for details.

Testing

To test this package, run the following command:

composer test

Get Support

  • Feel free to contact us if you have any questions.
  • If you find this project helpful, please give us a ⭐ Star.

You may also find our other useful packages:

MySQL Info Package 🚀
PHP Info Package 🚀
Role Wise Session Manager Package 🚀
Authinfo - User Login Tracker 🚀
Redis Info Package 🚀