• Paul Yang's avatar
    Check in php implementation. (#2052) · e0e54661
    Paul Yang authored
    This pull request includes two implementation: C extension and PHP
    package. Both implementations support encode/decode of singular,
    repeated and map fields.
    e0e54661
phpdoc.dist.xml 404 Bytes
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Install phpDocumentor to generate docs. -->
<phpdoc>
  <parser>
    <target>doc</target>
  </parser>
  <transformer>
    <target>doc</target>
  </transformer>
  <files>
    <file>Google/Protobuf/Internal/MapField.php</file>
    <file>Google/Protobuf/Internal/Message.php</file>
    <file>Google/Protobuf/Internal/RepeatedField.php</file>
  </files>
</phpdoc>