{"id":15562261,"url":"https://github.com/eufelipemateus/http_build_url","last_synced_at":"2025-03-29T04:44:34.574Z","repository":{"id":114254225,"uuid":"441360009","full_name":"eufelipemateus/http_build_url","owner":"eufelipemateus","description":"This is php fucntion generate urls with scheme.","archived":false,"fork":false,"pushed_at":"2021-12-29T19:50:20.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T15:28:02.530Z","etag":null,"topics":["php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/felipemateus/http-build-url","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eufelipemateus.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-24T03:55:44.000Z","updated_at":"2023-04-03T08:07:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"49c07625-a82d-4221-8019-cbf29f96d610","html_url":"https://github.com/eufelipemateus/http_build_url","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fhttp_build_url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fhttp_build_url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fhttp_build_url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eufelipemateus%2Fhttp_build_url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eufelipemateus","download_url":"https://codeload.github.com/eufelipemateus/http_build_url/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140543,"owners_count":20729797,"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":["php"],"created_at":"2024-10-02T16:12:46.783Z","updated_at":"2025-03-29T04:44:34.569Z","avatar_url":"https://github.com/eufelipemateus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This is a service plugin used to generate url\n\n[![Latest Stable Version](http://poser.pugx.org/felipemateus/http-build-url/v)](https://packagist.org/packages/felipemateus/http-build-url) [![Total Downloads](http://poser.pugx.org/felipemateus/http-build-url/downloads)](https://packagist.org/packages/felipemateus/http-build-url) [![Latest Unstable Version](http://poser.pugx.org/felipemateus/http-build-url/v/unstable)](https://packagist.org/packages/felipemateus/http-build-url) [![License](http://poser.pugx.org/felipemateus/http-build-url/license)](https://packagist.org/packages/felipemateus/http-build-url) [![PHP Version Require](http://poser.pugx.org/felipemateus/http-build-url/require/php)](https://packagist.org/packages/felipemateus/http-build-url)\n\nThis package implements a function which allows you to create urls with user and password parameter from http.\n\n## Instalation\n\n```bash\ncomposer require felipemateus/http-build-url\n```\n\n## Example\n\n```php\nrequire_once __DIR__ . '/vendor/autoload.php'; \n\n$url = http_build_url(\"http://example.com\",\n            array(\n                \"user\" =\u003e \"teste\",\n                \"pass\" =\u003e \"teste\",\n            )\n        );\n\nprint($url);\n// https://teste:teste@example.com\n\n```\n\n### Url parts\n\nscheme\nuser\npass\nhost\nport\npath\nquery\nfragment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feufelipemateus%2Fhttp_build_url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feufelipemateus%2Fhttp_build_url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feufelipemateus%2Fhttp_build_url/lists"}