packagist-api

The easiest way to work with the packagist API

  • Owner: spatie/packagist-api
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Fetch package info from Packagist

Latest Version on Packagist
Software License
Build Status
Quality Score
Total Downloads

This package makes it easy to search and fetch package info using the Packagist API.

Postcardware

You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

All postcards are published on our website.

Installation

You can install the package via composer:

composer require spatie/packagist-api

Usage

You must pass a Guzzle client to the constructor of Spatie\Packagist\Packagist.

$client = new \GuzzleHttp\Client();

$packagist = new \Spatie\Packagist\Packagist($client);

Get all packages by a specific vendor

$packagist->getPackagesByVendor('spatie');

Find a package by it's name

$packagist->findPackageByName('spatie/laravel-backup');

Get all packages by type

$packagist->getPackagesByType('symfony-bundle');

Get all packages by name and type

$packagist->getPackagesByName('monolog', 'symfony-bundle')

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.

Credits

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

The MIT License (MIT). Please see License File for more information.

Main metrics

Overview
Name With Ownerspatie/packagist-api
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2016-05-06 07:32:06
Pushed At2025-03-21 09:22:32
Last Commit At
Release Count13
Last Release Name2.1.1 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count127
Watchers Count6
Fork Count21
Commits Count189
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count20
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private