composer.json 475 B

1234567891011121314151617181920
  1. {
  2. "name": "TrafficCophp/ByteBuffer",
  3. "type": "library",
  4. "description": "Node.js inspired byte stream buffer for PHP.",
  5. "keywords": ["Buffer", "Stream", "Socket", "Library", "Bytehandling", "pack", "wrapper", "binary data"],
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "Ole 'nesQuick' Michaelis",
  10. "email": "ole.michaelis@googlemail.com",
  11. "homepage": "http://www.codestars.eu"
  12. }
  13. ],
  14. "autoload": {
  15. "psr-0": {
  16. "TrafficCophp": "src/"
  17. }
  18. },
  19. "require": {}
  20. }