Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22b5d474f69cf83

Jump to content

Composer (software)

From Wikipedia, the free encyclopedia
(Redirected from Packagist)
Composer.
DevelopersNils Adermann,
Jordi Boggiano
ReleaseMarch 1, 2012; 14 years ago (2012-03-01)[1]
Stable release
2.10.2[2] Edit this on Wikidata / 1 July 2026; 28 days ago (1 July 2026)
Written inPHP
Operating systemCross-platform
TypePackage manager
LicenseMIT License
Websitegetcomposer.org
Repository

Composer is an application-level dependency manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries. It was developed by Nils Adermann and Jordi Boggiano, who continue to manage the project. They began development in April 2011 and first released it on March 1, 2012.[1] Composer is strongly inspired by Node.js's "npm" and Ruby's "bundler".[3] The project's dependency solving algorithm started out as a PHP-based port of openSUSE's libzypp SAT solver.[4]

Composer runs from the command line and installs dependencies (e.g. libraries) for an application. It also allows users to install PHP applications that are available on "Packagist"[5] which is its main repository containing available packages. It also provides autoload capabilities for libraries that specify autoload information to ease usage of third-party code.

Supported frameworks

[edit]

See also

[edit]

References

[edit]
  1. 1 2 Software release, github.com, Retrieved April 24, 2016.
  2. "Release 2.10.2". 1 July 2026. Retrieved 1 July 2026.
  3. Getting Started/Dependency management, getcomposer.org, Retrieved November 28, 2013.
  4. "composer/composer". Jun 23, 2020. Retrieved Jun 24, 2020 via GitHub.
  5. See packagist.org
[edit]