Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-symfony-class-loader - Symfony ClassLoader Component

Website:
http://symfony.com/doc/2.8/components/class_loader/index.html
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
The ClassLoader Component loads your project classes automatically if they
follow some standard PHP conventions.

Whenever you use an undefined class, PHP uses the autoloading mechanism
to delegate the loading of a file defining the class. Symfony provides
a "universal" autoloader, which is able to load classes from files that
implement one of the following conventions:
* The technical interoperability standards [1] for PHP 5.3 namespaces
  and class names
* The PEAR naming convention [2] for classes

If your classes and the third-party libraries you use for your project follow
these standards, the Symfony autoloader is the only autoloader you will ever
need.

Optional:
* APC (php-pecl-apcu)
* XCache (php-xcache)

[1] http://symfony.com/PSR0
[2] http://pear.php.net/manual/en/standards.php

Packages

php-symfony-class-loader-2.8.52-5.el8.remi.noarch [32 KiB] Changelog by Remi Collet (2020-10-26):
- raise dependency on PHP 7.0
- drop dependency on symfony/polyfill-php*
php-symfony-class-loader-2.8.52-2.el8.remi.noarch [32 KiB] Changelog by Remi Collet (2019-12-02):
- allow symfony/security-acl v3