diff --git a/Aggregation/AbstractAggregation.php b/src/Aggregation/AbstractAggregation.php
similarity index 100%
rename from Aggregation/AbstractAggregation.php
rename to src/Aggregation/AbstractAggregation.php
diff --git a/Aggregation/AvgAggregation.php b/src/Aggregation/AvgAggregation.php
similarity index 100%
rename from Aggregation/AvgAggregation.php
rename to src/Aggregation/AvgAggregation.php
diff --git a/Aggregation/CardinalityAggregation.php b/src/Aggregation/CardinalityAggregation.php
similarity index 100%
rename from Aggregation/CardinalityAggregation.php
rename to src/Aggregation/CardinalityAggregation.php
diff --git a/Aggregation/ChildrenAggregation.php b/src/Aggregation/ChildrenAggregation.php
similarity index 100%
rename from Aggregation/ChildrenAggregation.php
rename to src/Aggregation/ChildrenAggregation.php
diff --git a/Aggregation/DateRangeAggregation.php b/src/Aggregation/DateRangeAggregation.php
similarity index 100%
rename from Aggregation/DateRangeAggregation.php
rename to src/Aggregation/DateRangeAggregation.php
diff --git a/Aggregation/ExtendedStatsAggregation.php b/src/Aggregation/ExtendedStatsAggregation.php
similarity index 100%
rename from Aggregation/ExtendedStatsAggregation.php
rename to src/Aggregation/ExtendedStatsAggregation.php
diff --git a/Aggregation/FilterAggregation.php b/src/Aggregation/FilterAggregation.php
similarity index 100%
rename from Aggregation/FilterAggregation.php
rename to src/Aggregation/FilterAggregation.php
diff --git a/Aggregation/FiltersAggregation.php b/src/Aggregation/FiltersAggregation.php
similarity index 100%
rename from Aggregation/FiltersAggregation.php
rename to src/Aggregation/FiltersAggregation.php
diff --git a/Aggregation/GeoBoundsAggregation.php b/src/Aggregation/GeoBoundsAggregation.php
similarity index 100%
rename from Aggregation/GeoBoundsAggregation.php
rename to src/Aggregation/GeoBoundsAggregation.php
diff --git a/Aggregation/GeoDistanceAggregation.php b/src/Aggregation/GeoDistanceAggregation.php
similarity index 100%
rename from Aggregation/GeoDistanceAggregation.php
rename to src/Aggregation/GeoDistanceAggregation.php
diff --git a/Aggregation/GeoHashGridAggregation.php b/src/Aggregation/GeoHashGridAggregation.php
similarity index 100%
rename from Aggregation/GeoHashGridAggregation.php
rename to src/Aggregation/GeoHashGridAggregation.php
diff --git a/Aggregation/GlobalAggregation.php b/src/Aggregation/GlobalAggregation.php
similarity index 100%
rename from Aggregation/GlobalAggregation.php
rename to src/Aggregation/GlobalAggregation.php
diff --git a/Aggregation/HistogramAggregation.php b/src/Aggregation/HistogramAggregation.php
similarity index 100%
rename from Aggregation/HistogramAggregation.php
rename to src/Aggregation/HistogramAggregation.php
diff --git a/Aggregation/Ipv4RangeAggregation.php b/src/Aggregation/Ipv4RangeAggregation.php
similarity index 100%
rename from Aggregation/Ipv4RangeAggregation.php
rename to src/Aggregation/Ipv4RangeAggregation.php
diff --git a/Aggregation/MaxAggregation.php b/src/Aggregation/MaxAggregation.php
similarity index 100%
rename from Aggregation/MaxAggregation.php
rename to src/Aggregation/MaxAggregation.php
diff --git a/Aggregation/MinAggregation.php b/src/Aggregation/MinAggregation.php
similarity index 100%
rename from Aggregation/MinAggregation.php
rename to src/Aggregation/MinAggregation.php
diff --git a/Aggregation/MissingAggregation.php b/src/Aggregation/MissingAggregation.php
similarity index 100%
rename from Aggregation/MissingAggregation.php
rename to src/Aggregation/MissingAggregation.php
diff --git a/Aggregation/NestedAggregation.php b/src/Aggregation/NestedAggregation.php
similarity index 100%
rename from Aggregation/NestedAggregation.php
rename to src/Aggregation/NestedAggregation.php
diff --git a/Aggregation/PercentileRanksAggregation.php b/src/Aggregation/PercentileRanksAggregation.php
similarity index 100%
rename from Aggregation/PercentileRanksAggregation.php
rename to src/Aggregation/PercentileRanksAggregation.php
diff --git a/Aggregation/PercentilesAggregation.php b/src/Aggregation/PercentilesAggregation.php
similarity index 100%
rename from Aggregation/PercentilesAggregation.php
rename to src/Aggregation/PercentilesAggregation.php
diff --git a/Aggregation/RangeAggregation.php b/src/Aggregation/RangeAggregation.php
similarity index 100%
rename from Aggregation/RangeAggregation.php
rename to src/Aggregation/RangeAggregation.php
diff --git a/Aggregation/ReverseNestedAggregation.php b/src/Aggregation/ReverseNestedAggregation.php
similarity index 100%
rename from Aggregation/ReverseNestedAggregation.php
rename to src/Aggregation/ReverseNestedAggregation.php
diff --git a/Aggregation/StatsAggregation.php b/src/Aggregation/StatsAggregation.php
similarity index 100%
rename from Aggregation/StatsAggregation.php
rename to src/Aggregation/StatsAggregation.php
diff --git a/Aggregation/SumAggregation.php b/src/Aggregation/SumAggregation.php
similarity index 100%
rename from Aggregation/SumAggregation.php
rename to src/Aggregation/SumAggregation.php
diff --git a/Aggregation/TermsAggregation.php b/src/Aggregation/TermsAggregation.php
similarity index 100%
rename from Aggregation/TermsAggregation.php
rename to src/Aggregation/TermsAggregation.php
diff --git a/Aggregation/TopHitsAggregation.php b/src/Aggregation/TopHitsAggregation.php
similarity index 100%
rename from Aggregation/TopHitsAggregation.php
rename to src/Aggregation/TopHitsAggregation.php
diff --git a/Aggregation/Type/BucketingTrait.php b/src/Aggregation/Type/BucketingTrait.php
similarity index 100%
rename from Aggregation/Type/BucketingTrait.php
rename to src/Aggregation/Type/BucketingTrait.php
diff --git a/Aggregation/Type/MetricTrait.php b/src/Aggregation/Type/MetricTrait.php
similarity index 100%
rename from Aggregation/Type/MetricTrait.php
rename to src/Aggregation/Type/MetricTrait.php
diff --git a/Aggregation/ValueCountAggregation.php b/src/Aggregation/ValueCountAggregation.php
similarity index 100%
rename from Aggregation/ValueCountAggregation.php
rename to src/Aggregation/ValueCountAggregation.php
diff --git a/Bool/Bool.php b/src/Bool/Bool.php
similarity index 100%
rename from Bool/Bool.php
rename to src/Bool/Bool.php
diff --git a/BuilderInterface.php b/src/BuilderInterface.php
similarity index 100%
rename from BuilderInterface.php
rename to src/BuilderInterface.php
diff --git a/DslTypeAwareTrait.php b/src/DslTypeAwareTrait.php
similarity index 100%
rename from DslTypeAwareTrait.php
rename to src/DslTypeAwareTrait.php
diff --git a/Filter/AndFilter.php b/src/Filter/AndFilter.php
similarity index 100%
rename from Filter/AndFilter.php
rename to src/Filter/AndFilter.php
diff --git a/Filter/BoolFilter.php b/src/Filter/BoolFilter.php
similarity index 100%
rename from Filter/BoolFilter.php
rename to src/Filter/BoolFilter.php
diff --git a/Filter/ExistsFilter.php b/src/Filter/ExistsFilter.php
similarity index 100%
rename from Filter/ExistsFilter.php
rename to src/Filter/ExistsFilter.php
diff --git a/Filter/GeoBoundingBoxFilter.php b/src/Filter/GeoBoundingBoxFilter.php
similarity index 100%
rename from Filter/GeoBoundingBoxFilter.php
rename to src/Filter/GeoBoundingBoxFilter.php
diff --git a/Filter/GeoDistanceFilter.php b/src/Filter/GeoDistanceFilter.php
similarity index 100%
rename from Filter/GeoDistanceFilter.php
rename to src/Filter/GeoDistanceFilter.php
diff --git a/Filter/GeoDistanceRangeFilter.php b/src/Filter/GeoDistanceRangeFilter.php
similarity index 100%
rename from Filter/GeoDistanceRangeFilter.php
rename to src/Filter/GeoDistanceRangeFilter.php
diff --git a/Filter/GeoPolygonFilter.php b/src/Filter/GeoPolygonFilter.php
similarity index 100%
rename from Filter/GeoPolygonFilter.php
rename to src/Filter/GeoPolygonFilter.php
diff --git a/Filter/GeoShapeFilter.php b/src/Filter/GeoShapeFilter.php
similarity index 100%
rename from Filter/GeoShapeFilter.php
rename to src/Filter/GeoShapeFilter.php
diff --git a/Filter/GeohashCellFilter.php b/src/Filter/GeohashCellFilter.php
similarity index 100%
rename from Filter/GeohashCellFilter.php
rename to src/Filter/GeohashCellFilter.php
diff --git a/Filter/HasChildFilter.php b/src/Filter/HasChildFilter.php
similarity index 100%
rename from Filter/HasChildFilter.php
rename to src/Filter/HasChildFilter.php
diff --git a/Filter/HasParentFilter.php b/src/Filter/HasParentFilter.php
similarity index 100%
rename from Filter/HasParentFilter.php
rename to src/Filter/HasParentFilter.php
diff --git a/Filter/IdsFilter.php b/src/Filter/IdsFilter.php
similarity index 100%
rename from Filter/IdsFilter.php
rename to src/Filter/IdsFilter.php
diff --git a/Filter/IndicesFilter.php b/src/Filter/IndicesFilter.php
similarity index 100%
rename from Filter/IndicesFilter.php
rename to src/Filter/IndicesFilter.php
diff --git a/Filter/LimitFilter.php b/src/Filter/LimitFilter.php
similarity index 100%
rename from Filter/LimitFilter.php
rename to src/Filter/LimitFilter.php
diff --git a/Filter/MatchAllFilter.php b/src/Filter/MatchAllFilter.php
similarity index 100%
rename from Filter/MatchAllFilter.php
rename to src/Filter/MatchAllFilter.php
diff --git a/Filter/MissingFilter.php b/src/Filter/MissingFilter.php
similarity index 100%
rename from Filter/MissingFilter.php
rename to src/Filter/MissingFilter.php
diff --git a/Filter/NestedFilter.php b/src/Filter/NestedFilter.php
similarity index 100%
rename from Filter/NestedFilter.php
rename to src/Filter/NestedFilter.php
diff --git a/Filter/NotFilter.php b/src/Filter/NotFilter.php
similarity index 100%
rename from Filter/NotFilter.php
rename to src/Filter/NotFilter.php
diff --git a/Filter/OrFilter.php b/src/Filter/OrFilter.php
similarity index 100%
rename from Filter/OrFilter.php
rename to src/Filter/OrFilter.php
diff --git a/Filter/PostFilter.php b/src/Filter/PostFilter.php
similarity index 100%
rename from Filter/PostFilter.php
rename to src/Filter/PostFilter.php
diff --git a/Filter/PrefixFilter.php b/src/Filter/PrefixFilter.php
similarity index 100%
rename from Filter/PrefixFilter.php
rename to src/Filter/PrefixFilter.php
diff --git a/Filter/QueryFilter.php b/src/Filter/QueryFilter.php
similarity index 100%
rename from Filter/QueryFilter.php
rename to src/Filter/QueryFilter.php
diff --git a/Filter/RangeFilter.php b/src/Filter/RangeFilter.php
similarity index 100%
rename from Filter/RangeFilter.php
rename to src/Filter/RangeFilter.php
diff --git a/Filter/RegexpFilter.php b/src/Filter/RegexpFilter.php
similarity index 100%
rename from Filter/RegexpFilter.php
rename to src/Filter/RegexpFilter.php
diff --git a/Filter/ScriptFilter.php b/src/Filter/ScriptFilter.php
similarity index 100%
rename from Filter/ScriptFilter.php
rename to src/Filter/ScriptFilter.php
diff --git a/Filter/TermFilter.php b/src/Filter/TermFilter.php
similarity index 100%
rename from Filter/TermFilter.php
rename to src/Filter/TermFilter.php
diff --git a/Filter/TermsFilter.php b/src/Filter/TermsFilter.php
similarity index 100%
rename from Filter/TermsFilter.php
rename to src/Filter/TermsFilter.php
diff --git a/Filter/TypeFilter.php b/src/Filter/TypeFilter.php
similarity index 100%
rename from Filter/TypeFilter.php
rename to src/Filter/TypeFilter.php
diff --git a/Highlight/Field.php b/src/Highlight/Field.php
similarity index 100%
rename from Highlight/Field.php
rename to src/Highlight/Field.php
diff --git a/Highlight/Highlight.php b/src/Highlight/Highlight.php
similarity index 100%
rename from Highlight/Highlight.php
rename to src/Highlight/Highlight.php
diff --git a/NamedBuilderBag.php b/src/NamedBuilderBag.php
similarity index 100%
rename from NamedBuilderBag.php
rename to src/NamedBuilderBag.php
diff --git a/NamedBuilderInterface.php b/src/NamedBuilderInterface.php
similarity index 100%
rename from NamedBuilderInterface.php
rename to src/NamedBuilderInterface.php
diff --git a/ParametersTrait.php b/src/ParametersTrait.php
similarity index 100%
rename from ParametersTrait.php
rename to src/ParametersTrait.php
diff --git a/Query/BoolQuery.php b/src/Query/BoolQuery.php
similarity index 100%
rename from Query/BoolQuery.php
rename to src/Query/BoolQuery.php
diff --git a/Query/BoostingQuery.php b/src/Query/BoostingQuery.php
similarity index 100%
rename from Query/BoostingQuery.php
rename to src/Query/BoostingQuery.php
diff --git a/Query/CommonTermsQuery.php b/src/Query/CommonTermsQuery.php
similarity index 100%
rename from Query/CommonTermsQuery.php
rename to src/Query/CommonTermsQuery.php
diff --git a/Query/ConstantScoreQuery.php b/src/Query/ConstantScoreQuery.php
similarity index 100%
rename from Query/ConstantScoreQuery.php
rename to src/Query/ConstantScoreQuery.php
diff --git a/Query/DisMaxQuery.php b/src/Query/DisMaxQuery.php
similarity index 100%
rename from Query/DisMaxQuery.php
rename to src/Query/DisMaxQuery.php
diff --git a/Query/FilteredQuery.php b/src/Query/FilteredQuery.php
similarity index 100%
rename from Query/FilteredQuery.php
rename to src/Query/FilteredQuery.php
diff --git a/Query/FunctionScoreQuery.php b/src/Query/FunctionScoreQuery.php
similarity index 100%
rename from Query/FunctionScoreQuery.php
rename to src/Query/FunctionScoreQuery.php
diff --git a/Query/FuzzyLikeThisFieldQuery.php b/src/Query/FuzzyLikeThisFieldQuery.php
similarity index 100%
rename from Query/FuzzyLikeThisFieldQuery.php
rename to src/Query/FuzzyLikeThisFieldQuery.php
diff --git a/Query/FuzzyLikeThisQuery.php b/src/Query/FuzzyLikeThisQuery.php
similarity index 100%
rename from Query/FuzzyLikeThisQuery.php
rename to src/Query/FuzzyLikeThisQuery.php
diff --git a/Query/FuzzyQuery.php b/src/Query/FuzzyQuery.php
similarity index 100%
rename from Query/FuzzyQuery.php
rename to src/Query/FuzzyQuery.php
diff --git a/Query/HasChildQuery.php b/src/Query/HasChildQuery.php
similarity index 100%
rename from Query/HasChildQuery.php
rename to src/Query/HasChildQuery.php
diff --git a/Query/HasParentQuery.php b/src/Query/HasParentQuery.php
similarity index 100%
rename from Query/HasParentQuery.php
rename to src/Query/HasParentQuery.php
diff --git a/Query/IdsQuery.php b/src/Query/IdsQuery.php
similarity index 100%
rename from Query/IdsQuery.php
rename to src/Query/IdsQuery.php
diff --git a/Query/IndicesQuery.php b/src/Query/IndicesQuery.php
similarity index 100%
rename from Query/IndicesQuery.php
rename to src/Query/IndicesQuery.php
diff --git a/Query/MatchAllQuery.php b/src/Query/MatchAllQuery.php
similarity index 100%
rename from Query/MatchAllQuery.php
rename to src/Query/MatchAllQuery.php
diff --git a/Query/MatchQuery.php b/src/Query/MatchQuery.php
similarity index 100%
rename from Query/MatchQuery.php
rename to src/Query/MatchQuery.php
diff --git a/Query/MoreLikeThisQuery.php b/src/Query/MoreLikeThisQuery.php
similarity index 100%
rename from Query/MoreLikeThisQuery.php
rename to src/Query/MoreLikeThisQuery.php
diff --git a/Query/MultiMatchQuery.php b/src/Query/MultiMatchQuery.php
similarity index 100%
rename from Query/MultiMatchQuery.php
rename to src/Query/MultiMatchQuery.php
diff --git a/Query/NestedQuery.php b/src/Query/NestedQuery.php
similarity index 100%
rename from Query/NestedQuery.php
rename to src/Query/NestedQuery.php
diff --git a/Query/PrefixQuery.php b/src/Query/PrefixQuery.php
similarity index 100%
rename from Query/PrefixQuery.php
rename to src/Query/PrefixQuery.php
diff --git a/Query/Query.php b/src/Query/Query.php
similarity index 100%
rename from Query/Query.php
rename to src/Query/Query.php
diff --git a/Query/QueryStringQuery.php b/src/Query/QueryStringQuery.php
similarity index 100%
rename from Query/QueryStringQuery.php
rename to src/Query/QueryStringQuery.php
diff --git a/Query/RangeQuery.php b/src/Query/RangeQuery.php
similarity index 100%
rename from Query/RangeQuery.php
rename to src/Query/RangeQuery.php
diff --git a/Query/RegexpQuery.php b/src/Query/RegexpQuery.php
similarity index 100%
rename from Query/RegexpQuery.php
rename to src/Query/RegexpQuery.php
diff --git a/Query/SimpleQueryStringQuery.php b/src/Query/SimpleQueryStringQuery.php
similarity index 100%
rename from Query/SimpleQueryStringQuery.php
rename to src/Query/SimpleQueryStringQuery.php
diff --git a/Query/Span/SpanFirstQuery.php b/src/Query/Span/SpanFirstQuery.php
similarity index 100%
rename from Query/Span/SpanFirstQuery.php
rename to src/Query/Span/SpanFirstQuery.php
diff --git a/Query/Span/SpanMultiTermQuery.php b/src/Query/Span/SpanMultiTermQuery.php
similarity index 100%
rename from Query/Span/SpanMultiTermQuery.php
rename to src/Query/Span/SpanMultiTermQuery.php
diff --git a/Query/Span/SpanNearQuery.php b/src/Query/Span/SpanNearQuery.php
similarity index 100%
rename from Query/Span/SpanNearQuery.php
rename to src/Query/Span/SpanNearQuery.php
diff --git a/Query/Span/SpanNotQuery.php b/src/Query/Span/SpanNotQuery.php
similarity index 100%
rename from Query/Span/SpanNotQuery.php
rename to src/Query/Span/SpanNotQuery.php
diff --git a/Query/Span/SpanOrQuery.php b/src/Query/Span/SpanOrQuery.php
similarity index 100%
rename from Query/Span/SpanOrQuery.php
rename to src/Query/Span/SpanOrQuery.php
diff --git a/Query/Span/SpanQueryInterface.php b/src/Query/Span/SpanQueryInterface.php
similarity index 100%
rename from Query/Span/SpanQueryInterface.php
rename to src/Query/Span/SpanQueryInterface.php
diff --git a/Query/Span/SpanTermQuery.php b/src/Query/Span/SpanTermQuery.php
similarity index 100%
rename from Query/Span/SpanTermQuery.php
rename to src/Query/Span/SpanTermQuery.php
diff --git a/Query/TermQuery.php b/src/Query/TermQuery.php
similarity index 100%
rename from Query/TermQuery.php
rename to src/Query/TermQuery.php
diff --git a/Query/TermsQuery.php b/src/Query/TermsQuery.php
similarity index 100%
rename from Query/TermsQuery.php
rename to src/Query/TermsQuery.php
diff --git a/Query/WildcardQuery.php b/src/Query/WildcardQuery.php
similarity index 100%
rename from Query/WildcardQuery.php
rename to src/Query/WildcardQuery.php
diff --git a/ScriptAwareTrait.php b/src/ScriptAwareTrait.php
similarity index 100%
rename from ScriptAwareTrait.php
rename to src/ScriptAwareTrait.php
diff --git a/Search.php b/src/Search.php
similarity index 100%
rename from Search.php
rename to src/Search.php
diff --git a/SearchEndpoint/AbstractSearchEndpoint.php b/src/SearchEndpoint/AbstractSearchEndpoint.php
similarity index 100%
rename from SearchEndpoint/AbstractSearchEndpoint.php
rename to src/SearchEndpoint/AbstractSearchEndpoint.php
diff --git a/SearchEndpoint/AggregationsEndpoint.php b/src/SearchEndpoint/AggregationsEndpoint.php
similarity index 100%
rename from SearchEndpoint/AggregationsEndpoint.php
rename to src/SearchEndpoint/AggregationsEndpoint.php
diff --git a/SearchEndpoint/FilterEndpoint.php b/src/SearchEndpoint/FilterEndpoint.php
similarity index 100%
rename from SearchEndpoint/FilterEndpoint.php
rename to src/SearchEndpoint/FilterEndpoint.php
diff --git a/SearchEndpoint/HighlightEndpoint.php b/src/SearchEndpoint/HighlightEndpoint.php
similarity index 100%
rename from SearchEndpoint/HighlightEndpoint.php
rename to src/SearchEndpoint/HighlightEndpoint.php
diff --git a/SearchEndpoint/PostFilterEndpoint.php b/src/SearchEndpoint/PostFilterEndpoint.php
similarity index 100%
rename from SearchEndpoint/PostFilterEndpoint.php
rename to src/SearchEndpoint/PostFilterEndpoint.php
diff --git a/SearchEndpoint/QueryEndpoint.php b/src/SearchEndpoint/QueryEndpoint.php
similarity index 100%
rename from SearchEndpoint/QueryEndpoint.php
rename to src/SearchEndpoint/QueryEndpoint.php
diff --git a/SearchEndpoint/SearchEndpointFactory.php b/src/SearchEndpoint/SearchEndpointFactory.php
similarity index 100%
rename from SearchEndpoint/SearchEndpointFactory.php
rename to src/SearchEndpoint/SearchEndpointFactory.php
diff --git a/SearchEndpoint/SearchEndpointInterface.php b/src/SearchEndpoint/SearchEndpointInterface.php
similarity index 100%
rename from SearchEndpoint/SearchEndpointInterface.php
rename to src/SearchEndpoint/SearchEndpointInterface.php
diff --git a/SearchEndpoint/SortEndpoint.php b/src/SearchEndpoint/SortEndpoint.php
similarity index 100%
rename from SearchEndpoint/SortEndpoint.php
rename to src/SearchEndpoint/SortEndpoint.php
diff --git a/SearchEndpoint/SuggestEndpoint.php b/src/SearchEndpoint/SuggestEndpoint.php
similarity index 100%
rename from SearchEndpoint/SuggestEndpoint.php
rename to src/SearchEndpoint/SuggestEndpoint.php
diff --git a/Sort/AbstractSort.php b/src/Sort/AbstractSort.php
similarity index 100%
rename from Sort/AbstractSort.php
rename to src/Sort/AbstractSort.php
diff --git a/Sort/GeoSort.php b/src/Sort/GeoSort.php
similarity index 100%
rename from Sort/GeoSort.php
rename to src/Sort/GeoSort.php
diff --git a/Sort/ScriptSort.php b/src/Sort/ScriptSort.php
similarity index 100%
rename from Sort/ScriptSort.php
rename to src/Sort/ScriptSort.php
diff --git a/Sort/Sort.php b/src/Sort/Sort.php
similarity index 100%
rename from Sort/Sort.php
rename to src/Sort/Sort.php
diff --git a/Sort/Sorts.php b/src/Sort/Sorts.php
similarity index 100%
rename from Sort/Sorts.php
rename to src/Sort/Sorts.php
diff --git a/Suggester/AbstractSuggester.php b/src/Suggester/AbstractSuggester.php
similarity index 100%
rename from Suggester/AbstractSuggester.php
rename to src/Suggester/AbstractSuggester.php
diff --git a/Suggester/Completion.php b/src/Suggester/Completion.php
similarity index 100%
rename from Suggester/Completion.php
rename to src/Suggester/Completion.php
diff --git a/Suggester/Context.php b/src/Suggester/Context.php
similarity index 100%
rename from Suggester/Context.php
rename to src/Suggester/Context.php
diff --git a/Suggester/Context/AbstractContext.php b/src/Suggester/Context/AbstractContext.php
similarity index 100%
rename from Suggester/Context/AbstractContext.php
rename to src/Suggester/Context/AbstractContext.php
diff --git a/Suggester/Context/CategoryContext.php b/src/Suggester/Context/CategoryContext.php
similarity index 100%
rename from Suggester/Context/CategoryContext.php
rename to src/Suggester/Context/CategoryContext.php
diff --git a/Suggester/Context/GeoContext.php b/src/Suggester/Context/GeoContext.php
similarity index 100%
rename from Suggester/Context/GeoContext.php
rename to src/Suggester/Context/GeoContext.php
diff --git a/Suggester/Phrase.php b/src/Suggester/Phrase.php
similarity index 100%
rename from Suggester/Phrase.php
rename to src/Suggester/Phrase.php
diff --git a/Suggester/Term.php b/src/Suggester/Term.php
similarity index 100%
rename from Suggester/Term.php
rename to src/Suggester/Term.php