├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Md. Rakibul Islam 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Awesome PHP Open AI Projects 2 | - [OpenAI PHP](https://github.com/openai-php/client) - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API. 3 | - [OpenAI PHP SDK](https://github.com/orhanerday/open-ai) - PHP SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. 4 | - [ OpenAI PHP for Symfony](https://github.com/openai-php/symfony) - OpenAI PHP for Symfony is a supercharged PHP API client that allows you to interact with OpenAI API 5 | - [ChatGPT Clone](https://github.com/beyondcode/chatgpt-clone) - A ChatGPT clone using the new OpenAI chat completions API 6 | - [ChatGPT Module for Magento](https://github.com/SamueleMartini/Magento-GPT-3-integration) - Module to integrate Open AI GPT-3 in Magento 7 | - [OpenRewrite](https://github.com/mostafa-amine/OpenRewrite) - A tool for automatically rewriting text to change its tone, structure, focus, or other aspects 8 | - [Chat using OpenAI API from CLI](https://github.com/maurobonfietti/chat-open-ai-cli) - Ask questions to OpenAI API using the CLI. 9 | - [Live Text Stream Supported ChatGPT Clone](https://github.com/orhanerday/ChatGPT) - ChatGPT AI Supported, ChatGPT clone is a simple web application powered by the OpenAI library and built with PHP. 10 | - [DALL·E PHP](https://github.com/orhanerday/DALLE-Examples) - Access DALL·E with PHP Forms. 11 | - [OpenAI Image generation](https://github.com/krisciunaskarolis/openai-images-generator) - PHP client for OpenAI Images generation API 12 | - [GitHub Summarizer (ChatGPT)](https://github.com/stevebauman/github-summarizer) - Summarize GitHub pull requests and commits using ChatGPT, for free. 13 | - [OpenAI-Game](https://github.com/ZSamuels28/OpenAI-Chat-Game-PHP) - A web game made with the OpenAI API 14 | - [ChatGPT PHP SDK](https://github.com/HaoZi-Team/ChatGPT-PHP) - Official and Reverse Engineered ChatGPT PHP SDK (Not GPT-3) 15 | - [OpenAI REST API Client](https://github.com/tectalichq/public-openai-client-php) - OpenAI API Client for PHP. Includes all endpoints and models (DTOs) for all requests and responses. 16 | - [Finetuning ChatGPT to output better PHP code](https://github.com/thebigsmileXD/chatgpt-phpchan) - A prompt hack similar to ChatGPT DAN (do anything now) for PHP 17 | - [PHP OpenAI API Client](https://github.com/webboy/open-ai-api-client) - A simple community-maintained PHP client library for interacting with the OpenAI API. 18 | 19 | ### Laravel 20 | - [OpenAI PHP for Laravel](https://github.com/openai-php/laravel) - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API 21 | - [OpenAI powered fixes for Laravel](https://github.com/nanos/openai-exceptions) - Use the OpenAI API to show AI powered fixes for your Laravel Errors 22 | 23 | --------------------------------------------------------------------------------