diff --git a/Controller/SynchronisationConsoleController.php b/src/UnicaenSynchro/Controller/SynchronisationConsoleController.php
similarity index 100%
rename from Controller/SynchronisationConsoleController.php
rename to src/UnicaenSynchro/Controller/SynchronisationConsoleController.php
diff --git a/Controller/SynchronisationConsoleControllerFactory.php b/src/UnicaenSynchro/Controller/SynchronisationConsoleControllerFactory.php
similarity index 100%
rename from Controller/SynchronisationConsoleControllerFactory.php
rename to src/UnicaenSynchro/Controller/SynchronisationConsoleControllerFactory.php
diff --git a/Entity/Db/IsSynchronisableInterface.php b/src/UnicaenSynchro/Entity/Db/IsSynchronisableInterface.php
similarity index 100%
rename from Entity/Db/IsSynchronisableInterface.php
rename to src/UnicaenSynchro/Entity/Db/IsSynchronisableInterface.php
diff --git a/Entity/Db/IsSynchronisableTrait.php b/src/UnicaenSynchro/Entity/Db/IsSynchronisableTrait.php
similarity index 100%
rename from Entity/Db/IsSynchronisableTrait.php
rename to src/UnicaenSynchro/Entity/Db/IsSynchronisableTrait.php
diff --git a/Entity/Db/Mapping/placeholder.txt b/src/UnicaenSynchro/Entity/Db/Mapping/placeholder.txt
similarity index 100%
rename from Entity/Db/Mapping/placeholder.txt
rename to src/UnicaenSynchro/Entity/Db/Mapping/placeholder.txt
diff --git a/Service/SqlHelper/SqlHelperService.php b/src/UnicaenSynchro/Service/SqlHelper/SqlHelperService.php
similarity index 100%
rename from Service/SqlHelper/SqlHelperService.php
rename to src/UnicaenSynchro/Service/SqlHelper/SqlHelperService.php
diff --git a/Service/SqlHelper/SqlHelperServiceAwareTrait.php b/src/UnicaenSynchro/Service/SqlHelper/SqlHelperServiceAwareTrait.php
similarity index 100%
rename from Service/SqlHelper/SqlHelperServiceAwareTrait.php
rename to src/UnicaenSynchro/Service/SqlHelper/SqlHelperServiceAwareTrait.php
diff --git a/Service/SqlHelper/SqlHelperServiceFactory.php b/src/UnicaenSynchro/Service/SqlHelper/SqlHelperServiceFactory.php
similarity index 100%
rename from Service/SqlHelper/SqlHelperServiceFactory.php
rename to src/UnicaenSynchro/Service/SqlHelper/SqlHelperServiceFactory.php
diff --git a/Service/Synchronisation/SynchronisationService.php b/src/UnicaenSynchro/Service/Synchronisation/SynchronisationService.php
similarity index 100%
rename from Service/Synchronisation/SynchronisationService.php
rename to src/UnicaenSynchro/Service/Synchronisation/SynchronisationService.php
diff --git a/Service/Synchronisation/SynchronisationServiceAwareTrait.php b/src/UnicaenSynchro/Service/Synchronisation/SynchronisationServiceAwareTrait.php
similarity index 100%
rename from Service/Synchronisation/SynchronisationServiceAwareTrait.php
rename to src/UnicaenSynchro/Service/Synchronisation/SynchronisationServiceAwareTrait.php
diff --git a/Service/Synchronisation/SynchronisationServiceFactory.php b/src/UnicaenSynchro/Service/Synchronisation/SynchronisationServiceFactory.php
similarity index 100%
rename from Service/Synchronisation/SynchronisationServiceFactory.php
rename to src/UnicaenSynchro/Service/Synchronisation/SynchronisationServiceFactory.php