arnapou / psr-autoload
库 - PSR-4.
v1.0.0
2024-09-09 16:49 UTC
Requires
- php: ~8.2.0 || ~8.3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.52
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/php-code-coverage: ^11.0
- phpunit/phpunit: ^11.0
README
KISS (Keep It Simple Stupid) PSR (PHP Standards Recommendations) 类。
安装
composer require arnapou/psr-autoload
packagist 👉️ arnapou/psr-autoload
何时使用此库
- 您需要关于PSR的简单装饰器、代理、适配器等
- 您需要简单实现,涵盖基础知识
示例PSR-4自动加载
如果您使用 composer,您基本上不需要这个,但在小边缘情况下,它可能很有用。
$autoloader = new \Arnapou\Psr\Psr4Autoloader\Autoloader();
$autoloader->addNamespace('MyVendor/MyProject', '/path/of/src/for/example');
$autoloader->register();
PHP版本
日期 | 参考 | 8.3 | 8.2 |
---|---|---|---|
09/09/2024 | 1.0.x,主要 | × | × |