packagist-api

The easiest way to work with the packagist API

  • 所有者: spatie/packagist-api
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者spatie/packagist-api
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-05-06 07:32:06
推送于2025-03-21 09:22:32
最后一次提交
发布数13
最新版本名称2.1.1 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数127
关注者数6
派生数21
提交数189
已启用问题?
问题数0
打开的问题数0
拉请求数20
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?