prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Add vendor to module namespaces #10

Open codeliner opened 9 years ago

codeliner commented 9 years ago

To avoid conflicts with other modules all core modules should live under the vendor Gingerwork. Use composer autoloader to set up psr-4 autoloading like described in this blog: https://samsonasik.wordpress.com/2014/01/11/zend-framework-2-using-psr-4-autoloader-in-module/