Download the PHP package lemaur/toolbox without Composer

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

Tools for Artisan!

Toolbox full of useful packages to keep your Laravel project compliant with your coding standards.
It provides a minimum configuration to help you start with static analysis, code styling and testing.

Latest Version on Packagist Total Downloads License GitHub PHPMD GitHub Sponsors Trees

What's Included

Support Me

Hey folks,

Do you like this package? Do you find it useful, and it fits well in your project?

I am glad to help you, and I would be so grateful if you considered supporting my work.

You can even choose 😃:

Installation

Install the package via composer:

if you still using php8.0 you should use:

Launch the installation:

Be careful, this package was created to be used on a fresh new Laravel project.
Commands listed below will OVERWRITE your existing files!

If you install this package in a fresh Laravel installation, you can simply run:

⬇️ configure only Pest and Dusk test suites. Those files will be overwritten.

Otherwise, you can install only the group of files you need without test suites:

⬇️ will overwrite phpstan.neon.

or you can specify multiple values, ⬇️ will overwrite pint.json.

Available values for the --only option:

Add those scripts to your composer.json:

Allow plugins to be executed by Composer, by putting these lines on composer.json:

Available Commands

Generate PHPDoc for your models and
other (helpful for your IDE and static analysis tools) for more info

Run code refactoring for more info

Run code style formatting for more info

Run static analysis for more info

Run tests for more info

Run tests with coverage for more info

Run e2e tests for more info

Run mutation tests for more info

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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


All versions of toolbox with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
barryvdh/laravel-debugbar Version ^3.7
barryvdh/laravel-ide-helper Version ^2.12
brianium/paratest Version ^6.6
driftingly/rector-laravel Version ^0.14.1
ergebnis/phpstan-rules Version ^1.0
graham-campbell/analyzer Version ^3.1
illuminate/contracts Version ^8.0|^9.0
infection/infection Version dev-master
johnkary/phpunit-speedtrap Version ^v4.0
laravel/dusk Version ^7.0
nunomaduro/larastan Version ^2.2
pestphp/pest Version ^1.22
pestphp/pest-plugin-faker Version ^1.0
pestphp/pest-plugin-laravel Version ^1.3
pestphp/pest-plugin-mock Version ^1.0
pestphp/pest-plugin-parallel Version ^v1.2
phpstan/phpstan-deprecation-rules Version ^1.0
phpstan/phpstan-strict-rules Version ^1.0
rector/rector Version ^0.14.7
roave/security-advisories Version dev-latest
spatie/laravel-package-tools Version ^1.4.3
spatie/laravel-ray Version ^1.0
spatie/pest-plugin-snapshots Version ^1.1
spatie/pest-plugin-test-time Version ^1.1
thecodingmachine/phpstan-safe-rule Version ^1.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 lemaur/toolbox contains the following files

Loading the files please wait ....