Giter VIP home page Giter VIP logo

php-packages.com's Introduction

php-packages.com's People

Contributors

jleagle avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chmig29fulcrum

php-packages.com's Issues

The handling of authors is broken

Currently, an author is identified by its email address and deduplicated. However, this is wrong:

  • the email is optional for authors in Composer, and it is often the case when adding the community as an author with a link to the list of contributors on github or elsewhere (I know many packages doing it, including Symfony). Any author without email is currently missing in the display as it is ignored in https://github.com/Jleagle/reverse-packagist/blob/a6e543516e455070ef525f81359072b82f118d32/app/controllers/PackagesController.php#L269 (Packagist only ignores authors when both the email and the name are missing, allowing to support this use case, so your site should do the same)
  • the same email address can be associated to different properties in different packages. In particular, the role property is likely to change from package to package. Packagist suffered from this bug as well, but this has been fixed in composer/packagist@b1fdc21

The link to the repo is broken when the package was registered with its SSH url

See http://packages.jimeagle.com/package/asgard/console for such a link on the Repo button.

there is 2 things you should do:

  • fix links to github repos, as done by Packagist as the way to create links is known here
  • prefer the link to the source available in the support section of the package over the repo url when it is provided, as it is the way for packages to give the url of their source viewer when it is different than the repo url (which can happen often given that one is for an HTML page showing the repo content and the other one is for git access)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.