Download the PHP package phpbenchmarks/benchmark-kit without Composer

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


www.phpbenchmarks.com

Benchmark kit is a tool to add a framework or a template engine benchmark on phpbenchmarks.com.

Documentation

Requirements

You will need Docker ^18.06 to make it work.

Installation

Everything you need to use benchmark kit is is phpbenchkit.sh.

Install it as global bin and give it execute mode:

Then call phpbenchkit, it will add vhosts and run Docker benchmatk kit container:

Benchmark kit commands

List available commands:

Almost all commands accept this option:

1 Ask us to create repositories

You can ask us to create repositories with contact form.

Tell us which component and version you want to benchmark, and your github username to allow you to commit on this repositories.

We will send you an email when repositories will be created.

2 Initialize code

To make your benchmark work you will need some files into .phpbenchmarks directory:

All this files can be created and configured with configure commands.

See list of configure commands with phpbenchkit configure:.

You can call phpbenchkit configure:benchmark to create all of them or use the one your need.

You can validate each part of your configuration with validate.

See list of validation commands with with phpbenchkit validate:.

4 Add required feaures for benchmarks

Choose the component type and benchmark type you want to code:

Note that all component benchmarks needs to bo validated to make your component appear on phpbenchmarks.com.

5 Test and validate your code

Docker container provide a domain to test your code: http://benchmark-kit.loc.

To change PHP version (CLI and FPM):

When you think it's ok, use phpbenchkit validate:benchmark to validate it.

6 Submit your code

When phpbenchkit validate:benchmark say it's good, push your code, then you can tell us to launch benchmarks with contact form.

Thank you!


All versions of benchmark-kit with dependencies

PHP Build Version
Package Version
No informations.
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 phpbenchmarks/benchmark-kit contains the following files

Loading the files please wait ....