{"id":15529028,"url":"https://github.com/alexander-schranz/seobundle","last_synced_at":"2025-04-04T09:41:50.512Z","repository":{"id":57010399,"uuid":"98584178","full_name":"alexander-schranz/SeoBundle","owner":"alexander-schranz","description":"Symfony based seo bundle to crawl websites","archived":false,"fork":false,"pushed_at":"2017-07-31T22:08:20.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T20:18:16.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexander-schranz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-27T22:19:21.000Z","updated_at":"2018-12-03T07:52:58.000Z","dependencies_parsed_at":"2022-08-21T15:10:10.592Z","dependency_job_id":null,"html_url":"https://github.com/alexander-schranz/SeoBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-schranz%2FSeoBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-schranz%2FSeoBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-schranz%2FSeoBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexander-schranz%2FSeoBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexander-schranz","download_url":"https://codeload.github.com/alexander-schranz/SeoBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157077,"owners_count":20893202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T11:16:00.968Z","updated_at":"2025-04-04T09:41:50.482Z","avatar_url":"https://github.com/alexander-schranz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SeoBundle\n\nSymfony based seo bundle to crawl websites.\n\n## Installation\n\n**Install dependency with composer**\n\n```bash\ncomposer require l91/seo-bundle:dev-master\n```\n\n**Add it to your Kernel**\n\n```php\nnew Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle(),\nnew L91\\Bundle\\SeoBundle\\L91SeoBundle(),\n```\n\n**Add new routes**\n\n```yml\nl91_seo:\n    resource: '@L91SeoBundle/Resources/config/routing.xml'\n    prefix: /crawler\n```\n\n**Gedmo Tree Extension Configuration**\n\n```yml\ndoctrine:\n    orm:\n        mappings:\n            gedmo_tree:\n                type: xml\n                prefix: Gedmo\\Tree\\Entity\n                dir: \"%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity\"\n                alias: GedmoTree\n                is_bundle: false\n\nstof_doctrine_extensions:\n    orm:\n        default:\n          tree: true\n```\n\n**Create database schema**\n\n```bash\nbin/console doctrine:schema:update\n```\n\n## Usage\n\n```\nbin/console l91:seo:crawl http://www.example.org \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-schranz%2Fseobundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexander-schranz%2Fseobundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexander-schranz%2Fseobundle/lists"}