2017 © Pedro Peláez
 

ezplatform-bundle ezplatform-link-manager

Links management for eZ Platform

image

ezsystems/ezplatform-link-manager

Links management for eZ Platform

  • Monday, December 11, 2017
  • by ezrobot
  • Repository
  • 17 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ezplatform-link-manager

This package provides prototype of Public API and UI for links management in eZ Platform., (*1)

NOTE: This bundle is currently only integrating with eZ Platform UI 1.x, integration with 2.x is planned., (*2)

Features

  • UI for an overview of all URLs with pagination and filtering
  • UI for viewing details of a URL including basic information (address, status, last checked, created, modified date) and usages listing.
  • UI for a URL editing
  • Public API for links management

Installation

  1. Enable the bundle in the kernel:
<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new EzSystems\EzPlatformLinkManagerBundle\EzPlatformLinkManagerBundle(),  
        // ...
    );

    // ...
}
  1. Import routing files
# app/config/routing.yml

_linkManager:
    resource: '@EzPlatformLinkManagerBundle/Resources/config/routing.yml'
  1. Require the bundle with composer
composer require ezsystems/ezplatform-link-manager:dev-master
  1. Done. You should be able to see "Link management" menu item under the Admin tab your administration panel.

The Versions

26/11 2017

dev-link_checker

dev-link_checker

Links management for eZ Platform

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

23/11 2017

0.x-dev

0.9999999.9999999.9999999-dev

Links management for eZ Platform

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires