diff --git a/system/magiql/Api/BuilderInterface.php b/system/MagiQL/Api/BuilderInterface.php similarity index 100% rename from system/magiql/Api/BuilderInterface.php rename to system/MagiQL/Api/BuilderInterface.php diff --git a/system/magiql/Api/QueryInterface.php b/system/MagiQL/Api/QueryInterface.php similarity index 100% rename from system/magiql/Api/QueryInterface.php rename to system/MagiQL/Api/QueryInterface.php diff --git a/system/magiql/Api/Syntax/OrderBy.php b/system/MagiQL/Api/Syntax/OrderBy.php similarity index 100% rename from system/magiql/Api/Syntax/OrderBy.php rename to system/MagiQL/Api/Syntax/OrderBy.php diff --git a/system/magiql/Api/Syntax/QueryPartInterface.php b/system/MagiQL/Api/Syntax/QueryPartInterface.php similarity index 100% rename from system/magiql/Api/Syntax/QueryPartInterface.php rename to system/MagiQL/Api/Syntax/QueryPartInterface.php diff --git a/system/magiql/Api/WhereInterface.php b/system/MagiQL/Api/WhereInterface.php similarity index 100% rename from system/magiql/Api/WhereInterface.php rename to system/MagiQL/Api/WhereInterface.php diff --git a/system/magiql/Builder.php b/system/MagiQL/Builder.php similarity index 100% rename from system/magiql/Builder.php rename to system/MagiQL/Builder.php diff --git a/system/magiql/Builder/BuilderException.php b/system/MagiQL/Builder/BuilderException.php similarity index 100% rename from system/magiql/Builder/BuilderException.php rename to system/MagiQL/Builder/BuilderException.php diff --git a/system/magiql/Builder/MySqlBuilder.php b/system/MagiQL/Builder/MySqlBuilder.php similarity index 100% rename from system/magiql/Builder/MySqlBuilder.php rename to system/MagiQL/Builder/MySqlBuilder.php diff --git a/system/magiql/Builder/Syntax/AbstractBaseWriter.php b/system/MagiQL/Builder/Syntax/AbstractBaseWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/AbstractBaseWriter.php rename to system/MagiQL/Builder/Syntax/AbstractBaseWriter.php diff --git a/system/magiql/Builder/Syntax/AbstractSetWriter.php b/system/MagiQL/Builder/Syntax/AbstractSetWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/AbstractSetWriter.php rename to system/MagiQL/Builder/Syntax/AbstractSetWriter.php diff --git a/system/magiql/Builder/Syntax/ColumnWriter.php b/system/MagiQL/Builder/Syntax/ColumnWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/ColumnWriter.php rename to system/MagiQL/Builder/Syntax/ColumnWriter.php diff --git a/system/magiql/Builder/Syntax/DeleteWriter.php b/system/MagiQL/Builder/Syntax/DeleteWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/DeleteWriter.php rename to system/MagiQL/Builder/Syntax/DeleteWriter.php diff --git a/system/magiql/Builder/Syntax/InsertWriter.php b/system/MagiQL/Builder/Syntax/InsertWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/InsertWriter.php rename to system/MagiQL/Builder/Syntax/InsertWriter.php diff --git a/system/magiql/Builder/Syntax/IntersectWriter.php b/system/MagiQL/Builder/Syntax/IntersectWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/IntersectWriter.php rename to system/MagiQL/Builder/Syntax/IntersectWriter.php diff --git a/system/magiql/Builder/Syntax/MinusWriter.php b/system/MagiQL/Builder/Syntax/MinusWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/MinusWriter.php rename to system/MagiQL/Builder/Syntax/MinusWriter.php diff --git a/system/magiql/Builder/Syntax/PlaceholderWriter.php b/system/MagiQL/Builder/Syntax/PlaceholderWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/PlaceholderWriter.php rename to system/MagiQL/Builder/Syntax/PlaceholderWriter.php diff --git a/system/magiql/Builder/Syntax/SelectWriter.php b/system/MagiQL/Builder/Syntax/SelectWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/SelectWriter.php rename to system/MagiQL/Builder/Syntax/SelectWriter.php diff --git a/system/magiql/Builder/Syntax/UnionAllWriter.php b/system/MagiQL/Builder/Syntax/UnionAllWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/UnionAllWriter.php rename to system/MagiQL/Builder/Syntax/UnionAllWriter.php diff --git a/system/magiql/Builder/Syntax/UnionWriter.php b/system/MagiQL/Builder/Syntax/UnionWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/UnionWriter.php rename to system/MagiQL/Builder/Syntax/UnionWriter.php diff --git a/system/magiql/Builder/Syntax/UpdateWriter.php b/system/MagiQL/Builder/Syntax/UpdateWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/UpdateWriter.php rename to system/MagiQL/Builder/Syntax/UpdateWriter.php diff --git a/system/magiql/Builder/Syntax/WhereWriter.php b/system/MagiQL/Builder/Syntax/WhereWriter.php similarity index 100% rename from system/magiql/Builder/Syntax/WhereWriter.php rename to system/MagiQL/Builder/Syntax/WhereWriter.php diff --git a/system/magiql/Builder/Syntax/WriterFactory.php b/system/MagiQL/Builder/Syntax/WriterFactory.php similarity index 100% rename from system/magiql/Builder/Syntax/WriterFactory.php rename to system/MagiQL/Builder/Syntax/WriterFactory.php diff --git a/system/magiql/MagiQL.php b/system/MagiQL/MagiQL.php similarity index 100% rename from system/magiql/MagiQL.php rename to system/MagiQL/MagiQL.php diff --git a/system/magiql/Manipulation/AbstractBaseQuery.php b/system/MagiQL/Manipulation/AbstractBaseQuery.php similarity index 100% rename from system/magiql/Manipulation/AbstractBaseQuery.php rename to system/MagiQL/Manipulation/AbstractBaseQuery.php diff --git a/system/magiql/Manipulation/AbstractCreationalQuery.php b/system/MagiQL/Manipulation/AbstractCreationalQuery.php similarity index 100% rename from system/magiql/Manipulation/AbstractCreationalQuery.php rename to system/MagiQL/Manipulation/AbstractCreationalQuery.php diff --git a/system/magiql/Manipulation/AbstractSetQuery.php b/system/MagiQL/Manipulation/AbstractSetQuery.php similarity index 100% rename from system/magiql/Manipulation/AbstractSetQuery.php rename to system/MagiQL/Manipulation/AbstractSetQuery.php diff --git a/system/magiql/Manipulation/ColumnQuery.php b/system/MagiQL/Manipulation/ColumnQuery.php similarity index 100% rename from system/magiql/Manipulation/ColumnQuery.php rename to system/MagiQL/Manipulation/ColumnQuery.php diff --git a/system/magiql/Manipulation/Delete.php b/system/MagiQL/Manipulation/Delete.php similarity index 100% rename from system/magiql/Manipulation/Delete.php rename to system/MagiQL/Manipulation/Delete.php diff --git a/system/magiql/Manipulation/Insert.php b/system/MagiQL/Manipulation/Insert.php similarity index 100% rename from system/magiql/Manipulation/Insert.php rename to system/MagiQL/Manipulation/Insert.php diff --git a/system/magiql/Manipulation/Intersect.php b/system/MagiQL/Manipulation/Intersect.php similarity index 100% rename from system/magiql/Manipulation/Intersect.php rename to system/MagiQL/Manipulation/Intersect.php diff --git a/system/magiql/Manipulation/JoinQuery.php b/system/MagiQL/Manipulation/JoinQuery.php similarity index 100% rename from system/magiql/Manipulation/JoinQuery.php rename to system/MagiQL/Manipulation/JoinQuery.php diff --git a/system/magiql/Manipulation/Minus.php b/system/MagiQL/Manipulation/Minus.php similarity index 100% rename from system/magiql/Manipulation/Minus.php rename to system/MagiQL/Manipulation/Minus.php diff --git a/system/magiql/Manipulation/QueryException.php b/system/MagiQL/Manipulation/QueryException.php similarity index 100% rename from system/magiql/Manipulation/QueryException.php rename to system/MagiQL/Manipulation/QueryException.php diff --git a/system/magiql/Manipulation/QueryFactory.php b/system/MagiQL/Manipulation/QueryFactory.php similarity index 100% rename from system/magiql/Manipulation/QueryFactory.php rename to system/MagiQL/Manipulation/QueryFactory.php diff --git a/system/magiql/Manipulation/Select.php b/system/MagiQL/Manipulation/Select.php similarity index 100% rename from system/magiql/Manipulation/Select.php rename to system/MagiQL/Manipulation/Select.php diff --git a/system/magiql/Manipulation/Union.php b/system/MagiQL/Manipulation/Union.php similarity index 100% rename from system/magiql/Manipulation/Union.php rename to system/MagiQL/Manipulation/Union.php diff --git a/system/magiql/Manipulation/UnionAll.php b/system/MagiQL/Manipulation/UnionAll.php similarity index 100% rename from system/magiql/Manipulation/UnionAll.php rename to system/MagiQL/Manipulation/UnionAll.php diff --git a/system/magiql/Manipulation/Update.php b/system/MagiQL/Manipulation/Update.php similarity index 100% rename from system/magiql/Manipulation/Update.php rename to system/MagiQL/Manipulation/Update.php diff --git a/system/magiql/Syntax/Column.php b/system/MagiQL/Syntax/Column.php similarity index 100% rename from system/magiql/Syntax/Column.php rename to system/MagiQL/Syntax/Column.php diff --git a/system/magiql/Syntax/OrderBy.php b/system/MagiQL/Syntax/OrderBy.php similarity index 100% rename from system/magiql/Syntax/OrderBy.php rename to system/MagiQL/Syntax/OrderBy.php diff --git a/system/magiql/Syntax/SyntaxFactory.php b/system/MagiQL/Syntax/SyntaxFactory.php similarity index 100% rename from system/magiql/Syntax/SyntaxFactory.php rename to system/MagiQL/Syntax/SyntaxFactory.php diff --git a/system/magiql/Syntax/Table.php b/system/MagiQL/Syntax/Table.php similarity index 100% rename from system/magiql/Syntax/Table.php rename to system/MagiQL/Syntax/Table.php diff --git a/system/magiql/Syntax/Where.php b/system/MagiQL/Syntax/Where.php similarity index 100% rename from system/magiql/Syntax/Where.php rename to system/MagiQL/Syntax/Where.php diff --git a/system/magiql/autoload.php b/system/MagiQL/autoload.php similarity index 100% rename from system/magiql/autoload.php rename to system/MagiQL/autoload.php