Skip to content

Zend Framework (ZF) Boilerplate is a pre-packaged, pre-configured Zend Framework - based blueprint for your enterprise grade PHP application. It combines state-of-the-art tools, frameworks and ideas to bootstrap your projects with nearly zero work.

License

michael-romer/zf-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZF-Boilerplate

Zend Framework (ZF) Boilerplate is a pre-packaged, pre-configured Zend Framework - based blueprint for your enterprise grade PHP application. It combines state-of-the-art tools, frameworks and ideas to bootstrap your projects with nearly zero work.

ZF-Boilerplate isn't a framework, nor does it claim to be complete. It's the sum of the latest and greatest libraries, tools and scripts to get your ZF based project off the ground quickly and to speed up your development process.

Features

  • Zend Framework on Steriods: ZF-Boilerplate is based on a current version of Zend Framework, the enterprise PHP framework by Zend, the company behind PHP. For ZF-Boilerplate, Zend Framework has been extended, e.g. by a Service Locator and annotation based Dependency Injection.
  • Doctrine 2 tightly integrated: Doctrine 2 is the de-facto ORM system for PHP, mapping objects to relational databases. Doctrine 2 takes away all the pain working in both worlds. With ZF-Boilerplate, Doctrine 2 works out-of-the-box. But there is even more: It brings the tools for managing the database and dealing with data fixtures!
  • Virtual Machine based Development: With ZF Boilerplate, there is no need to set up a production-like runtime environment on your local box. ZF Boilerplate ships with a Virtual Machine (VM) that brings all applications and tools required to run and develop a Zend Framework application. The VM is based on Virtual Box, is maintained by Vagrant and provisioned by Chef.
  • Enterprise Search: Nearly all applications need search functionality. For many, search even is the most important part. Consider Online-Shops, Marketplaces or News Sites. They all heavily rely on search. ZF-Boilerplate ships with ElasticSearch, an enterprise, cloud-focused search technology pre-installed, pre-configured and ready to be used.
  • Test Driven Development: With Unit Testing available out-of-the-box, ZF-Boilerplate perfectly supports TDD and doesn't allow for any reason not to do "test-first" with your next ZF-Project. Includes Testdox creation and Code Coverage reports.
  • Domain Driven Design: ZF-Boilerplate greatly supports Domain Driven Design and lets you easily model your Services, Entities, Repositories and Value Objects in plain PHP minimizing dependencies on other application components.
  • SOAP Webservice: A serious webapp without a proper API? Naaa. ZF-Boilerplate gives you a SOAP based a API that is combat-ready right from the beginning. No setup, no config, no hassle. Just hook in the functions you want to expose via the API. Client application authentification via API token is certainly right built-in.
  • Software Minining: ZF-Boilerplate comes with a bunch of the latest and greatest Software Mining tools available such as PHP_Depend and PHP_MD. Check the coding style of all your code with just a single command.
  • Application Documentation: Documentation usually sucks because its too hard to get it in shape. ZF-Boilerplate brings Docblox for automatically generating your application's api documentation and DocBook support for authoring your users manual with ease. All installed, configured and ready to be used.

Installation

Please refer to: http://zf-boilerplate.com/getting-started/

Roadmap

Please refer to: http://zf-boilerplate.com/roadmap/

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org/

About

Zend Framework (ZF) Boilerplate is a pre-packaged, pre-configured Zend Framework - based blueprint for your enterprise grade PHP application. It combines state-of-the-art tools, frameworks and ideas to bootstrap your projects with nearly zero work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages