Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Below is a curated list of popular alternatives, showcasing different approaches
| [dmytrof/array-convertible](https://github.com/dmytrof/ArrayConvertible) | [![PHP](https://img.shields.io/packagist/dependency-v/dmytrof/array-convertible/php)](http://php.net) | Lightweight, nested conversion, simple interface |
| [rexlabsio/array-object-php](https://github.com/rexlabsio/array-object-php) | [![PHP](https://img.shields.io/packagist/dependency-v/rexlabs/array-object/php)](http://php.net) | Fluent interface, `toArray()` and `toJson()` methods |
| [php-extended/php-arrayable-interface](https://gitlab.com/php-extended/php-arrayable-interface) | [![PHP](https://img.shields.io/packagist/dependency-v/php-extended/php-arrayable-interface/php)](http://php.net) | Interface-only, strict contract definition |
| [illuminate/contracts](https://github.com/illuminate/contracts) | [![PHP](https://img.shields.io/packagist/dependency-v/illuminate/contracts/php)](http://php.net) | Defines a generic `Arrayable` interface usable with or without Laravel |

Missing an alternative? Submit a [pull request](https://github.com/imponeer/toarray-interface/compare) to get it added.

Expand Down