colinodell / packagist

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

Home Page:https://packagist.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://packagist.org/

License:MIT License


Languages

Language:PHP 71.4%Language:HTML 18.3%Language:CSS 6.7%Language:JavaScript 3.6%