How To Install php-doctrine-migrations on Fedora 36

In this tutorial we learn how to install php-doctrine-migrations in Fedora 36. php-doctrine-migrations is PHP Doctrine Migrations project

Introduction

In this tutorial we learn how to install php-doctrine-migrations on Fedora 36.

What is php-doctrine-migrations

PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool. Documentation Autoloader

We can use yum or dnf to install php-doctrine-migrations on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-doctrine-migrations.

Install php-doctrine-migrations on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-doctrine-migrations using dnf by running the following command:

sudo dnf -y install php-doctrine-migrations

Install php-doctrine-migrations on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-doctrine-migrations using yum by running the following command:

sudo yum -y install php-doctrine-migrations

How To Uninstall php-doctrine-migrations on Fedora 36

To uninstall only the php-doctrine-migrations package we can use the following command:

sudo dnf remove php-doctrine-migrations

php-doctrine-migrations Package Contents on Fedora 36

/usr/share/doc/php-doctrine-migrations
/usr/share/doc/php-doctrine-migrations/README.md
/usr/share/doc/php-doctrine-migrations/UPGRADE.md
/usr/share/doc/php-doctrine-migrations/composer.json
/usr/share/licenses/php-doctrine-migrations
/usr/share/licenses/php-doctrine-migrations/LICENSE
/usr/share/php/Doctrine/Migrations
/usr/share/php/Doctrine/Migrations/AbstractMigration.php
/usr/share/php/Doctrine/Migrations/Configuration
/usr/share/php/Doctrine/Migrations/Configuration/AbstractFileConfiguration.php
/usr/share/php/Doctrine/Migrations/Configuration/ArrayConfiguration.php
/usr/share/php/Doctrine/Migrations/Configuration/Configuration.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection
/usr/share/php/Doctrine/Migrations/Configuration/Connection/ConnectionLoaderInterface.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/ArrayConnectionConfigurationLoader.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/ConnectionConfigurationChainLoader.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/ConnectionConfigurationLoader.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/ConnectionHelperLoader.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/Exception
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/Exception/InvalidConfiguration.php
/usr/share/php/Doctrine/Migrations/Configuration/Connection/Loader/Exception/LoaderException.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception
/usr/share/php/Doctrine/Migrations/Configuration/Exception/ConfigurationException.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/FileAlreadyLoaded.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/FileNotFound.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/InvalidConfigurationKey.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/JsonNotValid.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/MigrationsNamespaceRequired.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/ParameterIncompatibleWithFinder.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/UnknownConfigurationValue.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/XmlNotValid.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/YamlNotAvailable.php
/usr/share/php/Doctrine/Migrations/Configuration/Exception/YamlNotValid.php
/usr/share/php/Doctrine/Migrations/Configuration/JsonConfiguration.php
/usr/share/php/Doctrine/Migrations/Configuration/XML
/usr/share/php/Doctrine/Migrations/Configuration/XML/configuration.xsd
/usr/share/php/Doctrine/Migrations/Configuration/XmlConfiguration.php
/usr/share/php/Doctrine/Migrations/Configuration/YamlConfiguration.php
/usr/share/php/Doctrine/Migrations/DependencyFactory.php
/usr/share/php/Doctrine/Migrations/Event
/usr/share/php/Doctrine/Migrations/Event/Listeners
/usr/share/php/Doctrine/Migrations/Event/Listeners/AutoCommitListener.php
/usr/share/php/Doctrine/Migrations/Event/MigrationsEventArgs.php
/usr/share/php/Doctrine/Migrations/Event/MigrationsVersionEventArgs.php
/usr/share/php/Doctrine/Migrations/EventDispatcher.php
/usr/share/php/Doctrine/Migrations/Events.php
/usr/share/php/Doctrine/Migrations/Exception
/usr/share/php/Doctrine/Migrations/Exception/AbortMigration.php
/usr/share/php/Doctrine/Migrations/Exception/AlreadyAtVersion.php
/usr/share/php/Doctrine/Migrations/Exception/ControlException.php
/usr/share/php/Doctrine/Migrations/Exception/DuplicateMigrationVersion.php
/usr/share/php/Doctrine/Migrations/Exception/IrreversibleMigration.php
/usr/share/php/Doctrine/Migrations/Exception/MigrationClassNotFound.php
/usr/share/php/Doctrine/Migrations/Exception/MigrationException.php
/usr/share/php/Doctrine/Migrations/Exception/MigrationNotConvertibleToSql.php
/usr/share/php/Doctrine/Migrations/Exception/MigrationsDirectoryRequired.php
/usr/share/php/Doctrine/Migrations/Exception/NoMigrationsToExecute.php
/usr/share/php/Doctrine/Migrations/Exception/NoTablesFound.php
/usr/share/php/Doctrine/Migrations/Exception/RollupFailed.php
/usr/share/php/Doctrine/Migrations/Exception/SkipMigration.php
/usr/share/php/Doctrine/Migrations/Exception/UnknownMigrationVersion.php
/usr/share/php/Doctrine/Migrations/FileQueryWriter.php
/usr/share/php/Doctrine/Migrations/Finder
/usr/share/php/Doctrine/Migrations/Finder/Exception
/usr/share/php/Doctrine/Migrations/Finder/Exception/FinderException.php
/usr/share/php/Doctrine/Migrations/Finder/Exception/InvalidDirectory.php
/usr/share/php/Doctrine/Migrations/Finder/Exception/NameIsReserved.php
/usr/share/php/Doctrine/Migrations/Finder/Finder.php
/usr/share/php/Doctrine/Migrations/Finder/GlobFinder.php
/usr/share/php/Doctrine/Migrations/Finder/MigrationDeepFinder.php
/usr/share/php/Doctrine/Migrations/Finder/MigrationFinder.php
/usr/share/php/Doctrine/Migrations/Finder/RecursiveRegexFinder.php
/usr/share/php/Doctrine/Migrations/Generator
/usr/share/php/Doctrine/Migrations/Generator/DiffGenerator.php
/usr/share/php/Doctrine/Migrations/Generator/Exception
/usr/share/php/Doctrine/Migrations/Generator/Exception/GeneratorException.php
/usr/share/php/Doctrine/Migrations/Generator/Exception/InvalidTemplateSpecified.php
/usr/share/php/Doctrine/Migrations/Generator/Exception/NoChangesDetected.php
/usr/share/php/Doctrine/Migrations/Generator/FileBuilder.php
/usr/share/php/Doctrine/Migrations/Generator/Generator.php
/usr/share/php/Doctrine/Migrations/Generator/SqlGenerator.php
/usr/share/php/Doctrine/Migrations/MigrationPlanCalculator.php
/usr/share/php/Doctrine/Migrations/MigrationRepository.php
/usr/share/php/Doctrine/Migrations/Migrator.php
/usr/share/php/Doctrine/Migrations/MigratorConfiguration.php
/usr/share/php/Doctrine/Migrations/OutputWriter.php
/usr/share/php/Doctrine/Migrations/ParameterFormatter.php
/usr/share/php/Doctrine/Migrations/ParameterFormatterInterface.php
/usr/share/php/Doctrine/Migrations/Provider
/usr/share/php/Doctrine/Migrations/Provider/EmptySchemaProvider.php
/usr/share/php/Doctrine/Migrations/Provider/Exception
/usr/share/php/Doctrine/Migrations/Provider/Exception/NoMappingFound.php
/usr/share/php/Doctrine/Migrations/Provider/Exception/ProviderException.php
/usr/share/php/Doctrine/Migrations/Provider/LazySchemaDiffProvider.php
/usr/share/php/Doctrine/Migrations/Provider/OrmSchemaProvider.php
/usr/share/php/Doctrine/Migrations/Provider/SchemaDiffProvider.php
/usr/share/php/Doctrine/Migrations/Provider/SchemaDiffProviderInterface.php
/usr/share/php/Doctrine/Migrations/Provider/SchemaProviderInterface.php
/usr/share/php/Doctrine/Migrations/Provider/StubSchemaProvider.php
/usr/share/php/Doctrine/Migrations/QueryWriter.php
/usr/share/php/Doctrine/Migrations/Rollup.php
/usr/share/php/Doctrine/Migrations/SchemaDumper.php
/usr/share/php/Doctrine/Migrations/Stopwatch.php
/usr/share/php/Doctrine/Migrations/Tools
/usr/share/php/Doctrine/Migrations/Tools/BooleanStringFormatter.php
/usr/share/php/Doctrine/Migrations/Tools/BytesFormatter.php
/usr/share/php/Doctrine/Migrations/Tools/Console
/usr/share/php/Doctrine/Migrations/Tools/Console/Command
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php
/usr/share/php/Doctrine/Migrations/Tools/Console/ConnectionLoader.php
/usr/share/php/Doctrine/Migrations/Tools/Console/ConsoleRunner.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/ConnectionNotSpecified.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/ConsoleException.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/DirectoryDoesNotExist.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/FileTypeNotSupported.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/InvalidOptionUsage.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/SchemaDumpRequiresNoMigrations.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/VersionAlreadyExists.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Exception/VersionDoesNotExist.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Helper
/usr/share/php/Doctrine/Migrations/Tools/Console/Helper/ConfigurationHelper.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Helper/ConfigurationHelperInterface.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Helper/MigrationDirectoryHelper.php
/usr/share/php/Doctrine/Migrations/Tools/Console/Helper/MigrationStatusInfosHelper.php
/usr/share/php/Doctrine/Migrations/Tools/TransactionHelper.php
/usr/share/php/Doctrine/Migrations/Tracking
/usr/share/php/Doctrine/Migrations/Tracking/TableDefinition.php
/usr/share/php/Doctrine/Migrations/Tracking/TableManipulator.php
/usr/share/php/Doctrine/Migrations/Tracking/TableStatus.php
/usr/share/php/Doctrine/Migrations/Tracking/TableUpdater.php
/usr/share/php/Doctrine/Migrations/Version
/usr/share/php/Doctrine/Migrations/Version/AliasResolver.php
/usr/share/php/Doctrine/Migrations/Version/Direction.php
/usr/share/php/Doctrine/Migrations/Version/ExecutionResult.php
/usr/share/php/Doctrine/Migrations/Version/Executor.php
/usr/share/php/Doctrine/Migrations/Version/ExecutorInterface.php
/usr/share/php/Doctrine/Migrations/Version/Factory.php
/usr/share/php/Doctrine/Migrations/Version/State.php
/usr/share/php/Doctrine/Migrations/Version/Version.php
/usr/share/php/Doctrine/Migrations/autoload.php

References

Summary

In this tutorial we learn how to install php-doctrine-migrations on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).