Toon Verwerft

59 Followers
58 Following
101 Posts
I'm an enthusiastic web developer from Belgium, interested in all new internet technologies and tricks.
GitHubhttps://github.com/veewee/
Bloghttps://veewee.github.io/

Decoding became 10x faster than before!

https://github.com/php-soap/encoding

#php #soap

GitHub - php-soap/encoding: SOAP encoding and decoding package

SOAP encoding and decoding package. Contribute to php-soap/encoding development by creating an account on GitHub.

GitHub

In v3 of veewee/xml, the Reader component gets an improved API focussing on you getting stuff done!

https://github.com/veewee/xml/releases/tag/3.0.0

#php #xml

Release Version 3.0.0 路 veewee/xml

What's Changed Add reader MatchingNode results and a signal to stop reading by @veewee in #66 Drop deprecations by @veewee in #68 Breaking changes This new version introduces 1 breaking change in...

GitHub
The cool part about this is : it can use the same code for (de)hydrating both regular fully typed objects and unkown objects.

Reflecta can now also read class attributes and assign dynamic properties through its lenses!

https://github.com/veewee/reflecta

#php #optics

GitHub - veewee/reflecta: 馃獮 Reflecta 馃獮 - Unleash the Power of Optics in your code!

馃獮 Reflecta 馃獮 - Unleash the Power of Optics in your code! - GitHub - veewee/reflecta: 馃獮 Reflecta 馃獮 - Unleash the Power of Optics in your code!

GitHub

Decided to put some extra love into writing XML today.

https://github.com/veewee/xml/releases/tag/2.13.0

#php #xml

Release Version 2.13.0 路 veewee/xml

What's Changed Improve writer implementation by @veewee in #65 Full Changelog: 2.12.0...2.13.0

GitHub

Building an encoder/decoder step by step.

#soap #php

Lovely to see how ISOs keep me focussed on tackling one single problem while making it possible to combine it with another one to tackle that specific problem!

https://github.com/veewee/reflecta

GitHub - veewee/reflecta: 馃獮 Reflecta 馃獮 - Unleash the Power of Optics in your code!

馃獮 Reflecta 馃獮 - Unleash the Power of Optics in your code! - GitHub - veewee/reflecta: 馃獮 Reflecta 馃獮 - Unleash the Power of Optics in your code!

GitHub
Cooking something up ... ! #optics

In this new version of veewee/xml, I added tons of new reader matchers so that you can find all XML elements you are looking for in a memory-safe way!

https://github.com/veewee/xml/releases/tag/2.8.0

#xml #php

Release Version 2.8.0 路 veewee/xml

What's Changed Provide better reader matchers by @veewee in #55 This release introduces a broad set of new and improved Reader matchers: all() any() attribute_local_name() attribute_local_value(...

GitHub

Pleased to announce this monster release of phpro/soap-client.

It will make sure your static analyzer can nail infering the generated SOAP types!

https://github.com/phpro/soap-client/releases/tag/3.0.0

#soap #php

(In case you're wondering : Yes, we do have a final class assembler! )

Release Release 3.0.0 路 phpro/soap-client

In a time of static analyzers, we needed to step up our game and make the code generation as type-safe as possible! This release aims to provide a solution for all type-related issues you might hav...

GitHub