#composerphp 검색 결과
👋 We're hiring a Senior Software Engineer in Berlin or remote! 💻 Build high-quality supply chain tools for thousands of devs in the PHP ecosystem 🐘 with the makers of #composerphp #php #phpc

Tired of long impossible to read composer.lock diffs? Private Packagist will soon comment on PRs with a readable summary, links to diffs & changelogs for you to review - email us or ask on the chat if you're a customer and would like to help test this feature! #composerphp #phpc

👋 We're hiring a Senior Software Engineer in Berlin or remote! 💻 Build high-quality supply chain tools for thousands of devs in the PHP ecosystem 🐘 with the makers of #composerphp #php #phpc

Composer 2.3 is ready to be released and we need your help testing it! 🎉 It's easy: composer self-update --preview 🚀 Thanks 😀#composerphp #phpc

#symfony/flex v1.10.0 released,. It should smoothen the experience with #ComposerPHP v2, enjoy! #php

Had a great time presenting Composer Best Practices for 2025 at #APIPlatformCon in Lille this morning. Meet me at our booth, I'd love to hear all about how you work with #composerphp! #php #phpc #supplychainsecurity #symfony #apiplatform

My favorite page of the #composerphp book is page 599 which lists all contributors. Do you spot yourself?

🥳 @setup_php 2.8.0 is released. 📜 Release Notes: github.com/shivammathur/s… #php #phpc #composerphp #Laravel #symfony

🔥 Tip for #PHP Developers Using #ComposerPHP + working on a team? Always do this to avoid merge conflicts + have consistency: 1️⃣ Use `composer require` to require instead of manual additions 2️⃣ Use `"sort-packages": true` to keep packages sorted by name 3️⃣ Retweet 🙌

Composer 2.0.0 is now the default stable version on @setup_php. #composerphp #phpc

Composer 2.0 is now available! 🚀 Faster, using less memory, more deterministic and packed with new features, read up at getcomposer.org/2 #composerphp #phpc 🎉
🙌 @setup_php 2.10.0 is released! 🗞 Notes: github.com/shivammathur/s… #php #phpc #composerphp #Laravel #symfony

#ComposerPHP + UI = ❤️ Had this idea sometime ago while working on the composer aspect of @phpsandboxio - What if composer has a UI? Well, I'm finally pulling this off as a desktop app using electron. Let’s see how this goes. What feature would you like to see 😅😁?

Finally switched Private Packagist mirroring to the new #composerphp v2 async http handling. Great for customers with lots of third party private package vendors, like this one where we have to send a lot of HTTP requests to find a new package. (Graphs provided by @tidewaysio)

Composer tip — use the "sort-packages" option in composer.json to keep your requirements list automagically/alphabetically sorted. #craftcms #composerphp

Would you like to attend #APIPlatformCon 2025 in Lille on Sep 18/19 or online? Private Packagist is sponsoring: 4 tickets to give away! Part of a group underrepresented at tech conferences, or can't afford a ticket? Repost and reply favorite PHP package(s) #php #composerphp #phpc

We're excited to introduce you to 🧑✈️Conductor! Automatic dependency update PRs with Composer for PHP projects - Security fixes patched in minutes - Continuous updates without the hassle - all running in your own CI env! #composerphp #php #phpc

We combined Private Packagist Update Review & Security Monitoring: Our comments on PRs modifying dependencies in composer.lock now warn you when introducing a dependency version with known security vulnerabilities. Versions with fixes are highlighted too! #composerphp #phpc #php

Bitbucket Cloud is retiring app passwords in favor of API tokens. If you're using Private Packagist with Bitbucket Cloud, migrate now to avoid future disruptions. Our blog post explains it step-by-step: blog.packagist.com/bitbucket-depr… #php #composerphp #phpc #privatepackagist #bitbucket
Together with PyPI, Maven Central, crates.io and other major package registries we signed a statement on sustainable open source infrastructure. 3B+ installs/month and evolving #composerphp and packagist.org requires sharing the costs. #phpc #php
📣 The OpenSSF 2024 Annual Report is now LIVE! Read the blog and the report as we celebrate this important milestone with our amazing community. We’re excited to continue our journey toward a more secure future together! 👉 openssf.org/blog/2024/12/0… #OSSSecurity #Wrapped2024

Had a great time presenting Composer Best Practices for 2025 at #APIPlatformCon in Lille this morning. Meet me at our booth, I'd love to hear all about how you work with #composerphp! #php #phpc #supplychainsecurity #symfony #apiplatform

Would you like to attend #APIPlatformCon 2025 in Lille on Sep 18/19 or online? Private Packagist is sponsoring: 4 tickets to give away! Part of a group underrepresented at tech conferences, or can't afford a ticket? Repost and reply favorite PHP package(s) #php #composerphp #phpc

The era of Composer v1 finally comes to an end, long live Composer v2! 👑 Today packagist.org support for v1 metadata has been shut down as announced last year. blog.packagist.com/packagist-org-… #composerphp #phpc #php
August update: dependency usage tracking across your packages, automatic GitLab token rotation, and Conductor improvements with custom labels and smarter PR handling blog.packagist.com/whats-new-in-p… #php #composer #composerphp #phpc
Meet @igorbenko and me at IPC in Berlin today & tomorrow at our @packagist booth. 👋 Would love to chat about Composer, supply chain security, dependencies, or show you our new tool Conductor! Don't forget to pick up a Composer sticker 😉 #php #phpc #composerphp #ipc #ipc2025

May update: Progress on Conductor, expiring API credentials, stronger account protection, improved user profile/settings UX & performance boosts! Details: blog.packagist.com/whats-new-in-p… #php #composer #composerphp #phpc
Thanks for all the kind feedback on my supply chain security for #composerphp talk, was a great experience speaking at #phpuk25 - hope a lot of you sign up for Conductor and try it out when available! #php #phpuk25


Our deploy pipeline never sleeps! Here are all the improvements to Private Packagist of the last months: We added support for PIE, streamlined our GitHub sync, made it easier to track setup progress, more on our blog: blog.packagist.com/whats-new-in-p… #composerphp #composer #php #phpc
Going to give a talk on #composerphp internals at the #LaraconEU in conference at 2:20pm after lunch! Come join me for a quick look into architecture, boolean algebra and computational complexity theory! 😁 #laracon #laravel
🚀 Ótimas notícias! A documentação do Composer 2.8 agora está disponível em português brasileiro! 🇧🇷 Confira: docs.dev.br/pt-br/docs/com… @naderman @seldaek #composerphp #docs #traducao #translation #ptbr #opensource
Slides for "Composer Behind the Scenes" at #SymfonyCon Vienna are now available. Useful if you want to try to follow my SAT solver samples, lacked a laser pointer during the talk 😉 Thanks for all the positive feedback! ❤️ naderman.de/slippy/slides/… #composerphp #php #phpc #symfony
We're excited to introduce you to 🧑✈️Conductor! Automatic dependency update PRs with Composer for PHP projects - Security fixes patched in minutes - Continuous updates without the hassle - all running in your own CI env! #composerphp #php #phpc

Meet me at #DrupalCampBerlin today to chat about #composerphp, Private Packagist, supply chain security, funding open source and PHP dev workflows! Would love to learn more about how you keep your projects up to date! I got Composer stickers too! #phpc #drupal #drupalcamp

📦 Composer is your friend! Manage #PHP dependencies easily with Composer. Keep your Laravel projects organized and efficient. 🛠️ What's your favorite Composer package? #PHPDevelopment #ComposerPHP
📦 Keep your PHP packages up-to-date with Composer and discover a universe of unprecedented functionality. Expand your Laravel project effortlessly! #ComposerPHP #Laravel
👋 We're hiring a Senior Software Engineer in Berlin or remote! 💻 Build high-quality supply chain tools for thousands of devs in the PHP ecosystem 🐘 with the makers of #composerphp #php #phpc

Would you like to attend #APIPlatformCon 2025 in Lille on Sep 18/19 or online? Private Packagist is sponsoring: 4 tickets to give away! Part of a group underrepresented at tech conferences, or can't afford a ticket? Repost and reply favorite PHP package(s) #php #composerphp #phpc

Tired of long impossible to read composer.lock diffs? Private Packagist will soon comment on PRs with a readable summary, links to diffs & changelogs for you to review - email us or ask on the chat if you're a customer and would like to help test this feature! #composerphp #phpc

#symfony/flex v1.10.0 released,. It should smoothen the experience with #ComposerPHP v2, enjoy! #php

🥳 @setup_php 2.8.0 is released. 📜 Release Notes: github.com/shivammathur/s… #php #phpc #composerphp #Laravel #symfony

🙌 @setup_php 2.10.0 is released! 🗞 Notes: github.com/shivammathur/s… #php #phpc #composerphp #Laravel #symfony

Composer 2.0.0 is now the default stable version on @setup_php. #composerphp #phpc

Composer 2.0 is now available! 🚀 Faster, using less memory, more deterministic and packed with new features, read up at getcomposer.org/2 #composerphp #phpc 🎉
Had a great time presenting Composer Best Practices for 2025 at #APIPlatformCon in Lille this morning. Meet me at our booth, I'd love to hear all about how you work with #composerphp! #php #phpc #supplychainsecurity #symfony #apiplatform

We deployed a new version of the packages list to Private Packagist with more detailed information and filtering! Looking forward to your feedback and suggestions for how to improve this further #composerphp #php

👋 We're hiring a Senior Software Engineer in Berlin or remote! 💻 Build high-quality supply chain tools for thousands of devs in the PHP ecosystem 🐘 with the makers of #composerphp #php #phpc

Something went wrong.
Something went wrong.
United States Trends
- 1. No Kings 818K posts
- 2. Vandy 6,599 posts
- 3. Diego Pavia 1,881 posts
- 4. Brian Kelly 1,436 posts
- 5. Dork Cult Protest Day 36.4K posts
- 6. Vanderbilt 5,249 posts
- 7. Nuss 2,852 posts
- 8. Arsenal 132K posts
- 9. #AnteX N/A
- 10. #GoBlue 2,074 posts
- 11. Mike Shula N/A
- 12. Duke 72.6K posts
- 13. Cole Sullivan N/A
- 14. Tony Vitello N/A
- 15. Fulham 42.7K posts
- 16. Beamer 1,609 posts
- 17. Marchand 1,908 posts
- 18. Semaj Morgan N/A
- 19. Demond N/A
- 20. Zavion Thomas N/A