lsimkins / laravel-zend-bundle

Zend Framework as a Laravel Bundle
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Zend Framework Laravel Bundle

License:

Zend Framework is the property of Zend Technologies USA, Ltd. Distributable under New BSD License found at: http://framework.zend.com/license

Installable via the Artisan CLI:

php artisan bundle:install zendframework

Auto-load the bundle in bundles.php:

return array(
    'zend' => array( 'auto' => true),
);

Useful links: