Download the PHP package prevailexcel/botstart without Composer

On this page you can find all versions of the php package prevailexcel/botstart. 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 botstart

BotStart CLI

No more complicated BotMan in Laravel setups.

The BotStart CLI helps you set up BotMan projects in Laravel. It provides a single command that automates the installation of BotMan dependencies, creates necessary BotMan files and configurations, and sets up a fresh Laravel project (of your choice or the latest one) if one is not already installed.

Installation

To install the BotStart CLI, you need to use Composer. Run the following command to download the BotStart CLI globally:

Configuration

After installing, ensure that the $HOME/.composer/vendor/bin directory (or the equivalent directory for your operating system) is included in your $PATH. This allows your system to locate the botstart executable.

Creating a New Laravel and BotMan Project

Once the installer is set up, you can create a new Laravel and BotMan project using the botstart new {project-name} {laravel-version} command. Replace your_project_name with the desired name for your project:

For example, to create a project with Laravel 11 named weatherbot, you would run:

This command will create a directory named weatherbot containing a fresh Laravel 11 Project with everything you need to get started, including a Tinker.

If you already have a Laravel project started at that directory, it will go ahead to setupp botman for you there without any extra command.

To use the tinker, simply run

BotStart installs a modified botman/tinker package which you can get here https://github.com/prevailexcel/botman-tinker.

Web Widget

This installer also gives you the webwidget to test your bot immediately. Simply run your project and go to the welcome or base url.

Then go to http://127.0.0.1:8000 or whereever your project is served.

What exactly does it do?

Documentation

You can find the BotMan and BotMan Studio documentation at http://botman.io.

If you want to thank me?

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word! Big Thanks to Marcel Pociot for creating the BotMan project. I simply want to make it a lot easier for more developers.

Thanks! Chimeremeze Prevail Ejimadu

License

The MIT License (MIT). Please see License File for more information.


All versions of botstart with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0 || ^8.0
symfony/console Version ^5.4 || ^6.0 || ^7.0
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 prevailexcel/botstart contains the following files

Loading the files please wait ....