awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai-php avatar

openai-php/laravel

0
View on GitHub↗
3,732 estrellas·263 forks·PHP·MIT·5 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de openai-php/laravelGráfico del historial de estrellas de openai-php/laravel

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Laravel

Proyectos open-source similares, clasificados según cuántas características comparten con Laravel.
  • openai-php/clientAvatar de openai-php

    openai-php/client

    5,805Ver en 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
    Ver en GitHub↗5,805
  • theokanning/openai-javaAvatar de TheoKanning

    TheoKanning/openai-java

    4,740Ver en 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
    Ver en GitHub↗4,740
  • openai/openai-goAvatar de openai

    openai/openai-go

    2,974Ver en 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
    Ver en GitHub↗2,974
  • getstream/vision-agentsAvatar de GetStream

    GetStream/Vision-Agents

    6,029Ver en GitHub↗
    Pythonagentic-aiagentsai
    Ver en GitHub↗6,029
Ver las 30 alternativas a Laravel→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de openai-php/laravel?

Las características principales de openai-php/laravel son: OpenAI API Clients, AI-Powered Application Development, AI Service Integrations, LLM Model Integrations, Laravel Integrations, Dependency Injection Providers, Facades, API Mocking.

¿Qué alternativas de código abierto existen para openai-php/laravel?

Las alternativas de código abierto para openai-php/laravel incluyen: 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…