aboutsummaryrefslogtreecommitdiff
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with autoloading - Invalid paths (#2538)NicklasWallgren2016-12-281-3/+3
|
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-3/+3
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-2/+1
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+24
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.