awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai-php avatar

openai-php/laravel

0
View on GitHub↗
3,732 نجوم·263 تفرعات·PHP·MIT·15 مشاهدات

Laravel

This is an OpenAI API Laravel client and LLM integration library designed to connect PHP applications to large language models. It enables the integration of AI capabilities for text generation, image processing, and data automation within a Laravel environment.

The package includes an API mocking framework that allows developers to simulate network responses and verify application behavior without making live requests to OpenAI services.

The integration is managed through service providers and configuration files, offering a facade-based static proxy and dependency injection for the API client. It also provides interface-based mocking to facilitate testing and quality assurance.

Features

  • OpenAI API Clients - Implements the OpenAI API specification to send prompts and receive model responses within a PHP environment.
  • AI-Powered Application Development - Enables the creation of web features that use machine learning to automate data tasks and user experiences.
  • AI Service Integrations - Provides connectors and interfaces for linking Laravel environments with external OpenAI artificial intelligence services.
  • LLM Model Integrations - Provides a set of tools for configuring and integrating large language models into existing web software ecosystems.
  • Laravel Integrations - Provides a dedicated integration for using OpenAI tools within the Laravel web framework ecosystem.
  • Dependency Injection Providers - Provides mechanisms for registering and injecting the OpenAI API client instance into the application container.
  • Facades - Implements a facade-based static proxy to simplify access to the underlying API client instance.
  • API Mocking - Includes a framework to simulate API responses, allowing for development and testing without live backend services.
  • API Request Mocking - Intercepts network requests to simulate OpenAI server responses and verify application behavior during testing.
  • Local API Response Mocking - Intercepts outgoing API calls and returns predefined response objects to eliminate the need for live server requests.
  • Client Interface Mocks - Allows swapping the real API client with a fake implementation to simulate network responses during testing.
  • Service Provider Integrations - Registers API clients and configuration into the Laravel service container during the application boot process.
  • AI & Machine Learning - Laravel integration for the OpenAI API.

سجل النجوم

مخطط تاريخ النجوم لـ openai-php/laravelمخطط تاريخ النجوم لـ openai-php/laravel

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Laravel

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Laravel.
  • openai-php/clientالصورة الرمزية لـ openai-php

    openai-php/client

    5,805عرض على GitHub↗

    This project is a PHP API client and SDK for integrating OpenAI services into PHP applications. It serves as an integration library and wrapper for interacting with large language models to generate text, images, and audio via REST API calls. The library provides specialized orchestration for AI assistants, managing conversation threads and vector stores. It also includes tools for custom model fine-tuning, semantic search implementation through text embeddings, and audio processing for transcription and synthesis. The capability surface covers content moderation, file management, and the ha

    PHP
    عرض على GitHub↗5,805
  • theokanning/openai-javaالصورة الرمزية لـ TheoKanning

    TheoKanning/openai-java

    4,740عرض على GitHub↗

    openai-java is a Java client library and software development kit designed to integrate OpenAI services into Java applications. It functions as a programmatic wrapper for large language model endpoints, enabling the implementation of generative AI capabilities such as chat completions, text embeddings, and the orchestration of AI agents. The library supports a wide range of multimodal tasks, including the generation and editing of images, as well as audio transcription and translation. It provides specialized tools for model training and fine-tuning, allowing users to upload datasets to impro

    Java
    عرض على GitHub↗4,740
  • openai/openai-goالصورة الرمزية لـ openai

    openai/openai-go

    2,974عرض على GitHub↗

    openai-go is an LLM SDK for Go and a client for interacting with OpenAI services. It provides type-safe bindings to generate text, images, and audio via REST endpoints, enabling the integration of large language models and AI assistant orchestration into Go applications. The library serves as an agent orchestration tool for managing stateful conversation threads and autonomous agents with integrated tool calling and file search. It also functions as an asynchronous batch processing client for monitoring large-scale request groups and fine-tuning jobs, alongside a management SDK for controllin

    Go
    عرض على GitHub↗2,974
  • getstream/vision-agentsالصورة الرمزية لـ GetStream

    GetStream/Vision-Agents

    6,029عرض على GitHub↗
    Pythonagentic-aiagentsai
    عرض على GitHub↗6,029
عرض جميع البدائل الـ 30 لـ Laravel→

الأسئلة الشائعة

ما هي وظيفة openai-php/laravel؟

This is an OpenAI API Laravel client and LLM integration library designed to connect PHP applications to large language models. It enables the integration of AI capabilities for text generation, image processing, and data automation within a Laravel environment.

ما هي الميزات الرئيسية لـ openai-php/laravel؟

الميزات الرئيسية لـ openai-php/laravel هي: OpenAI API Clients, AI-Powered Application Development, AI Service Integrations, LLM Model Integrations, Laravel Integrations, Dependency Injection Providers, Facades, API Mocking.

ما هي البدائل مفتوحة المصدر لـ openai-php/laravel؟

تشمل البدائل مفتوحة المصدر لـ openai-php/laravel: openai-php/client — This project is a PHP API client and SDK for integrating OpenAI services into PHP applications. It serves as an… theokanning/openai-java — openai-java is a Java client library and software development kit designed to integrate OpenAI services into Java… openai/openai-go — openai-go is an LLM SDK for Go and a client for interacting with OpenAI services. It provides type-safe bindings to… getstream/vision-agents. requestly/requestly. moya/moya — Moya is a network abstraction layer for Swift that provides a structured framework for defining and executing REST API…