Book Image

Extending Symfony2 Web Application Framework

By : Sebastien Armand
Book Image

Extending Symfony2 Web Application Framework

By: Sebastien Armand

Overview of this book

Table of Contents (13 chapters)

Summary


With what we saw in all the previous chapters, you know how to craft Symfony extensions that will make your work easy to reuse within your project.

With this final chapter, you learned how to share it between projects, people, and teams. The technical part of creating a bundle that can be shared is relatively easy. Usually, your code will already be structured inside a bundle, and setting up the configuration and the extension is all you will have to worry about.

It is important to also take time to carefully prepare about the non-technical aspects of sharing a Symfony bundle such as documentation, licensing, and testing. This will greatly help your contributions to be noticed and spread among the community.