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?
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?
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.