Download the PHP package ingress-it-solutions/laravel-packagist without Composer
On this page you can find all versions of the php package ingress-it-solutions/laravel-packagist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ingress-it-solutions/laravel-packagist
More information about ingress-it-solutions/laravel-packagist
Files in ingress-it-solutions/laravel-packagist
Package laravel-packagist
Short Description A Laravel wrapper for the `spatie/packagist-api` package.
License MIT
Informations about the package laravel-packagist
Laravel Packagist
A Laravel wrapper for the spatie/packagist-api package.
Installation
You can install this package with composer:
Laravel uses Package auto-discovery, so you don't have to register the service provider. If you want to register the service provider manually, add the following line to your config/app.php file:
Usage
There are two main ways how you can make Packagist calls:
Using the application container
Using the facade
Available methods
List package names
Searching for packages
Pagination
Searching for packages returns a paginated result. You can change the pagination settings by adding more parameters.
Getting package data.
Get Statistics
Configuration
By default, the api url for Packagist is set to https://packagist.org. If you want to override that, you can add the following code block to your config/services.php file:
All versions of laravel-packagist with dependencies
ext-json Version *
laravel/framework Version 8.*|^9.0|^10.0
phpoption/phpoption Version >=1.8
spatie/packagist-api Version ^2.0