Download the PHP package nyoncode/wire-boost without Composer

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

WireStack Boost

AI tooling for the Wire ecosystem — the wireStack equivalent of laravel/boost. It ships an MCP server, AI guidelines and Agent Skills that help AI coding agents build high-quality applications with wire-core, wire-forms, wire-table and wire-sortable.

Installation

wire-boost:install configures the AI agents you select (Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Junie): it writes the MCP server entry into the agent's config, merges the wireStack guidelines into the agent guideline file, and installs the skills. Re-run it any time; it is idempotent. Use php artisan wire-boost:update to refresh guidelines and skills after upgrading wire packages.

MCP server

The server is started with php artisan wire-boost:mcp (registered as the local handle wire-boost). It exposes the following tools:

WireStack-specific

Tool Purpose
application-info PHP/Laravel/Livewire versions, installed wire package versions, key config
list-wire-components Discover app Livewire components that build wire tables/forms/infolists
describe-table Resolve a table's columns, filters, actions, default sort, searchability
describe-form Resolve a form's flattened field schema
describe-infolist Resolve an infolist's entry schema
validate-wire-component Report unknown colors, unregistered icons and unresolvable attribute names
list-component-types Built-in types for a category (columns, fields, filters, actions, …)
describe-component-api Public fluent API of a component type — signatures, defaults, accepted values
list-icons Icon names registered with the wire IconManager
wire-config Effective wire-* configuration
search-wire-docs Section-level search over the full bundled wireStack documentation
fetch-wire-doc Read a documentation section, or a document outline, by id

The complete English documentation ships inside the package, so search works offline and without a checkout of the wire repo. search-wire-docs returns ranked sections with ids; pass an id to fetch-wire-doc to read one in full.

validate-wire-component targets the faults that never throw: an unknown color renders gray, an unregistered icon renders nothing, and a name the model cannot resolve renders an empty cell — none of which a render test catches.

General (parity with laravel/boost)

database-schema, database-connections, database-query (opt-in), last-error, read-log-entries, get-absolute-url, list-artisan-commands, list-routes, tinker (opt-in), browser-logs.

database-query and tinker are disabled by default; enable them with WIRE_BOOST_DATABASE_QUERY=true and WIRE_BOOST_TINKER=true.

Extending

Custom guidelines and skills placed in .ai/guidelines/* and .ai/skills/* are merged in automatically when you run the installer.


All versions of wire-boost with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
nyoncode/wire-core Version self.version
illuminate/support Version ^12.0|^13.0
illuminate/console Version ^12.0|^13.0
laravel/mcp Version ^0.8
livewire/livewire Version ^3.0
nyoncode/laravel-package-toolkit Version ^2.4.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 nyoncode/wire-boost contains the following files

Loading the files please wait ...