aboutsummaryrefslogtreecommitdiff
path: root/php/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Follows proper autoloading standards (#3123)Brent Shaffer2017-06-141-4/+1
| | | | | | | | | | | | | | * Follows proper autoloading standards - Splits PHP classes in descriptor.php into separate files - Splits MapFieldIter and RepeatedFieldIter into separate files - Moves descriptor.php to Internal/functions.php - Moves all namespaced functions into Iternal/functions.php * fixes Makefile.am for added php files * [PHP] moves all functions to GPBUtil * removes description.php from the makefile
* 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.