aboutsummaryrefslogtreecommitdiff
path: root/php/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-1/+2
| | | | This option will be prepended to generated classes of all messages in the containing file.
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-0/+27
1. Generate single file for each message. 2. Lazily initiate metadata.