berlindb / core

All of the required core code
MIT License
255 stars 29 forks source link

Issue/2 - Set up PSR autoloader and Composer #6

Closed alexstandiford closed 4 years ago

alexstandiford commented 5 years ago

This moves all files so that the structure works with PSR autoloading. I went ahead and added the composer.json file.

issue #2

Also issue #5

sc0ttkclark commented 5 years ago

I'd prefer to see capitalization in the folder structure to match the namespace like Database/Etc/Etc/Class.php to follow PSR-4 standards there.

alexstandiford commented 4 years ago

@sc0ttkclark - could you take another look and see if this works in your composer setup? It's working over here. I went ahead and updated it to match that. Good catch.

JJJ commented 4 years ago

This has conflicts that need resolving. Anyone able to refresh it?

szepeviktor commented 4 years ago
return $anyone === '@alexstandiford';
alexstandiford commented 4 years ago

We can probably close this PR in-favor of https://github.com/berlindb/core/pull/49