Download the PHP package brunty/kahlan-mink without Composer

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

Kahlan Mink

Build Status

🌍 Provides functionality to work with Mink within Kahlan. Also provides a way to boot a PHP web server when tests run.

Inspired and based on this: http://radify.io/blog/end-to-end-functional-testing-with-kahan/ - many thanks to Simon JAILLET for not only Kahlan, but the blog post on end to end testing in Kahlan.

Requirements

Installation & Usage

composer require brunty/kahlan-mink --dev

Once required, setup your configuration file kahlan-config.php to register mink with Kahlan (making sure to pass through $this to the method):

If you want to start a PHP server when your tests start and stop it when test execution finishes then register the PhpServer with Kahlan as well:

If you want to use the url() helper function, register a base URL in your config file under the brunty.kahlan-mink.base-url key. All URLs via the url() function will be appended to this.

Based on the above, calling url('my-page') will return http://localhost:8888/my-page

Once that's done, you can use the functions to access things via Mink:

Contributing

This started as a small personal project.

Although this project is small, openness and inclusivity are taken seriously. To that end a code of conduct (listed in the contributing guide) has been adopted.

Contributor Guide


All versions of kahlan-mink with dependencies

PHP Build Version
Package Version
Requires kahlan/kahlan Version ^3.1
behat/mink Version ^1.7
behat/mink-goutte-driver 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 brunty/kahlan-mink contains the following files

Loading the files please wait ....