Download the PHP package iinmass/laravel-package-checker without Composer

On this page you can find all versions of the php package iinmass/laravel-package-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-package-checker

License Latest Stable Version

Features

Retrieves a list of packages required in your project's composer.json file. Displays the current version, latest version, installation status, and size for each package. Offers a treemap visualization of the vendor directory, showing the size distribution of packages. Helps optimize project dependencies by highlighting large packages. Easy installation and seamless integration with your existing project.

Description

Package Checker is a powerful tool that provides insights into the packages used in your project. It helps you manage your project's dependencies, keeping you informed about the current and latest versions of each package, their installation status, and their sizes. The package also offers a treemap visualization that displays the size distribution of packages within your vendor directory, allowing you to identify large packages that might require optimization.

Installation

The Laravel Package Checker can be easily installed via Composer. Run the following command in your terminal:

After the installation is complete, the package will be ready to use in your Laravel project.

Usage

To access the Package Checker, navigate to the following URL in your web browser: http://your-app-url/package-checker/list. This page provides a comprehensive overview of your Laravel project's packages, including the required packages from composer.json, their versions, installation status, and sizes as well as the tree of all the packages and their dependencies.

Configuration

The Laravel Package Checker requires no additional configuration. It seamlessly integrates with your Laravel project and retrieves the necessary information from the composer.json file and vendor directory.

Alternatively, you can publish the package's configuration file and customize it to suit your needs by running the following command in your terminal:

Contributing

Contributions to the Laravel Package Checker are welcome! If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Make the necessary modifications.
  4. Commit your changes.
  5. Push the branch to your fork.
  6. Submit a pull request. Please ensure that your code adheres to the project's coding standards and includes appropriate tests.

License

The Laravel Package Checker is open-source software licensed under the MIT license.

Credits

The Laravel Package Checker is developed and maintained by inmass

Support

If you encounter any issues or have any questions, please create a new issue on the issue tracker. I will be happy to assist you.


All versions of laravel-package-checker with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
illuminate/support Version ^9.0|^10.0
laravel/framework Version 9.*|10.*
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iinmass/laravel-package-checker contains the following files

Loading the files please wait ....