#packagist

Reuben Walker aka mobileatommobileatom@flipboard.com
2025-07-04

Packagist.org shutdown of Composer 1.x support postponed to September 1st, 2025. #packagist #composer #php

packagist.org/?utm_source=flip

Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom

Symfony Station ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡จ๐Ÿ‡ฆ๐Ÿ‡ฌ๐Ÿ‡ฑSymfonyStation@drupal.community
2025-07-04
2025-06-26

tomkyle/binning โ€“ Determine optimal number of bins ๐’Œ for #histogram #creation and optimal bin width ๐’‰ using various statistical methods in #PHP.

Included methods: Sturgesโ€™ Rule, Doaneโ€™s Rule, Freedman-Diaconis Rule, Terrell-Scottโ€™s Rule, Rice Rule, Scottโ€™s Rule, and Square Root Rule.

GitHub: github.com/tomkyle/binning
Issues: github.com/tomkyle/binning/iss

Available on #packagist via #composer. Heavily inspired by markrogoyski/math-php but written for #PHP 8.3+. โ€” #math #statistics

2025-06-09

๐Ÿš€ Version 1.1.0 of selfphp/data-converter is out!

Now supports:
โœ… Array โ†” JSON (with flexible flags like UNESCAPED_SLASHES)
โœ… Array โ†” XML (with @attributes and #text)

Ideal for APIs, configs, and data exports.

๐Ÿ’ป github.com/selfphp/data-conver
๐Ÿ“ฆ packagist.org/packages/selfphp
#php #opensource #json #xml #packagist

2025-06-09

๐Ÿš€ New on Packagist:
selfphp/data-converter โ€“ Convert arrays to XML and back.
No dependencies. Supports @attributes, #text, nested elements and clean structure.
Perfect for APIs, config files, or data transformation.

๐Ÿ’ป github.com/selfphp/data-conver
๐Ÿ“ฆ packagist.org/packages/selfphp
#php #xml #opensource #packagist #selfphp

Cรฉdric Belincedx
2025-04-27

Publish a package on ...
Package availability: almost instantaneous.

Publish a package on ...
Package availability: almost instantaneous.

Publish a package on ...
Package availability: please wait 15-20 minutes!

2025-04-25

After suggested it, I'm releasing my super-charged Seeder.

โœ… Seed steps wrapped into transactions
โœ… Continue incomplete seeding
โœ… Push arguments to each seed step
โœ… Retrocompatible with the old `run()`
... and a lot of more features.

github.com/Laragear/Populate

doefomdoefom
2025-02-26

My packages on just reached 10k+ downloads ๐ŸŽ‰ Feels good to have built something that seems to be actually useful to some people โ˜บ๏ธ

The image is a screenshot from the Packagist website, displaying a list of Statamic add-ons published by the user. Each package entry includes the name, description, programming language (PHP), number of downloads, and star ratings. The layout follows Packagist's standard design, with package names in bold orange text, followed by descriptions in black text. Download counts and star ratings appear on the right side. Some packages include descriptions, while others do not.
2025-02-12

Does anybody have experience with developing and hosting #PHP #Composer packages on @Codeberg and then distributing them through #Packagist?

I was able to set up a Packagist webhook on #Codeberg but am wondering if there's any best practices or pitfalls to be aware of. Most packages are on #GitHub, so this would be a more unique setup.

Alister Bulmanalister@hachyderm.io
2024-12-27

The over 6000 repos that github.com/serv-tec created in the last few days are weird - since they also appear to want to replace other people's packages and just have uuid4 names. What do you think, @naderman ? Maybe some kind of long-game malware attempt via accidentally package require with a wrong-name? #composerphp #packagist

PHP UserGroup Karlsruhephpugka@phpc.social
2024-12-04

For consistency, the logo needs to look like a composer. (Please, don't create pull requests suggesting this) #packagist #composer #php #conductor
phpc.social/@packagist/1135952

Symfony Station ๐Ÿ‡บ๐Ÿ‡ฆ๐Ÿ‡จ๐Ÿ‡ฆ๐Ÿ‡ฌ๐Ÿ‡ฑSymfonyStation@drupal.community
2024-12-03
Reuben Walker aka mobileatommobileatom@flipboard.com
2024-12-03

Packagist.org is ending support for Composer 1.x. #composer #packagist #PHP

packagist.org/?utm_source=flip

Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom

2024-11-25

Building Custom Laravel Packages: From Basics to Advanced Features ๐Ÿ”ง

๐ŸŽฏ #Laravel package development walkthrough shows implementation of method #caching using #PHP attributes and #composer initialization

๐Ÿงช Emphasizes #TDD approach using #Orchestra Testbench and #PestPHP for robust package testing

โšก Covers essential concepts including service providers, dependency injection, and #caching implementation with practical examples

๐Ÿ”„ Demonstrates workflow optimization using local repository linking instead of direct deployment to #GitHub or #Packagist

๐Ÿ› ๏ธ Includes setup of package structure, namespace configuration, and integration of facades and console commands

๐Ÿ“š Features comprehensive guide to #autoloading and package auto-discovery for seamless integration

Source: youtu.be/QsA5mdzKXLA?si=tEfLmq

Tobias van Beektvbeek@phpc.social
2024-10-09

Today I did see that I reached a small personal milestone.

My package Laravel Mail Catchall has more then 100 000 installs. ๐Ÿฅณ

For some people it is nothing but for me it shows that my work is useful.

packagist.org/packages/tjvb/la

#PHP #packagist #Laravel

2024-09-10

PHP Annotated โ€“ September 2024

- ๐Ÿš€ #Laravel Raises $57M Series A: #Laravel received a $57 million investment from #Accel.

- ๐Ÿ†• #PHP 8.4 Beta 4 Released: New features include Property Hooks, Asymmetric Visibility, Lazy Objects, and new array functions.

- โŒ #Composer 1.x Support Ending: #Packagist.org will shut down support for #Composer v1 by August 2025.

- โš™๏ธ #PhpStorm 2024.2 Released: New features like log file support, terminal completion, and a floating toolbar.

- ๐Ÿ’ก RFCs for #PHP 8.4:

- Asymmetric Visibility: Public for reading, private for setting.

- Lazy Objects: Deferred initialization until property access.

- Transform exit() to a standard function.

- โค๏ธ Community Support for #JoeWatkins: Fundraiser for Joe Watkins, a key #PHP community member facing severe health issues.

- ๐Ÿ”ฎ AI in #PHP: Packages like #TransformersPHP and #LLM Agents for integrating AI models and agents in #PHP environments.

- ๐Ÿ“… Upcoming Conferences: Notable events include API Platform Conference, #CascadiaPHP, #Laracon AU, #SymfonyCon, and more.

For the full details, visit the #PHP Annotated September 2024 edition on the #JetBrains website.

blog.jetbrains.com/phpstorm/20

2024-08-29

On my free time Iโ€™m going to publish a library to enable your app to be a payment gateway.

Be your own or , 0% transaction fees. Add your own coupons and gift cards.

Hold tight, more news here.

2024-07-08

The semiannual PHP ecosystem report by Brent Roose just dropped!

:php:

stitcher.io/blog/php-version-s

#php #packagist

2024-07-02

I wrote something! Creating an open source download counter with Web Components:

evertpot.com/webcomponent-down

#npm #php #packagist #js #webcomponents #indieweb

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst