Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

PHP Velho Oeste 2024

PHP Velho Oeste
is a community that aims to move the PHP language ecosystem in the western region of Santa Catarina,
Brazil, known as Velho Oeste(Old West).

Knowledge + Networking





New in Symfony 7.1: Mailer and Notifier Integrations

Symfony provides many ready-to-use integrations with third-party services to
send emails and notifications (via SMS, chat messages, or push notifications).
From Google, Microsoft, and Amazon to smaller services available only in
certain countries, Symfony offers a variety of integrations to enhance your
productivity.
In Symfony 7.1 we've introduced some new integrations:
Notifier component:





New in Symfony 7.1: Constraint Improvements

The Validator component was one of the most active components during the
Symfony 7.1 development cycle. In addition to the new MacAddress and Charset constraints
and the improved UniqueEntity constraint, we made other improvements to existing
constraints.





New in Symfony 7.1: New Dependency Injection Attributes

Symfony includes tens of PHP attributes so you can define metadata next to
your code. In Symfony 7.1 we've added some new attributes and in this article
we'll showcase two of them related to the DependencyInjection component.





WP Briefing: Episode 79: Why Start a WordPress Media Corps (and Why Now?)

There’s a new initiative in the WordPress community: the WordPress Media Corps. In today’s episode of the WordPress Briefing, you’ll find out how it came to be, first as a nugget of an idea during the pandemic and now as an active experiment. Learn how this shift in focus values the ongoing impact, and often invisible effort, of independent WordPress media—and seeks to help them more easily deliver engaging, high-quality WordPress content to their audiences.





New in Symfony 7.1: Improved Access Token Authenticator

In Symfony 6.2 we introduced an Access Token Authenticator capable of fetching
RFC6750 compliant tokens and retrieving the associated user identifier. Symfony 7.1
enhances this feature with several new capabilities.





A Week of Symfony #906 (6-12 May 2024)

This week, Symfony continued tweaking and polishing the new features of Symfony 7.1, which will be released at the end of May 2024.





[news] Auth Client extension 2.2.16 released

We are very pleased to announce the release of Auth Client extension version 2.2.16.

  • Use appropriate exception if client does not exist
  • Add support to configure the OAuth2 access token location in requests and added a generic OAuth2 client
  • Add ability to configure OpenIdConnect cache duration, default is 1 week

See the CHANGELOG for details.