Skip to content

Commit

Permalink
be honest about maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
OleMchls committed Jan 13, 2016
1 parent 8cafd00 commit e94e5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Library for reading and writing binary data

[![Build Status](https://secure.travis-ci.org/nesQuick/ByteBuffer.png?branch=master)](http://travis-ci.org/nesQuick/ByteBuffer)
[![Build Status](https://secure.travis-ci.org/nesQuick/ByteBuffer.png?branch=master)](http://travis-ci.org/nesQuick/ByteBuffer) [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

I intentionally needed that for writing a PHP Client for [TrafficCop](https://github.com/santosh79/traffic_cop/).
But the source grows so I decided to move it into an own package.
Expand Down Expand Up @@ -54,4 +54,4 @@ socket_write($socket, (string) $buffer, $buffer->length());

## License

Licensed under the MIT license.
Licensed under the MIT license.

0 comments on commit e94e5c8

Please sign in to comment.