HTTP Proxy Extension for Yii 2
This is a simple proxy for Yii2 framework.
This extension provides the HTTP proxy action for the Yii framework 2.0.
For license information check the LICENSE-file.
HTTP Proxy Extension for Yii 2
This is a simple proxy for Yii2 framework.
This extension provides the HTTP proxy action for the Yii framework 2.0.
For license information check the LICENSE-file.
We are very pleased to announce the release of Sphinx extension version 2.0.16. This release adds UINT_SET
attribute type support and ensures compatibility with Sphinx 3 by running tests against it.
See the CHANGELOG for details.
One more package has been released. This time it's a wrapper around Cycle ORM for Yii ecosystem. Cycle is known for support both classic and daemonized PHP applications based for example on RoadRunner.
The package offers a set of console commands and tools for convinient work with DB migrations and schema.
Yii Database package was tagged along with its drivers.
Yii Database 1.3
yii2-form-wizard ¶
A Yii2 form-wizard widget for bootstrap 5
Three runner pacakges was released.
Yii Runner 2.2 and Yii Console Runner 2.2
Yii HTTP Runner 2.3
RBAC packages got big update:
Let's see, what's new and what was fixed.
Major release of yiisoft/hydrator-validator was tagged.
LogicException
on call ValidatedInputInterface::getValidatedInput()
method when object is not validated.I was recently assigned with the task of integrating several extensive forms into a WordPress website. These forms
comprised numerous fields, intricate validation rules, dynamic fields (one to many relationships) and even
interdependencies, where employing PHP inheritance could mitigate code duplication.