Download the PHP package syntatis/howdy-open-ai without Composer

On this page you can find all versions of the php package syntatis/howdy-open-ai. 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 howdy-open-ai

✨ Howdy, OpenAI

A WordPress plugin starter kit with OpenAI PHP Client.

Based of 👋 Howdy, which provides a boilerplate structure with pre-configured tools to help you start developing plugins using modern PHP practices like PSR-4 Autoloading with Composer, PHP Code Sniffer (PHPCS), and Dependency Injection (DI) Containers—without the hassle of setting everything up from scratch.

Requirements

Usage

To start a new plugin project, simply run:

This command will set up the boilerplate files in a directory named howdy-open-ai. It will ask you a few questions to customize your project, like the plugin slug, name, and the PHP namespaces.

Once you've input all these details, it will scope the plugin dependency libraries to prevent naming conflicts with other plugins which may also be using the same libraries. You can find the scoped dependencies in the dist/autoload directory.

[!TIP]
Want to create the project in a different folder? Just add the directory name at the end of the command, like this:

This will create the project in the awesome-plugin directory.
For more details, check out the Composer CLI documentation.

After the project setup is complete, run the following command within your plugin directory to start compiling the assets, like the stylesheets and the JavaScript files. It will also watch for the changes within the files and recompile them automatically.

Commands

Commands are available to help you with the development process. You can run these commands from the root of your plugin directory.

Command Description
composer scoper Scopes the plugin Composer dependencies to prevent namespace conflicts with other plugins.
composer build Run the plugin build process for production i.e. updating the translation POT file, and prefixing namespace.
composer plugin:zip Creates a zip file of the plugin for distribution. Based on the Composer archive. Refer to the documentation for the available options to run the command.
npm run start Compiles the assets, like the stylesheets and the JavaScript files, and watches for the changes within the files to recompile them automatically.
npm run build Builds the assets for production. It compiles the assets, like the stylesheets and the JavaScript files, and minifies them for production use.

References


All versions of howdy-open-ai with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
nyholm/psr7 Version ^1.8
openai-php/client Version ^0.10.1
symfony/http-client Version ^6.4
syntatis/codex Version ^0.2
syntatis/codex-settings-provider Version ^0.2
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 syntatis/howdy-open-ai contains the following files

Loading the files please wait ....