2017 © Pedro Peláez
 

library publish-workflow-bridge

Publish workflow library

image

fdevs/publish-workflow-bridge

Publish workflow library

  • Sunday, March 5, 2017
  • by andrey1s
  • Repository
  • 3 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Publish Workflow Bridge

Installation

Publish Workflow uses Composer, please checkout the composer website for more information., (*1)

The simple following command will install publish-workflow-bridge into your project. It also add a new entry in your composer.json and update the composer.lock as well., (*2)

composer require fdevs/publish-workflow-bridge

Documentation

Use with symfony framework

add bundle to AppKernel, (*3)

<?php
//app/AppKernel.php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

class AppKernel extends Kernel
{
    /**
     * {@inheritdoc}
     */
    public function registerBundles()
    {
        $bundles = [
            new FDevs\Bridge\PublishWorkflow\FDevsPublishWorkflowBundle(),
        ];
    }

}

License

This library is under the MIT license. See the complete license in the Library:, (*4)

Resources/meta/LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*5)


Created by 4devs - Check out our blog for more insight into this and other open-source projects we release., (*6)

The Versions