2017 © Pedro Peláez
 

symfony-bundle agreement-bundle

Symfony bundle to handle agreement management features general conditions

image

idci/agreement-bundle

Symfony bundle to handle agreement management features general conditions

  • Thursday, June 7, 2018
  • by idciconsulting
  • Repository
  • 2 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

AGREEMENTBUNDLE

AgreementBundle is a symfony bundle to manage agreement bundle like general conditions., (*1)

Installation

Add dependencies in your composer.json file:, (*2)

"require": {
    ...
    "idci/agreement-bundle": "~1.0"
},

Install these new dependencies in your application using composer:, (*3)

$ composer update

Register needed bundles in your application kernel:, (*4)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new IDCI\Bundle\AgreementBundle\IDCIAgreementBundle(),
    );
}

Import the bundle configuration:, (*5)

# app/config/config.yml

imports:
    - { resource: @IDCIAgreementBundle/Resources/config/config.yml }

Tests (using docker)

Install bundle dependencies:, (*6)

$ make composer-update

To execute unit tests:, (*7)

$ make phpunit

The Versions

07/06 2018

1.0.x-dev

1.0.9999999.9999999-dev

Symfony bundle to handle agreement management features general conditions

  Sources   Download

MIT

The Requires

 

The Development Requires

agreement agreement management general conditions management

07/06 2018

dev-master

9999999-dev

Symfony bundle to handle agreement management features general conditions

  Sources   Download

MIT

The Requires

 

The Development Requires

agreement agreement management general conditions management

07/06 2018

v1.0.0

1.0.0.0

Symfony bundle to handle agreement management features general conditions

  Sources   Download

MIT

The Requires

 

The Development Requires

agreement agreement management general conditions management