andela-iadeniyi/Potato-ORM

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.env.example
.gitignore
.travis.yml
CONTRIBUTING.md
LICENCE
README.md
composer.json
phpunit.xml
src/Database/DBConfig.php64
src/Database/DatabaseQuery.php232
B
4 hrs
src/Exceptions/ColumnNotExistExeption.php14
src/Exceptions/DataAlreadyExistException.php14
src/Exceptions/DataNotFoundException.php14
src/Exceptions/EmptyDatabaseException.php14
src/Exceptions/ErrorInsertingException.php14
src/Exceptions/InvalidConnectionException.php14
src/Exceptions/TableDoesNotExistException.php14
src/Helper/GetData.php52
src/Helper/Inflector.php110
B
5 hrs
src/Helper/Model.php82
src/Helper/Relationships.php49
A
2 hrs
src/Helper/Schema.php114
A
35 mins
src/Helper/Upload.php192
src/Interface/DatabaseQueryInterface.php12
A
35 mins
src/Interface/GetDataInterface.php12
src/Interface/ModelInterface.php12
src/Interface/RelationshipsInterface.php7
src/Interface/SchemaInterface.php14
src/User.php6