{"id":20127312,"url":"https://github.com/burakboz/web-composer","last_synced_at":"2025-09-21T04:32:03.580Z","repository":{"id":196483282,"uuid":"696203011","full_name":"BurakBoz/web-composer","owner":"BurakBoz","description":"PHP Composer Web Interface This project provides a PHP-based web interface for installing Composer packages via the HTTP protocol. It's a handy tool, particularly useful in hosting environments where command-line access is limited.","archived":false,"fork":false,"pushed_at":"2023-09-26T06:07:38.000Z","size":270,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T20:23:30.316Z","etag":null,"topics":["composer","php","tools","ui","user-interface","web","web-composer"],"latest_commit_sha":null,"homepage":"https://github.com/BurakBoz/web-composer","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BurakBoz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-25T09:46:03.000Z","updated_at":"2024-10-21T21:19:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b39259c3-4523-4f2d-9d7a-1dac61985705","html_url":"https://github.com/BurakBoz/web-composer","commit_stats":null,"previous_names":["burakboz/web-composer"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurakBoz%2Fweb-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurakBoz%2Fweb-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurakBoz%2Fweb-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurakBoz%2Fweb-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BurakBoz","download_url":"https://codeload.github.com/BurakBoz/web-composer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233711386,"owners_count":18718018,"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":["composer","php","tools","ui","user-interface","web","web-composer"],"created_at":"2024-11-13T20:20:26.586Z","updated_at":"2025-09-21T04:31:58.287Z","avatar_url":"https://github.com/BurakBoz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Composer\n\n![Web Composer Screenshot](https://raw.githubusercontent.com/BurakBoz/web-composer/main/screenshot.png)\n\n## Overview\n\nWeb Composer is a user-friendly web interface that simplifies the process of installing and managing Composer packages for your PHP projects. This tool proves especially valuable in hosting environments and servers where command-line access is restricted.\n\n## License\n\nWeb Composer is open-source software and is licensed under the [Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). Please review the license document for detailed information.\n\n## Getting Started\n\nTo begin using Web Composer, follow these simple steps:\n\n1. **Upload**: Upload the `composer.php` file to the root directory of your project on your web server.\n\n2. **Access**: Access the Web Composer interface through your web browser by navigating to `http://yourwebsite.com/path-to-web-composer/composer.php`.\n\n3. **Manage Dependencies**: Utilize Web Composer to effortlessly manage your project's Composer dependencies. By default,  the autoloader is optimized for performance.\n\n## Laravel integration\n1. Put `composer.php` next to your composer.json or project root directory.\n2. Open your `public/index.php` file.\n3. Find\n```php\nrequire __DIR__.'/../vendor/autoload.php';\n```\n4. Replace with\n```php\nif(!@include __DIR__.'/../vendor/autoload.php')\n{\n    require __DIR__.\"/../composer.php\";\n    exit();\n}\n```\n5. now delete `vendor/` folder on your project\n```bash\nrm -rf vendor/\n```\n6. Open your web site in web browser `http://yourwebsite.com/`\n7. It should work seamlessly.\n\n## Contributing\n\nWe welcome contributions to Web Composer! If you wish to contribute to the project, please visit our [GitHub repository](https://github.com/BurakBoz/web-composer) to get started. Your contributions are greatly appreciated.\n\n## Author\n\nWeb Composer is developed and maintained by [Burak Boz](https://www.burakboz.net). For more information about the author and their work, visit the provided link.\n\n---\n\n**Note**: As per the license requirements, it's important to maintain the license and author information. When contributing to the project, please respect the license rules and author rights.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakboz%2Fweb-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakboz%2Fweb-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakboz%2Fweb-composer/lists"}