2017 © Pedro Peláez
 

bundle seo-bundle

Symfony based seo bundle to crawl websites

image

l91/seo-bundle

Symfony based seo bundle to crawl websites

  • Tuesday, August 1, 2017
  • by alexander-schranz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SeoBundle

Symfony based seo bundle to crawl websites., (*1)

Installation

Install dependency with composer, (*2)

composer require l91/seo-bundle:dev-master

Add it to your Kernel, (*3)

new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new L91\Bundle\SeoBundle\L91SeoBundle(),

Add new routes, (*4)

l91_seo:
    resource: '@L91SeoBundle/Resources/config/routing.xml'
    prefix: /crawler

Gedmo Tree Extension Configuration, (*5)

doctrine:
    orm:
        mappings:
            gedmo_tree:
                type: xml
                prefix: Gedmo\Tree\Entity
                dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity"
                alias: GedmoTree
                is_bundle: false

stof_doctrine_extensions:
    orm:
        default:
          tree: true

Create database schema, (*6)

bin/console doctrine:schema:update

Usage

bin/console l91:seo:crawl http://www.example.org 

The Versions