Download the PHP package sandermuller/project-boost without Composer

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

project-boost-php

Latest Version on Packagist GitHub Tests Action Status Total Downloads Laravel Boost

AI agent skills for PHP application developers — any framework, or none. Two framework-agnostic skills plus a foundation guideline that frames the codebase as an application rather than a package. It rides the sandermuller/boost-core sync engine and ships no code of its own.

Documentation: https://sandermuller.github.io/boost-core/packages/project-boost-php/

laravel/boost is Laravel-only. This package covers Symfony, plain-PHP, and framework-agnostic applications. Building a Laravel app? Install sandermuller/project-boost-laravel instead — it coexists with laravel/boost rather than replacing it. Not sure which member fits? The picker decides it in two questions.

What you get

Two skills — universally applicable PHP practices, not tied to any architecture.

Skill Triggers when
dependency-injection Constructor injection, container hygiene, avoiding service locators
legacy-coexistence Adding modern PHP (typed properties, readonly, enums) to a 7.x codebase incrementally

One guidelinefoundation. Framework-agnostic application-developer framing: what an application codebase is, how its edges form its real contract, and how to work in it. Always shipped, no tag required.

Want architecture-specific guidance (DDD layering, repositories, domain modeling)? Those shipped through 0.x but were dropped at 1.0 to keep the default framework-agnostic. Copy any you want into your own .ai/skills/<name>/SKILL.md (host copies shadow vendor skills), or exclude a shipped skill with ->withExcludedSkills(['sandermuller/project-boost-php:<name>']).

Install

PHP 8.3+. Pulls in sandermuller/boost-core transitively.

Minimal boost.php:

withAllowedVendors() is explicit on purpose: an installed dependency's skills sync only when its package name is listed.

Documentation

Topic Page
What this package ships, and how it compares to laravel/boost Overview
Install and first run Install
boost.php, skill sources, coexistence, auto-sync Configuration
Tags, skill dependencies, remote skills, conventions, file ownership Guide
Every command and exit code CLI reference

The semver-protected surface is in PUBLIC_API.md.

Testing

Pest suite — sanity tests on the shipped skill and guideline set: skills parse with a name matching the filename and a non-empty description; guidelines are frontmatter-free and open with a Markdown heading.

License

MIT. See LICENSE.


All versions of project-boost with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
sandermuller/boost-core Version ^1.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 sandermuller/project-boost contains the following files

Loading the files please wait ...