Download the PHP package ramsey/devtools without Composer

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

ramsey/devtools

A Composer plugin to aid PHP library and application development.

Source Code Download Package PHP Programming Language Read License Build Status Codecov Code Coverage Psalm Type Coverage

About

I created this Composer plugin because I got tired of making changes to development tools and scripts in my repositories, only to find I liked the change so much, I now needed to apply it to all my repositories. This is an effort to consolidate and simplify.

These tools might not be for you, and that's okay.

Maybe these tools help a lot, but you have different needs. That's also okay. You may create your own devtools, requiring ramsey/devtools-lib (the library code behind this plugin), to extend and add to these tools, creating your own Composer plugin.

Of course, if you want to help improve these tools, I welcome your contributions. Feel free to open issues, ask about or request features, and submit PRs. I can't wait to see what you come up with.

This project adheres to a code of conduct. By participating in this project and its community, you are expected to uphold this code.

Installation

Install this package as a development dependency using Composer.

Usage

This package is a Composer plugin. This means Composer recognizes that it provides custom functionality to your composer command. After installation, type composer list, and you'll see a lot of new commands that this plugin provides.

Add a Command Prefix

The commands this plugin provides are all intermingled with the rest of the Composer commands, so it may be hard to find them all. We have a way to group them by command namespace, though. Open composer.json and add a ramsey/devtools.command-prefix property to the extra section. You may use any prefix you wish.

Now, when you type composer list (or just composer), you'll see a section of commands that looks like this:

You can also list commands by command prefix with composer list my-prefix.

Extending or Overriding ramsey/devtools Commands

Maybe the commands ramsey/devtools provides don't do everything you need, or maybe you want to replace them entirely. The configuration allows you to do this!

Using the ramsey/devtools.commands property in the extra section of composer.json, you may specify any command (without your custom prefix, if you've configured one) as having other scripts to run, in addition to the command's default behavior, or you may override the default behavior entirely.

Specifying additional scripts works exactly like writing custom commands in composer.json, but the location is different. Everything you can do with a custom Composer command, you can do here because they're the same thing.

In this way, when you run composer my-prefix:lint:all or composer my-prefix:test:all, it will execute the default behavior first and then run your additional commands. To override the default behavior so that it doesn't run at all and only your scripts run, specify the override property and set it to true.

Contributing

Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTING.md.

Coordinated Disclosure

Keeping user information safe and secure is a top priority, and we welcome the contribution of external security researchers. If you believe you've found a security issue in software that is maintained in this repository, please read SECURITY.md for instructions on submitting a vulnerability report.

Copyright and License

The ramsey/devtools library is copyright © Ben Ramsey and licensed for use under the terms of the MIT License (MIT). Please see LICENSE for more information.


All versions of devtools with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
composer-plugin-api Version ^2.3
captainhook/captainhook Version ^5.15
captainhook/plugin-composer Version ^5.3
ergebnis/composer-normalize Version ^2.30
madewithlove/license-checker Version ^1.4
pds/skeleton Version ^1.0
phly/keep-a-changelog Version ^2.12
php-parallel-lint/php-console-highlighter Version ^1.0
php-parallel-lint/php-parallel-lint Version ^1.3
phpstan/extension-installer Version ^1.2
phpstan/phpstan Version ^1.10 || ^2.0
phpstan/phpstan-mockery Version ^1.1 || ^2.0
phpstan/phpstan-phpunit Version ^1.3 || ^2.0
phpunit/phpunit Version ^10.1 || ^11.0 || ^12.0
psalm/plugin-mockery Version ^1.1
psalm/plugin-phpunit Version ^0.18.4 || ^0.19.0
ramsey/coding-standard Version ^2.2
ramsey/composer-repl Version ^1.5
ramsey/conventional-commits Version ^1.5
ramsey/devtools-lib Version ^2.0
roave/security-advisories Version dev-latest
vimeo/psalm Version ^5.8 || ^6.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 ramsey/devtools contains the following files

Loading the files please wait ...