{"id":23380579,"url":"https://github.com/flix-tech/mfbredirectbundle","last_synced_at":"2025-04-08T07:43:01.967Z","repository":{"id":5197378,"uuid":"6372499","full_name":"flix-tech/MFBRedirectBundle","owner":"flix-tech","description":null,"archived":false,"fork":false,"pushed_at":"2012-11-19T09:35:44.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-14T04:51:12.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"harryjoy/premage","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flix-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-24T15:36:47.000Z","updated_at":"2016-01-24T11:04:31.000Z","dependencies_parsed_at":"2022-09-09T13:01:43.002Z","dependency_job_id":null,"html_url":"https://github.com/flix-tech/MFBRedirectBundle","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/flix-tech%2FMFBRedirectBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flix-tech%2FMFBRedirectBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flix-tech%2FMFBRedirectBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flix-tech%2FMFBRedirectBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flix-tech","download_url":"https://codeload.github.com/flix-tech/MFBRedirectBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801198,"owners_count":20998331,"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-12-21T20:16:49.551Z","updated_at":"2025-04-08T07:43:01.931Z","avatar_url":"https://github.com/flix-tech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MFBRedirectBundle\n\n## Description\n\nThis bundle adds an entity which you can manage with SonataAdmin to create redirects on the fly.\nVery basic implementation and no fail-safes, but routing logic works like a charm.\nDepends on Memcache at the moment.\n\n## Credits\n\nThanks for the insight to routing to\nhttp://php-and-symfony.matthiasnoback.nl/2012/01/symfony2-dynamically-add-routes/\n\n\n## Install\n\nAdd this to your deps file on Symfony2.0\n\n```\n[MFBRedirectBundle]\n    git=git@github.com:meinfernbusde/MFBRedirectBundle.git\n    target=/bundles/MFB/RedirectBundle\n\n[LiipDoctrineCacheBundle]\n    git=git@github.com:liip/LiipDoctrineCacheBundle.git\n    target=/bundles/Liip/DoctrineCacheBundle\n```\n\nAdd to autoload.php\n\n```php\n    'MFB'              =\u003e __DIR__.'/../vendor/bundles',\n```\nLoad bundle in your AppKernel.php\n\n```php\nnew MFB\\RedirectBundle\\MFBRedirectBundle(),\n```\n\nEnable caching in your config\n\n```yaml\nliip_doctrine_cache:\n    namespaces:\n        # name of the service (aka liip_doctrine_cache.ns.mc)\n        mc:\n            namespace: mfb\n            type: memcache\n            # name of a service of class Memcached that is fully configured (optional)\n            # id: my_memcached_service\n            port: %memcache_port%\n            host: %memcache_host%\n```\n\nAdd data to parameters.ini\n\n```ini\n    memcache_host = localhost\n    memcache_port = 11211\n```\n\nInclude bundle in your routing.yml\n\n```yaml\nMFBRedirectBundle:\n   resource: .\n   type: extra\n```\n\n### Last but not least:\nUpdate your database, we use Doctrine migrations for that.\n\n## License\nThis software is released under MIT License. Check LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflix-tech%2Fmfbredirectbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflix-tech%2Fmfbredirectbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflix-tech%2Fmfbredirectbundle/lists"}