Promote Packagist. You can add any of these badges on your website.
Open your browser and navigate to ( https://packagist.org/ ). - Source: dev.to / 2 months ago
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 / 9 months ago
Publishing our work on https://packagist.org/. - Source: dev.to / 9 months ago
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 / over 1 year ago
Composer is (still) the defacto standard package manager, with the Packagist repo being the standard place to find and install libraries. Source: 10 months ago
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 / about 1 year ago
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: over 1 year ago
Once you understand the underlying principles of a concept, you're free to find a library via packagist.org to use. Source: over 1 year ago
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: over 1 year ago
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: over 1 year ago
Packagist.org , look for the most downloaded and go from there. Source: over 1 year ago
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: over 1 year ago
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: over 1 year ago
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: over 1 year ago
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 / over 1 year ago
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: over 1 year ago
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
If you can't use 3rd party packages (high rated/downloaded from packagist.org) ... RUN!!!!! Source: almost 2 years ago
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 / almost 2 years ago
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: almost 2 years ago
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 / almost 2 years ago
Do you know an article comparing Packagist to other products?
Suggest a link to a post with product alternatives.
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.