bitandblack/composer-helper

Some additional composer functions

1.0.1 2023-08-14 14:28 UTC

This package is auto-updated.

Last update: 2024-05-14 15:59:01 UTC


README

PHP from Packagist Codacy Badge Latest Stable Version Total Downloads License

Composer Helper

This library provides useful functions for Composer.

Installation

This library is made for the use with Composer. Add it to your project by running $ composer require bitandblack/composer-helper.

Usage

Path to vendor folder

Get the path to your vendor folder by calling:

<?php

use BitAndBlack\Composer\VendorPath;

$vendorFolder = (string) new VendorPath();

This works also when your vendor folder has a different name.

Class existence

Check if a class exists by calling Composer::classExists(). This is a replacement for class_exists() which may not work with Composer.

Help

If you have any questions feel free to contact us under hello@bitandblack.com.

Further information about Bit&Black can be found under www.bitandblack.com.