Download the PHP package getpop/root without Composer
On this page you can find all versions of the php package getpop/root. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package root
Short Description Declaration of dependencies shared by all PoP components
License GPL-2.0-or-later
Homepage https://github.com/getpop/root
Informations about the package root
Root
Declaration of dependencies shared by all PoP components.
Symfony's DependencyInjection Component is used to provide services. ContainerBuilderFactory
hosts an instance of ContainerBuilder
which can be used by any component to register and implement the services.
Install
Via Composer
Development
The source code is hosted on the GatoGraphQL monorepo, under Engine/packages/root
.
Usage
Initialize the component:
PHP versions
Requirements:
- PHP 8.1+ for development
- PHP 7.4+ for production
Supported PHP features
Check the list of Supported PHP features in GatoGraphQL/GatoGraphQL
Preview downgrade to PHP 7.4
Via Rector (dry-run mode):
Standards
To check the coding standards via PHP CodeSniffer, run:
To automatically fix issues, run:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
To execute PHPUnit, run:
Static Analysis
To execute PHPStan, run:
Report issues
To report a bug or request a new feature please do it on the GatoGraphQL monorepo issue tracker.
Contributing
We welcome contributions for this package on the GatoGraphQL monorepo (where the source code for this package is hosted).
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
GNU General Public License v2 (or later). Please see License File for more information.
All versions of root with dependencies
ext-mbstring Version *
pop-backbone/php-hooks Version ^9.0
symfony/config Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/dotenv Version ^6.0
symfony/http-foundation Version ^6.0
symfony/polyfill-php74 Version ^1.24
symfony/polyfill-php80 Version ^1.24
symfony/yaml Version ^6.0