# give/4.16.1/vendor/composer/autoload_psr4.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.1. 20 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.1/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/give/4.16.1/raw/vendor/composer/autoload_psr4.php
- Modified: 2026-02-11T19:13:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.1/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
    'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
    'Stripe\\' => array($vendorDir . '/stripe/stripe-php/lib'),
    'Sample\\' => array($vendorDir . '/paypal/paypal-checkout-sdk/samples'),
    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
    'PayPalHttp\\' => array($vendorDir . '/paypal/paypalhttp/lib/PayPalHttp'),
    'PayPalCheckoutSdk\\' => array($vendorDir . '/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk'),
    'Money\\' => array($vendorDir . '/moneyphp/money/src'),
    'Give\\' => array($baseDir . '/src'),
    'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
);

```
