VeeWee
@veewee.bsky.social
39 followers 96 following 18 posts
I'm an enthusiastic web developer from Belgium, interested in all new internet technologies and tricks.
Posts Media Videos Starter Packs
veewee.bsky.social
Before providing an API to a 3rd party:

- Test your endpoints : Make sure it doesn't return 500 errors on the first request you try.

- Provide clear documentation that covers the actual payload to be sent / received.

Why is this so hard ?! 😓
veewee.bsky.social
In our #Symfony projects, we prefer working with DBAL instead of ORM.

To make the setup a no-brainer, we provide a package that contains some handy DBAL related tools, configurations and much more:

🌎 github.com/phpro/dbal-t...

🏷️ #php #symfony #doctrine #dbal
GitHub - phpro/dbal-tools: Tools for working with DBAL in Symfony applications
Tools for working with DBAL in Symfony applications - phpro/dbal-tools
github.com
veewee.bsky.social
You can now browse through your WSDL metadata with a single terminal command!

github.com/php-soap/wsd...

#php #soap
veewee.bsky.social
Out of office
veewee.bsky.social
Spent the day improving my workflow!

Introducing the "wsdl inspect:ui" command which opens up a TUI to inspect what information we know about your WSDL.

#php #soap
Reposted by VeeWee
bram.us
Bramus @bram.us · Feb 9
CSS Custom Functions are coming … and they are going to be a game changer!

👉 brm.us/css-custom-f...
A custom function that returns different values based on light or dark mode being used to visit the page.
veewee.bsky.social
Latest Reflecta lets your SAT know what properties can be set and get.

github.com/veewee/refle...
Reposted by VeeWee
veewee.bsky.social
(Still waiting on something like wiki.php.net/rfc/clone_with right from within PHP's core though :-) )
PHP: rfc:clone_with
wiki.php.net
veewee.bsky.social
From now on, reflecta will tell you in advance when you try to get or set an unknown property through your static analyzer.

github.com/veewee/refle...
Reposted by VeeWee
veewee.bsky.social
Released soap-client v4

github.com/phpro/soap-c...

Features: dropped the need for PHP ext-soap, improved configurability of code generation, backed enum generation, a flexible encoding system, ...

Special thanks to buhta.com for making this possible!

#soap #php
Release 4.0.0 · phpro/soap-client
This release adds support for long standing encoding issues. In order to solve these issues, this package uses a new encoding package. Starting from this release, you don't need PHP's ext-soap anym...
github.com
veewee.bsky.social
Second try.. 😅
Reposted by VeeWee
azjezz.bsky.social
🚀 Mago 0.0.16 is here!

- Deterministic formatter testing ensures stability.
- `mago lint --semantics-only` for quick checks.
- New linter rules: `analysis/inheritance` & `analysis/instantiation`.

📖 Official docs launched: mago.carthage.software
🔗 github.com/carthage-sof...
Mago by Carthage Software
Mago - A comprehensive suite of PHP tooling inspired by Rust’s approach, providing parsing, linting, formatting, and more through a unified CLI and library interface.
mago.carthage.software
veewee.bsky.social
Talked about layers, variables, hit boxes, variables, loops and event systems with my kid without using any technical word.

Scratch is awesome!
Reposted by VeeWee
fabien.potencier.org
#Symfony 7.3 comes with a new JSON encoder component that is super efficient (10 times faster than the Serializer component with 2 times less memory). Great way to stream JSON payloads when combined with StreamedResponse.
Component: https://buff.ly/3ZMQEgh
Related PRs: https://buff.ly/3Zu2IBC
GitHub - symfony/json-encoder
Contribute to symfony/json-encoder development by creating an account on GitHub.
buff.ly
Reposted by VeeWee
azjezz.bsky.social
Just released Mago (formerly "Fennec") v0.0.1! 🎉

This early, non-production preview of our PHP toolchain comes with:

- `mago lint `for linting
- `mago fmt` for formatting (Prettier.js-style)
- `mago ast` for AST insights

Try it now and share your feedback!

github.com/carthage-sof...
Release Mago 0.0.1 · carthage-software/mago
We are thrilled to share this early snapshot of Mago, a PHP toolchain inspired by the Rust ecosystem’s ergonomics, reliability, and developer experience. However, please note that this is a non-pro...
github.com
Reposted by VeeWee
veewee.bsky.social
Really cool!