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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?