{"id":20976913,"url":"https://github.com/pixelbrackets/open-source-profile","last_synced_at":"2025-03-13T09:37:43.358Z","repository":{"id":145819761,"uuid":"312052720","full_name":"pixelbrackets/open-source-profile","owner":"pixelbrackets","description":"Self-Hosted profile page for your Open Source packages \u0026 contributions","archived":false,"fork":false,"pushed_at":"2020-11-11T18:28:54.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"development","last_synced_at":"2025-03-06T18:29:39.092Z","etag":null,"topics":["bitbucket","github","gitlab","opensource","php","profile","share"],"latest_commit_sha":null,"homepage":"https://gitlab.com/pixelbrackets/open-source-profile","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/pixelbrackets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2020-11-11T18:15:40.000Z","updated_at":"2020-11-18T06:52:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"e59ecc25-f631-49a0-95d7-79524eada014","html_url":"https://github.com/pixelbrackets/open-source-profile","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/pixelbrackets%2Fopen-source-profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fopen-source-profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fopen-source-profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fopen-source-profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelbrackets","download_url":"https://codeload.github.com/pixelbrackets/open-source-profile/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243381235,"owners_count":20281916,"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":["bitbucket","github","gitlab","opensource","php","profile","share"],"created_at":"2024-11-19T04:56:18.721Z","updated_at":"2025-03-13T09:37:43.327Z","avatar_url":"https://github.com/pixelbrackets.png","language":"PHP","readme":"# Open Source Profile\n\n[![Version](https://img.shields.io/packagist/v/pixelbrackets/open-source-profile.svg?style=flat-square)](https://packagist.org/packages/pixelbrackets/open-source-profile/)\n[![Build Status](https://img.shields.io/gitlab/pipeline/pixelbrackets/open-source-profile?style=flat-square)](https://gitlab.com/pixelbrackets/open-source-profile/pipelines)\n[![Made With](https://img.shields.io/badge/made_with-php-blue?style=flat-square)](https://gitlab.com/pixelbrackets/open-source-profile#requirements)\n[![License](https://img.shields.io/badge/license-gpl--2.0--or--later-blue.svg?style=flat-square)](https://spdx.org/licenses/GPL-2.0-or-later.html)\n[![Contribution](https://img.shields.io/badge/contributions_welcome-%F0%9F%94%B0-brightgreen.svg?labelColor=brightgreen\u0026style=flat-square)](https://gitlab.com/pixelbrackets/open-source-profile/-/blob/master/CONTRIBUTING.md)\n\nSelf-Hosted profile page for your Open Source packages \u0026 contributions.\n\n![Screenshot](./docs/screenshot.png)\n\n## Vision\n\nThe general idea of this project is to have _one_ place with _all_ Open Source\npackages and contributions of a person.\n\nThere are several platforms to host Open Source projects like GitHub, Gitlab,\nBitbucket, Sourceforge \u0026 Launchpad, and they all have fancy user profile pages.\nThey are isolated however. On BitBucket I can't showcase the one project I\nmaintain on GitLab only. The GitHub activity stream won't show contributions to\nLaunchpad. Let alone projects with self-hosted Git servers.\n\nThis creates a vendor lock-in. Which becomes obious when you search for\nOpen Source Software catalogues, contributions, or statistics. Most support\nGitHub only.\n\nGoals:\n\n- List of all projects and packages of a person\n- List of contributions of a person (issues, merge requests, commits)\n- List of packages a person likes (starred projects)\n- Highlight packages - Show most important projects at a glance\n- Hide packages - Don't show the packages generated automatically by subsplits,\n  forks or mirrors\n- Support for multiple Git hosting services (not just GitHub)\n- Link mirrors - Git supports multiple remotes,\n  no need to limit to one repository host only\n- Reduced UI (no platform specific buttons)\n\nThe package follows the KISS principle.\n\n## 🚧 WIP\n\nThe package is only prototype right now, to go through the idea.\n\nNext steps:\n \n- Add a framework like Slim or Symfony and a template engine\n- Add more metadata to projects and user\n- Add a tool to initiate the project list\n- Fetch contributions\n- Fetch metadata (only overwrite fields like description)\n- Make the output static (to deploy to Static Hosts)\n\n## Requirements\n\n- PHP\n\n## Installation\n\nPackagist Entry https://packagist.org/packages/pixelbrackets/open-source-profile/\n\n- Point your webserver to the web directory\n- Copy `data/projects.template.json` to `data/projects.json` and add links to\n  all your repositories\n- Copy `data/user.template.json` to `data/user.json` and add your username\n\n## Source\n\nhttps://gitlab.com/pixelbrackets/open-source-profile/\n\nMirror https://github.com/pixelbrackets/open-source-profile/\n\n## Demo\n\n🚀 https://opensource.pixelbrackets.de/\n\n## Usage\n\nThe `data` directory holds all necessary information to generate the view.\n\n## License\n\nGNU General Public License version 2 or later\n\nThe GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.\n\n## Author\n\nDan Untenzu (\u003cmail@pixelbrackets.de\u003e / [@pixelbrackets](https://pixelbrackets.de))\n\n## Changelog\n\nSee [./CHANGELOG.md](CHANGELOG.md)\n\n## Contribution\n\nThis script is Open Source, so please use, patch, extend or fork it.\n\n[Contributions](CONTRIBUTING.md) are welcome!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Fopen-source-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelbrackets%2Fopen-source-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Fopen-source-profile/lists"}