Download the PHP package apedik/module-ai-blog without Composer

On this page you can find all versions of the php package apedik/module-ai-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-ai-blog

Magento ChatGPT Integration Module for Mageplaza Blog

Overview

This Magento module extends the functionality of the Mageplaza Blog module by integrating ChatGPT for post and description generation. With this integration, you can enhance your blog posts by automatically generating relevant and engaging content using ChatGPT's natural language processing capabilities.

Features

Requirements

Installation

Configure the settings in the Magento Admin Panel.

Configuration

  1. Log in to the Magento Admin Panel.
  2. Navigate to Stores > Configuration > Mageplaza > Better Blog > AI.
  3. Configure the following settings:

    • Enable AI: Enable or disable the ChatGPT integration.
    • API Key: Enter your ChatGPT API key. TODO encrypted
    • API URL: https://api.openai.com/v1/chat/completions TODO default
    • Same short/meta description: Use same content for short and meta description
    • ChatGPT Language Model: Select the desired ChatGPT language model. TODO
    • Additional Configuration Options: Configure any additional settings specific to your use case.
  4. Click on the "Save Config" button.

Usage

Once the module is installed and configured, two buttons will appear in the post edit form, located under the "Content" and "Meta Description" sections. Fill in the post name and then click these buttons to automatically generate the post and description based on the post title.

Support and Issues

For any issues or questions regarding this module, please open a new issue on the GitHub repository.

Contributing

We welcome contributions from the community. If you have any improvements or new features to suggest, please submit a pull request.

TODO

License

This module is licensed under the MIT License. Feel free to use, modify, and distribute it as needed.


All versions of module-ai-blog with dependencies

PHP Build Version
Package Version
Requires magento/framework Version *
mageplaza/magento-2-blog-extension Version 4.1.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package apedik/module-ai-blog contains the following files

Loading the files please wait ....