Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Packagist

The PHP Package Repository subtitle

Packagist Reviews and details

Screenshots and images

  • Packagist Landing page
    Landing page //
    2021-11-26

Badges & Trophies

Promote Packagist. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

PHP Package Development Part 3 | Build Custom Package And Release On Packagist | The Test Coder

Laravel Package Development - Local Installation and Deployment to Packagist - Part 4

Deploy Friday: E40 Composer 2 and Packagist

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Packagist and what they use it for.
  • Get YouTube Channel Details API: Testing Connection
    What will we do next time? Actually, the whole package is ready, and all that's left is to publish it on Packagist. - Source: dev.to / 4 months ago
  • Building Python Package: API Client for YouTube Channel Details (RapidAPI)
    Publishing our work on https://packagist.org/. - Source: dev.to / 4 months ago
  • Shopware Changes since the 6.0 Dev Training Videos
    The latter one is based on nix OS using Symfony flex recipes and PHP packagist composer. The flex devenv should work cross-platform on Linux, Windows, and Mac. "The main difference to other tools like Docker or a VM is that it neither uses containerization nor virtualization techniques. Instead, the services run natively on your machine.". - Source: dev.to / about 1 year ago
  • Have an interview for PHP, any tips on where to start?
    Composer is (still) the defacto standard package manager, with the Packagist repo being the standard place to find and install libraries. Source: 5 months ago
  • Best practices for building a production-ready Dockerfile for PHP applications
    Scanning your image for vulnerabilities is a critical step before you deploy it to production. You can use Snyk to scan your PHP Docker image and identify and resolve vulnerabilities. The Snyk Vulnerability Database includes records for all popular operating systems and dependencies, including PHP packages published to Packagist. - Source: dev.to / 8 months ago
  • laravel is apple and symfony is android, your own framework is linux distro buit by you
    No. The only linked commercial thing I know - is Nova admin panel interface lib. But you don't have to use it. (Filament or Encore are free and suitable). Modules are free ( packagist.org and gthub.com ) and you should handle them with standard composer package tool. But you need to code. It is not WordPress like CMS. Source: 11 months ago
  • How to tame a language
    Once you understand the underlying principles of a concept, you're free to find a library via packagist.org to use. Source: 11 months ago
  • New to PHP - I'm actually impressed
    For strings I use Stringy (https://github.com/danielstjules/Stringy) for arrays I built my own Collection library, but pretty sure there are plenty in packagist (https://packagist.org/). Source: 11 months ago
  • Google Drive API, PHP discontinued.
    I guess I tried downloading a old version. And have to download a newer version of apiclient I found on https://packagist.org/packages/google/apiclient with monolog/monolog: ^2.9||^3.0. I'll try that in a second, I am away from computer now. Source: 11 months ago
  • Is there any laravel package to modify existing excel files
    Packagist.org , look for the most downloaded and go from there. Source: 11 months ago
  • What to focus on as a junior in a Magento 2 project?
    Create some basic plugins - show something on front-end, add new attribute to the whole store, update that attribute, create Grid plugin, create console based plugin, create plugin and deploy it on https://packagist.org. Source: 12 months ago
  • Why can't I just download Laravel?
    Because it's much easier. A dependency is a third party library your project needs to function. People develop their libraries and publish them in packagist.org and then give you a package name you can use to include that library. Composer downloads the version you ask for and also checks the dependencies on that library. Sometimes 2 or more libraries depend on a single library so Composer checks what's the... Source: 12 months ago
  • Why can't I just download Laravel?
    Combined with the Packagist repository, it makes finding, installing and updating libraries and frameworks a much easier task than the old days of having to manually update each library, track supported dependencies and resolve conflicts between libraries. Source: 12 months ago
  • Docker: Free team being sunset, no way to convert to a regular account
    Best thing would be a new registry like composer https://packagist.org that is just a resolver to another server e.g. github. - Source: Hacker News / about 1 year ago
  • I don’t get all the hate for PHP and at this point I am too afraid to ask.
    PHP really "got it's act together" in my view when packagist and composer (which are PHP's equivalent of npm) became mainstream and with the release of the PSR community standards. We were admittedly a little behind the curve with regards to package managers but with standardised formats and not having to copy and paste zip file libraries anymore, PHP received a new lease of life. Source: about 1 year ago
  • Issues with 8+ versions of PHP
    Check the sites for each software for recent news, Packagist for libraries and frameworks (it should show the PHP versions they support for most packages), and the community support when you run into issues (forums, chat, issue trackers) - you're probably not the first person to run into a given issue and those with specific knowledge of the software / package will be better equipped to help you solve specific... Source: over 1 year ago
  • Rejected from job offer for using third party packages and having a side hustle
    If you can't use 3rd party packages (high rated/downloaded from packagist.org) ... RUN!!!!! Source: over 1 year ago
  • Ask HN: Why are JavaScript dependencies so messy?
    PHP's dependency management is actually quite nice. The community developed a standard [0], a client [1] and repository [2] that pretty much deal with everything I've had to do with PHP dependencies without issues. [0] https://www.php-fig.org/psr/psr-4/ [1] https://getcomposer.org/ [2] https://packagist.org/. - Source: Hacker News / over 1 year ago
  • Downloading and using GitHub projects
    If you want to know how composer works: head over to https://packagist.org. it's the main repository for composer (you could add your own if you want, but let's not go there yet). When you run composer require, it will look in the packagist repo to find the required package, and then downloads it to your project. Source: over 1 year ago
  • Laravel Package Development with Local Composer Dependencies
    If we wanted to ignore these packages locally and use the remote versions provided through Packagist, we could run the following composerRemote command. This command accepts one parameter:. - Source: dev.to / over 1 year ago
  • How to echo JSON From an API in PHP
    The curl methods are one of the few things in PHP where I do suggest people find a library for instead of learning the low level basics. Check out Guzzle or one of the many other http libraries from packagist.org. Source: over 1 year ago

Do you know an article comparing Packagist to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Packagist discussion

Log in or Post with

This is an informative page about Packagist. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.