0

i created simple symfony and apache log viewer.

https://github.com/lev-savranskiy/php-symfony-log-viewer

can not find centralized directory where symfony developers can submit own modules.

could you please tell me where it is?

enter image description here

Lev Savranskiy
  • 422
  • 2
  • 7
  • 19

1 Answers1

1

Well... there's no official channel for publishing Symfony "packages".

In fact, you should to submit your Symfony bundle or PHP package to packagist. this one is far the most popular PHP packages center.

Take a look at Publishing Packages session in https://packagist.org in order to learn how to publish PHP packages.

felipsmartins
  • 13,269
  • 4
  • 48
  • 56