Tagged articles
6 articles
Page 1 of 1
21CTO
21CTO
Jul 9, 2024 · Backend Development

Which PHP Versions Dominate Packagist? A Six‑Month Usage Deep Dive

This article analyzes six‑month PHP version adoption trends in the Packagist ecosystem, presenting detailed usage percentages, six‑month growth rates, and the minimum PHP versions required by the most popular Composer packages, highlighting a shift toward newer releases and the importance of raising baseline requirements.

BackendComposerPackagist
0 likes · 6 min read
Which PHP Versions Dominate Packagist? A Six‑Month Usage Deep Dive
php Courses
php Courses
Dec 8, 2023 · Backend Development

How to Create and Publish a Composer Package for PHP

This step‑by‑step guide shows how to set up a Composer package directory, write the package code, configure autoloading, add tests, publish the package to Packagist, and integrate it locally into a Laravel project, complete with all necessary commands and code examples.

ComposerLaravelPHP
0 likes · 5 min read
How to Create and Publish a Composer Package for PHP
php Courses
php Courses
Apr 10, 2023 · Backend Development

How to Create and Publish a PHP Composer Package to GitHub and Packagist

This guide walks you through preparing a GitHub and Packagist account, creating a repository, initializing a Composer package (both automatically and manually), configuring PSR‑4 autoload, writing source code, and finally publishing the package by pushing to GitHub and submitting it to Packagist.

BackendGitHubPSR-4
0 likes · 6 min read
How to Create and Publish a PHP Composer Package to GitHub and Packagist