Arrayy
🗃 Array manipulation library for PHP, called Arrayy! (by voku)
Serializer
Library for (de-)serializing data of any complexity (supports JSON, and XML) (by schmittjoh)
Arrayy | Serializer | |
---|---|---|
1 | 9 | |
479 | 2,322 | |
- | - | |
0.0 | 8.1 | |
7 days ago | about 1 month ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Arrayy
Posts with mentions or reviews of Arrayy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-01.
-
What do you consider to be PHP's most underrated feature/function?
combined example: https://github.com/voku/Arrayy/blob/baf3d3706575bd6e1e3b870cf5f5460abfc76167/src/Arrayy.php#L4225
Serializer
Posts with mentions or reviews of Serializer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-20.
- Data-Mapper: A package for fast mapping of strong-typed objects
- brick/json-mapper: map JSON data to strongly typed PHP DTOs
-
Design Decisions: Why use final classes
Making a class "final" is always a bad decision IMO. You would never know how will other people use your library. For example, we used JMSSerializerBundle and wanted to extend DateHandler to make it not to throw exceptions if a date string is invalid. But the class is final. So we had to just copy-paste it :(
- Symfony serializer is tedious
-
Array -> Entity
Or this popular alternative: https://jmsyst.com/libs/serializer
-
PHP libraries and tools
JMS Serializer: This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JSON.
-
Yet another Data-Transfer-Object package
Only took a very brief look, but it looks nice. I like that the DTO class isn't required to extend anything, and that it seems to be for real DTOs used for actual transfer of data between systems - not 'local dtos'. It feels like this might be more comparable to something like schmittjoh/serializer rather than spatie/data-transfer-object.
-
PHP foreach loop to XML
When it's time to create the PDF, convert the object structure to an XML using an already existing serializer (like JMS or symfony serializer) or do this by hand.
-
Is there a better way to connect to an API?
One frequently used serializer is JMS Serializer which allows you to convert JSON or XML to objects (or the other way around if needed). You can then use the objects in your application.
What are some alternatives?
When comparing Arrayy and Serializer you can also consider the following projects:
YaLinqo - Yet Another LINQ to Objects for PHP [Simplified BSD]
Fractal - Output complex, flexible, AJAX/RESTful data structures.
Collections
JsonMapper - Map nested JSON structures onto PHP classes
Ginq - `LINQ to Object` inspired DSL for PHP
Ardent - A Collections library for PHP.
PHP Collections - General Purpose Collection Library for PHP
CRUDlex - CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
data-transfer-object - Data transfer objects with batteries included
Zend Serializer