{"id":17226816,"url":"https://github.com/dantleech/sfdc","last_synced_at":"2025-07-28T16:33:01.508Z","repository":{"id":11555192,"uuid":"14041160","full_name":"dantleech/sfdc","owner":"dantleech","description":"Symfony Fragment Documentation Converter","archived":false,"fork":false,"pushed_at":"2013-11-03T09:43:01.000Z","size":104,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-16T04:17:16.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dantleech.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":"2013-11-01T11:01:15.000Z","updated_at":"2013-11-03T09:43:02.000Z","dependencies_parsed_at":"2022-09-23T00:01:29.589Z","dependency_job_id":null,"html_url":"https://github.com/dantleech/sfdc","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/dantleech%2Fsfdc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantleech%2Fsfdc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantleech%2Fsfdc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dantleech%2Fsfdc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dantleech","download_url":"https://codeload.github.com/dantleech/sfdc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227934119,"owners_count":17843447,"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-15T04:17:18.641Z","updated_at":"2024-12-03T14:22:50.251Z","avatar_url":"https://github.com/dantleech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony Documentation XML Fragment Converter\n\nThis application converts well defined XML fragments into alternative formats,\n\ne.g.\n\n````bash\n$ php sfdc.php test/Type/SfContainer3.xml \nxml\n---\n\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003ccontainer xmlns=\"http://symfony.com/schema/dic/services\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd\"\u003e\n\n    \u003cservices\u003e\n        \u003cservice id=\"my_mailer\" class=\"Acme\\HelloBundle\\Mailer\"\u003e\n            \u003cargument\u003esendmail\u003c/argument\u003e\n        \u003c/service\u003e\n    \u003c/services\u003e\n\u003c/container\u003e\n\nyaml\n----\n\nservices:\n    my_mailer:\n        class: Acme\\HelloBundle\\Mailer\n        arguments:\n            - sendmail\n\nphp\n---\n\nuse Symfony\\Component\\DependencyInjection\\Reference;\n// ...\n\n$container-\u003eregister('my_mailer', 'Acme\\HelloBundle\\Mailer')\n  -\u003eaddArgument('sendmail')\n;\n````\n\nThere is also a web interface accessed via `index.php`: http://sfdc.dantleech.com.\n\n## Converters\n\nThe application works by asking each class in a set of \"Converter\" classes if\nthey can convert the given XML fragment. Each converter returns a score\ndepending on how specific it is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdantleech%2Fsfdc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdantleech%2Fsfdc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdantleech%2Fsfdc/lists"}