Browse Source

Add networking.

pull/1159/head
Jamie 4 years ago
parent
commit
c0c8714445
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

676
 * [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
676
 * [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
677
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
677
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
678
 * [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimals/floats easily and more precisely.
678
 * [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimals/floats easily and more precisely.
679
+* [IP](https://github.com/darsyn/ip) - An immutable value object for working with IPv4 and IPv6 addresses.
679
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
680
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
680
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
681
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
681
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
682
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
682
-* [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP.
683
+* [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP. 
683
 
684
 
684
 ### Filtering and Validation
685
 ### Filtering and Validation
685
 *Libraries for filtering and validating data.*
686
 *Libraries for filtering and validating data.*
813
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
814
 * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
814
 * [PHP-ML](https://github.com/jorgecasas/php-ml) - A library for Machine Learning in PHP.
815
 * [PHP-ML](https://github.com/jorgecasas/php-ml) - A library for Machine Learning in PHP.
815
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
816
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
816
-* [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
817
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
817
 * [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
818
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
818
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
819
 * [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services
819
 * [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services

Loading…
Cancel
Save