All Projects → FriendsOfBehat → Crosscontainerextension

FriendsOfBehat / Crosscontainerextension

Licence: mit
⚔️ [DEPRECATED] Makes possible to inject services and parameters from other containers.

Projects that are alternatives of or similar to Crosscontainerextension

Behatnoextension
This Behat extension makes it possible to extend Behat without having to write an extension yourself.
Stars: ✭ 34 (-64.95%)
Mutual labels:  symfony, behat
Symfony 3 Rest Api Example
Symfony 3 RESTful API Example
Stars: ✭ 90 (-7.22%)
Mutual labels:  symfony, behat
Php Ddd Example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 5
Stars: ✭ 1,960 (+1920.62%)
Mutual labels:  symfony, behat
Symfonyextension
🎼 Extension integrating Behat with Symfony.
Stars: ✭ 376 (+287.63%)
Mutual labels:  symfony, behat
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (+379.38%)
Mutual labels:  symfony, behat
Symfony2extension
Symfony2 extension for Behat
Stars: ✭ 400 (+312.37%)
Mutual labels:  symfony, behat
Bicing Api
Get statistics and locations of bicycle stations through REST API
Stars: ✭ 149 (+53.61%)
Mutual labels:  symfony, behat
Bdd Experiment
An experiment on BDD in Symfony2 using Behat, Mink and Zombie.js
Stars: ✭ 12 (-87.63%)
Mutual labels:  symfony, behat
Symfonystarter
[DEPRECATED] Please use the new version here https://github.com/Monofony/Monofony
Stars: ✭ 77 (-20.62%)
Mutual labels:  symfony, behat
Marketing
The symfony.com content
Stars: ✭ 87 (-10.31%)
Mutual labels:  symfony
Whiteoctobertcpdfbundle
A bundle to facilitate using TCPDF for PDF generation in Symfony applications
Stars: ✭ 91 (-6.19%)
Mutual labels:  symfony
Platform
Shopware 6 is an open source eCommerce platform realised by the ideas and the spirit of its community.
Stars: ✭ 1,267 (+1206.19%)
Mutual labels:  symfony
Web Server Bundle
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.
Stars: ✭ 1,281 (+1220.62%)
Mutual labels:  symfony
Behat Api Extension
API extension for Behat, used to ease testing of JSON-based APIs
Stars: ✭ 92 (-5.15%)
Mutual labels:  behat
Connect
The SymfonyConnect official API SDK
Stars: ✭ 86 (-11.34%)
Mutual labels:  symfony
Easy Security Bundle
EasySecurityBundle
Stars: ✭ 95 (-2.06%)
Mutual labels:  symfony
Security Core
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
Stars: ✭ 1,264 (+1203.09%)
Mutual labels:  symfony
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-3.09%)
Mutual labels:  symfony
Docker Symfony
🐳 A docker multicontainer with NGINX, PHP7-FPM, MySQL and ELK (Elasticsearch Logstash and Kibana)
Stars: ✭ 1,305 (+1245.36%)
Mutual labels:  symfony
Symfony Phpstorm Meta
PhpStorm meta data for expected arguments completion.
Stars: ✭ 84 (-13.4%)
Mutual labels:  symfony

Cross Container Extension License Version Build status on Linux Scrutinizer Quality Score

Makes possible to inject services and parameters from other containers.

This library is deprecated! It will not be supported anymore - if you're using it with ContextServiceExtension v1 and SymfonyExtension v1, please consider an upgrade to SymfonyExtension v2.

Usage

  1. Install it:

    $ composer require friends-of-behat/cross-container-extension --dev
    
  2. Enable this extension and configure Behat to use it:

    # behat.yml
    default:
        # ...
        extensions:
            FriendsOfBehat\CrossContainerExtension: ~
    
  3. Use it together with FriendsOfBehat\ContextServiceExtension or FriendsOfBehat\ServiceContainerExtension.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].