An open API service indexing awesome lists of open source software.

https://github.com/artisan-build/bench

A package of small local development tools that we use on all of our projects
https://github.com/artisan-build/bench

composer development local package

Last synced: about 1 year ago
JSON representation

A package of small local development tools that we use on all of our projects

Awesome Lists containing this project

README

          

# Bench by Artisan Build

This package provides a workbench full of small tools that we use for package and application development.

## Installation

```bash
composer require artisan-build/bench
```

You should publish the configuration.

```bash
php artisan vendor:publish --tag="bench-config"
```
## Usage

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security Vulnerabilities

This package is covered by the [Artisan Build Community Security Policy](https://artisan.community/.well-known/security.txt)

## Credits

- [Ed Grosvenor](https://github.com/edgrosvenor)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Memberware

This is an internal tool that we have created for our own use. We do not accept PRs or issues related to this package.
The repository at https://github.com/artisan-build/bench is a read-only subtree split from our internal package manager
called Kibble. The full source of Kibble and the ability to contribute PRs and open issues on it and its components
(like Bench) is available to premium members of the Artisan Build Community.

Please visit https://artisan.community to learn more.