Richard van Laak
Richard van Laak
Can you please add a basic composer.json and then add the library to packagist.org? The content of the json file should be something like { "description": "PHP library for sending...
When we disable both of the User features of the bundle in the security.yml this results into that the Twig extension isn't loaded. ``` wordpress_cookie: false wordpress_form_login: false ``` Since...
I've deployed my application to my test-environment, but now I'm stuck on the configuration of the hypebeast_wordpress - wordpress_path. Can you please let me know or this path can be...
Symfony has its own logon mechanism, which handles the checking and redirecting. When the wrong password is given, an Wordpress message is returned somehow. When then again a wrong password...
The web profiler bar is one of the great features of the Symfony2 framework. It would be great if all the Wordpress queries would be visible in the debug toolbar....
I think, by using this bundle we've managed to complete the first two steps of the issue / question i've posted [here on StackOverflow](http://stackoverflow.com/questions/14402406/use-the-wordpress-codex-in-symfony2-twig-templates). So, step 3 and 4 are...
After I did a review of multiple potential Wordpress Symfony2 bridges, I've concluded that this is the best bridge so far. An important part of being a bridge is that...
By using this bundle and copying the entire wordpress installation into the symfony its /web folder, making use of the Codex works. This is great, because now I can make...
Based on how `serializeNamespace` was implemented already it seems that xml is supported quite nicely already. This PR adds some functionality and tests to allow prefixing of xml node names...
When looking at the code related to the [/implementation/php](https://github.com/apollographql/apollo-federation-subgraph-compatibility/tree/main/implementations/php), it seems that this isn't testing PHP, but that according to the [composer.json](https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/implementations/php/composer.json) the `skillshare/apollo-federation-php` library is being tested. This leads...