packagist

Package Repository Website - try https://packagist.com if you need your own -

  • 所有者: composer/packagist
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Packagist

Package Repository Website for Composer, see the about page on packagist.org for more.

This project is not meant for re-use.

It is open source to make it easy to contribute. We provide no support if you want to run your own, and will do breaking changes without notice.

Check out Private Packagist if you want to host your own packages.

Development

These steps are provided for development purposes only.

Requirements

  • PHP for the web app
  • Symfony CLI to run the web server
  • MySQL for the main data store
  • Redis for some functionality (favorites, download statistics)
  • git / svn / hg depending on which repositories you want to support

Installation

  1. Clone the repository
  2. Create 2 databases:
    • packagist - for the web app
    • packagist_test - for running the tests
  3. Install dependencies:
    composer install
    
    The composer install will prompt you for the database connection details on first install.
  4. Setup the database:
    app/console doctrine:schema:create
    
  5. Start the web server:
    symfony serve
    
  6. Run a CRON job app/console packagist:run-workers to make sure packages update.

You should now be able to access the site, create a user, etc.

主要指标

概览
名称与所有者composer/packagist
主编程语言PHP
编程语言PHP (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2011-06-09 20:50:15
推送于2025-07-10 21:19:13
最后一次提交
发布数0
用户参与
星数1.8k
关注者数80
派生数476
提交数2.8k
已启用问题?
问题数985
打开的问题数72
拉请求数401
打开的拉请求数8
关闭的拉请求数147
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?