Download the PHP package imliam/boots without Composer

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

Boots 🥾

Build Status Total Downloads Latest Stable Version License

Give your AI guidelines some boots, so they can walk from one agent to the next.

Introduction

Boots is a slimmed-down fork of Laravel Boost with one goal: to provide a way to make your AI guidelines consistent across different agents, no matter what your app's stack is.

What's the difference?

[!NOTE] It is still recommended to use Laravel Boost in a Laravel application - the additional features it provides are worth it.

With this, you can easily switch between different AI agents or have multiple team members using different agents on the same project, while keeping your guidelines consistent and up to date.

Usage

Boots can be installed globally via Composer, then run via the boots command in your terminal:

Or run via cpx:

When run, Boots will prompt you to ask which agents you wish to generate guidelines files for. Boots will also try to automatically detect which agents you may be using based on your existing AI guideline files or tools you have installed.

Boots will look for a ./.ai/guidelines directory in your current working directory and process all files within it, compiling them into agent-specific guidelines.

[!IMPORTANT] You should put all your project's AI guidelines files in the ./.ai/guidelines directory - Boots will handle the rest.

Migrating Existing Guidelines

If you already have AI guideline files scattered throughout your project (like .github/copilot-instructions.md, .cursor/rules/boots.mdc, etc.), you can use the stomp command to automatically find and move them to the standardized .ai/guidelines/ structure, giving you a single source of truth you can then clean up as needed.

The following agents are supported out of the box:


All versions of boots with dependencies

PHP Build Version
Package Version
Requires symfony/console Version ^7.3
laravel/prompts Version ^0.3.6
illuminate/collections Version ^12.28
symfony/process Version ^7.3
symfony/finder Version ^7.3
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 imliam/boots contains the following files

Loading the files please wait ...