fdevs / publish-workflow-bridge
Publish workflow library
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
pkg:composer/fdevs/publish-workflow-bridge
Requires
- php: >=5.4
- fdevs/publish-workflow: ~0.1
Requires (Dev)
- doctrine/mongodb-odm: ~1.0
- symfony/config: ~2.8|~3.0
- symfony/dependency-injection: ~2.8|~3.0
- symfony/security: ~2.8|~3.0
This package is auto-updated.
Last update: 2022-09-28 14:35:42 UTC
README
Installation
Publish Workflow uses Composer, please checkout the composer website for more information.
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.
composer require fdevs/publish-workflow-bridge
Documentation
Use with symfony framework
add bundle to AppKernel
<?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:
Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
Created by 4devs - Check out our blog for more insight into this and other open-source projects we release.