repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/BadRequestHttpException.php
framework/web/BadRequestHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * BadRequestHttpException represents a "Bad Request" HTTP exception with status code 400. * * Use this exception to represent a generic cli...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/User.php
framework/web/User.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Component; use yii\base\InvalidConfigException; use yii\base\InvalidValueException; use yii\di\Instance; use yii\rbac\CheckA...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/Request.php
framework/web/Request.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\InvalidConfigException; use yii\validators\IpValidator; /** * The web Request class represents an HTTP request. * * It e...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/NotAcceptableHttpException.php
framework/web/NotAcceptableHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * NotAcceptableHttpException represents a "Not Acceptable" HTTP exception with status code 406. * * Use this exception when the client requ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/AssetBundle.php
framework/web/AssetBundle.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\BaseObject; use yii\helpers\ArrayHelper; use yii\helpers\Url; /** * AssetBundle represents a collection of asset files, su...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UrlManager.php
framework/web/UrlManager.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Component; use yii\base\InvalidConfigException; use yii\caching\CacheInterface; use yii\di\Instance; use yii\helpers\Url; /...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/ResponseFormatterInterface.php
framework/web/ResponseFormatterInterface.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * ResponseFormatterInterface specifies the interface needed to format a response before it is sent out. * * @author Qiang Xue <qiang.xue@gm...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/AssetManager.php
framework/web/AssetManager.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Component; use yii\base\InvalidArgumentException; use yii\base\InvalidConfigException; use yii\helpers\FileHelper; use yii\h...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/ErrorAction.php
framework/web/ErrorAction.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Action; use yii\base\Exception; use yii\base\UserException; /** * ErrorAction displays application errors using a specifie...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/JqueryAsset.php
framework/web/JqueryAsset.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * This asset bundle provides the [jQuery](https://jquery.com/) JavaScript library. * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2....
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/Application.php
framework/web/Application.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\InvalidRouteException; use yii\base\Module; use yii\helpers\Url; /** * Application is the base class for all web applicati...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/ErrorHandler.php
framework/web/ErrorHandler.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\ErrorException; use yii\base\Exception; use yii\base\UserException; use yii\helpers\VarDumper; /** * ErrorHandler handles ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/Response.php
framework/web/Response.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\InvalidArgumentException; use yii\base\InvalidConfigException; use yii\base\InvalidRouteException; use yii\helpers\FileHelpe...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UrlRule.php
framework/web/UrlRule.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\BaseObject; use yii\base\InvalidConfigException; /** * UrlRule represents a rule used by [[UrlManager]] for parsing and ge...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/Linkable.php
framework/web/Linkable.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * Linkable is the interface that should be implemented by classes that typically represent locatable resources. * * @author Qiang Xue <qian...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/SessionIterator.php
framework/web/SessionIterator.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * SessionIterator implements an [[\Iterator|iterator]] for traversing session variables managed by [[Session]]. * * @author Qiang Xue <qian...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/JsonParser.php
framework/web/JsonParser.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\InvalidArgumentException; use yii\helpers\Json; /** * Parses a raw HTTP request using [[\yii\helpers\Json::decode()]]. * * To ena...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/CacheSession.php
framework/web/CacheSession.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\caching\CacheInterface; use yii\di\Instance; /** * CacheSession implements a session component using cache as storage medium. * * The ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/DbSession.php
framework/web/DbSession.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\InvalidConfigException; use yii\db\Connection; use yii\db\PdoValue; use yii\db\Query; use yii\di\Instance; /** * DbSession...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/HtmlResponseFormatter.php
framework/web/HtmlResponseFormatter.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\Component; /** * HtmlResponseFormatter formats the given data into an HTML response content. * * It is used by [[Response]] to fo...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UnsupportedMediaTypeHttpException.php
framework/web/UnsupportedMediaTypeHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * UnsupportedMediaTypeHttpException represents an "Unsupported Media Type" HTTP exception with status code 415. * * Use this exception when...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/GroupUrlRule.php
framework/web/GroupUrlRule.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\InvalidConfigException; /** * GroupUrlRule represents a collection of URL rules sharing the same prefix in their patterns ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/JsonResponseFormatter.php
framework/web/JsonResponseFormatter.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Component; use yii\helpers\Json; /** * JsonResponseFormatter formats the given data into a JSON or JSONP response content....
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/TooManyRequestsHttpException.php
framework/web/TooManyRequestsHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * TooManyRequestsHttpException represents a "Too Many Requests" HTTP exception with status code 429. * * Use this exception to indicate tha...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/HttpException.php
framework/web/HttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\UserException; /** * HttpException represents an exception caused by an improper request of the end-user. * * HttpException can b...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UserEvent.php
framework/web/UserEvent.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\Event; /** * This event class is used for Events triggered by the [[User]] class. * * @author Qiang Xue <qiang.xue@gmail.com> * ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/Cookie.php
framework/web/Cookie.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * Cookie represents information related with a cookie, such as [[name]], [[value]], [[domain]], etc. * * For more details and usage informa...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/NotFoundHttpException.php
framework/web/NotFoundHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * NotFoundHttpException represents a "Not Found" HTTP exception with status code 404. * * @see https://tools.ietf.org/html/rfc7231#section-...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UrlNormalizerRedirectException.php
framework/web/UrlNormalizerRedirectException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * UrlNormalizerRedirectException represents an information for redirection which should be * performed during the URL normalization. * * @...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/GoneHttpException.php
framework/web/GoneHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * GoneHttpException represents a "Gone" HTTP exception with status code 410. * * Throw a GoneHttpException when a user requests a resource ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/MethodNotAllowedHttpException.php
framework/web/MethodNotAllowedHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * MethodNotAllowedHttpException represents a "Method Not Allowed" HTTP exception with status code 405. * * @see https://tools.ietf.org/html...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UnprocessableEntityHttpException.php
framework/web/UnprocessableEntityHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * UnprocessableEntityHttpException represents an "Unprocessable Entity" HTTP * exception with status code 422. * * Use this exception to i...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UrlRuleInterface.php
framework/web/UrlRuleInterface.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * UrlRuleInterface is the interface that should be implemented by URL rule classes. * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/AssetConverter.php
framework/web/AssetConverter.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Component; use yii\base\Exception; /** * AssetConverter supports conversion of several popular formats into JS or CSS file...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UploadedFile.php
framework/web/UploadedFile.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\BaseObject; use yii\helpers\ArrayHelper; use yii\helpers\Html; /** * UploadedFile represents the information for an upload...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/YiiAsset.php
framework/web/YiiAsset.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * This asset bundle provides the base JavaScript files for the Yii Framework. * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2.0 */...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/HeaderCollection.php
framework/web/HeaderCollection.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\BaseObject; /** * HeaderCollection is used by [[Response]] to maintain the currently registered HTTP headers. * * @property-read ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/UnauthorizedHttpException.php
framework/web/UnauthorizedHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * UnauthorizedHttpException represents an "Unauthorized" HTTP exception with status code 401. * * Use this exception to indicate that a cli...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/Session.php
framework/web/Session.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\Component; use yii\base\InvalidArgumentException; use yii\base\InvalidConfigException; /** * Session provides session data...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/MultipartFormDataParser.php
framework/web/MultipartFormDataParser.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\BaseObject; use yii\helpers\ArrayHelper; use yii\helpers\StringHelper; /** * MultipartFormDataParser parses content encoded as 'mul...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/View.php
framework/web/View.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\InvalidConfigException; use yii\helpers\ArrayHelper; use yii\helpers\Html; use yii\helpers\Url; /** * View represents a vi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/JsExpression.php
framework/web/JsExpression.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use yii\base\BaseObject; /** * `JsExpression` marks a string as a JavaScript expression. * * When using [[\yii\helpers\Json::encode()]] or [[\...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/CompositeUrlRule.php
framework/web/CompositeUrlRule.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use Yii; use yii\base\BaseObject; /** * CompositeUrlRule is the base class for URL rule classes that consist of multiple simpler rules. * * @p...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/CookieCollection.php
framework/web/CookieCollection.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; use ArrayIterator; use Yii; use yii\base\BaseObject; use yii\base\InvalidCallException; /** * CookieCollection maintains the cookies available i...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/ForbiddenHttpException.php
framework/web/ForbiddenHttpException.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\web; /** * ForbiddenHttpException represents a "Forbidden" HTTP exception with status code 403. * * Use this exception when a user is not allowed to...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/web/migrations/m160313_153426_session_init.php
framework/web/migrations/m160313_153426_session_init.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ use yii\db\Migration; /** * Initializes Session tables. * * @author Misbahul D Munir <misbahuldmunir@gmail.com> * @since 2.0.8 */ class m160313_153426_session_...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/OracleMutex.php
framework/mutex/OracleMutex.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use PDO; use yii\base\InvalidConfigException; /** * OracleMutex implements mutex "lock" mechanism via Oracle locks. * * Application configur...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/DbMutex.php
framework/mutex/DbMutex.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use yii\base\InvalidConfigException; use yii\db\Connection; use yii\di\Instance; /** * DbMutex is the base class for classes, which relies on ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/FileMutex.php
framework/mutex/FileMutex.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use Yii; use yii\base\InvalidConfigException; use yii\helpers\FileHelper; /** * FileMutex implements mutex "lock" mechanism via local file sys...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/Mutex.php
framework/mutex/Mutex.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use yii\base\Component; /** * The Mutex component allows mutual execution of concurrent processes in order to prevent "race conditions". * *...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/PgsqlMutex.php
framework/mutex/PgsqlMutex.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use yii\base\InvalidConfigException; /** * PgsqlMutex implements mutex "lock" mechanism via PgSQL locks. * * Application configuration examp...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/MysqlMutex.php
framework/mutex/MysqlMutex.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use yii\base\InvalidConfigException; use yii\db\Expression; /** * MysqlMutex implements mutex "lock" mechanism via MySQL locks. * * Applicat...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mutex/RetryAcquireTrait.php
framework/mutex/RetryAcquireTrait.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\mutex; use Closure; /** * Trait RetryAcquireTrait. * * @author Robert Korulczyk <robert@korulczyk.pl> * @internal * @since 2.0.16 */ trait Retry...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/TranslationController.php
build/controllers/TranslationController.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use DirectoryIterator; use yii\console\Application; use yii\console\Controller; use yii\helpers\Html; /** * TranslationController ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/Utf8Controller.php
build/controllers/Utf8Controller.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use yii\console\Application; use yii\console\Controller; use yii\helpers\Console; use yii\helpers\FileHelper; /** * Check files f...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/DevController.php
build/controllers/DevController.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use Yii; use yii\base\InvalidParamException; use yii\console\Application; use yii\console\Controller; use yii\console\ExitCode; use ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/PhpDocController.php
build/controllers/PhpDocController.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use Yii; use yii\base\Model; use yii\base\Module; use yii\console\Application; use yii\console\Controller as ConsoleController; use...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/ReleaseController.php
build/controllers/ReleaseController.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use Yii; use yii\base\Exception; use yii\console\Application; use yii\console\Controller; use yii\helpers\ArrayHelper; use yii\help...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/MimeTypeController.php
build/controllers/MimeTypeController.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use Yii; use yii\console\Application; use yii\console\Controller; use yii\helpers\Console; use yii\helpers\VarDumper; /** * MimeT...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/ClassmapController.php
build/controllers/ClassmapController.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\build\controllers; use yii\console\Application; use yii\console\Controller; use yii\console\Exception; use yii\helpers\FileHelper; /** * Creates a cl...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/build/controllers/views/translation/report_html.php
build/controllers/views/translation/report_html.php
<?php use yii\helpers\Html; /** * @var \yii\web\View $this * @var string $title * @var string $sourcePath * @var string $translationPath * @var array $results * * @phpstan-var \yii\web\View&object{ * context: \yii\build\controllers\TranslationController, * } $this */ ?><!doctype html> <html> <head>...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Account.php
src/OpenPlatform/Account.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use EasyWeChat\OpenPlatform\Contracts\Account as AccountInterface; class Account implements AccountInterface { public function __construct( protected string $appId, protected string $secret, protected string $token, ...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/ComponentAccessToken.php
src/OpenPlatform/ComponentAccessToken.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use EasyWeChat\Kernel\Contracts\RefreshableAccessToken as RefreshableAccessTokenInterface; use EasyWeChat\Kernel\Exceptions\HttpException; use EasyWeChat\OpenPlatform\Contracts\VerifyTicket as VerifyTicketInterface; use Psr\SimpleCache\CacheInterface;...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Authorization.php
src/OpenPlatform/Authorization.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use ArrayAccess; use EasyWeChat\Kernel\Contracts\Arrayable; use EasyWeChat\Kernel\Contracts\Jsonable; use EasyWeChat\Kernel\Traits\HasAttributes; /** * @implements ArrayAccess<string, mixed> */ class Authorization implements Arrayable, ArrayAccess,...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Application.php
src/OpenPlatform/Application.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use Closure; use EasyWeChat\Kernel\Contracts\AccessToken as AccessTokenInterface; use EasyWeChat\Kernel\Contracts\Server as ServerInterface; use EasyWeChat\Kernel\Encryptor; use EasyWeChat\Kernel\Exceptions\HttpException; use EasyWeChat\Kernel\HttpCli...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/VerifyTicket.php
src/OpenPlatform/VerifyTicket.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use EasyWeChat\Kernel\Exceptions\RuntimeException; use EasyWeChat\OpenPlatform\Contracts\VerifyTicket as VerifyTicketInterface; use Psr\SimpleCache\CacheInterface; use Symfony\Component\Cache\Adapter\FilesystemAdapter; use Symfony\Component\Cache\Psr1...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Server.php
src/OpenPlatform/Server.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use Closure; use EasyWeChat\Kernel\Contracts\Server as ServerInterface; use EasyWeChat\Kernel\Encryptor; use EasyWeChat\Kernel\ServerResponse; use EasyWeChat\Kernel\Traits\DecryptMessage; use EasyWeChat\Kernel\Traits\InteractWithHandlers; use EasyWeCh...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Config.php
src/OpenPlatform/Config.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; class Config extends \EasyWeChat\Kernel\Config { /** * @var array<string> */ protected array $requiredKeys = [ 'app_id', 'secret', 'aes_key', ]; }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/AuthorizerAccessToken.php
src/OpenPlatform/AuthorizerAccessToken.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; use EasyWeChat\Kernel\Contracts\AccessToken; use Stringable; class AuthorizerAccessToken implements AccessToken, Stringable { public function __construct(protected string $appId, protected string $accessToken) { } public function get...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Message.php
src/OpenPlatform/Message.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform; /** * @property string $InfoType * @property string $ComponentVerifyTicket */ class Message extends \EasyWeChat\Kernel\Message { // }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Contracts/Account.php
src/OpenPlatform/Contracts/Account.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform\Contracts; interface Account { public function getAppId(): string; public function getSecret(): string; public function getToken(): string; public function getAesKey(): string; }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Contracts/Application.php
src/OpenPlatform/Contracts/Application.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform\Contracts; use EasyWeChat\Kernel\Contracts\AccessToken; use EasyWeChat\Kernel\Contracts\Config; use EasyWeChat\Kernel\Contracts\Server; use EasyWeChat\Kernel\Encryptor; use EasyWeChat\Kernel\HttpClient\AccessTokenAwareClient; use EasyWeChat\MiniApp\App...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/OpenPlatform/Contracts/VerifyTicket.php
src/OpenPlatform/Contracts/VerifyTicket.php
<?php declare(strict_types=1); namespace EasyWeChat\OpenPlatform\Contracts; interface VerifyTicket { public function getTicket(): string; public function setTicket(string $ticket): static; }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Encryptor.php
src/Kernel/Encryptor.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel; use const OPENSSL_NO_PADDING; use const SORT_STRING; use EasyWeChat\Kernel\Exceptions\RuntimeException; use EasyWeChat\Kernel\Support\Pkcs7; use EasyWeChat\Kernel\Support\Str; use EasyWeChat\Kernel\Support\Xml; use Exception; use Throwable; use function b...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Config.php
src/Kernel/Config.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel; use ArrayAccess; use EasyWeChat\Kernel\Contracts\Config as ConfigInterface; use EasyWeChat\Kernel\Exceptions\InvalidArgumentException; use EasyWeChat\Kernel\Support\Arr; use function strval; /** * @implements ArrayAccess<mixed, mixed> */ class Config im...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/ServerResponse.php
src/Kernel/ServerResponse.php
<?php namespace EasyWeChat\Kernel; use const PHP_OUTPUT_HANDLER_CLEANABLE; use const PHP_OUTPUT_HANDLER_FLUSHABLE; use const PHP_OUTPUT_HANDLER_REMOVABLE; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\StreamInterface; use function array_keys; use function array_map; use function count; use function h...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Message.php
src/Kernel/Message.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel; use ArrayAccess; use EasyWeChat\Kernel\Contracts\Jsonable; use EasyWeChat\Kernel\Exceptions\BadRequestException; use EasyWeChat\Kernel\Support\MessageParser; use EasyWeChat\Kernel\Traits\HasAttributes; use Psr\Http\Message\ServerRequestInterface; /** * @p...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/BadResponseException.php
src/Kernel/Exceptions/BadResponseException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class BadResponseException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/InvalidConfigException.php
src/Kernel/Exceptions/InvalidConfigException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class InvalidConfigException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/DecryptException.php
src/Kernel/Exceptions/DecryptException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class DecryptException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/ServiceNotFoundException.php
src/Kernel/Exceptions/ServiceNotFoundException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class ServiceNotFoundException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/Exception.php
src/Kernel/Exceptions/Exception.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; use Exception as BaseException; class Exception extends BaseException { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/HttpException.php
src/Kernel/Exceptions/HttpException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; use Psr\Http\Message\ResponseInterface; class HttpException extends Exception { public ?ResponseInterface $response; /** * HttpException constructor. */ public function __construct(string $message, ?ResponseInterface $resp...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/BadRequestException.php
src/Kernel/Exceptions/BadRequestException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class BadRequestException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/RuntimeException.php
src/Kernel/Exceptions/RuntimeException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class RuntimeException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/BadMethodCallException.php
src/Kernel/Exceptions/BadMethodCallException.php
<?php namespace EasyWeChat\Kernel\Exceptions; class BadMethodCallException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Exceptions/InvalidArgumentException.php
src/Kernel/Exceptions/InvalidArgumentException.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Exceptions; class InvalidArgumentException extends Exception { }
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/RequestUtil.php
src/Kernel/HttpClient/RequestUtil.php
<?php namespace EasyWeChat\Kernel\HttpClient; use const ARRAY_FILTER_USE_KEY; use const JSON_FORCE_OBJECT; use const JSON_UNESCAPED_UNICODE; use EasyWeChat\Kernel\Support\UserAgent; use EasyWeChat\Kernel\Support\Xml; use InvalidArgumentException; use Nyholm\Psr7\Factory\Psr17Factory; use Nyholm\Psr7Server\ServerRequ...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/Response.php
src/Kernel/HttpClient/Response.php
<?php namespace EasyWeChat\Kernel\HttpClient; use const JSON_UNESCAPED_UNICODE; use ArrayAccess; use Closure; use EasyWeChat\Kernel\Contracts\Arrayable; use EasyWeChat\Kernel\Contracts\Jsonable; use EasyWeChat\Kernel\Exceptions\BadMethodCallException; use EasyWeChat\Kernel\Exceptions\BadResponseException; use EasyWe...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/RetryableClient.php
src/Kernel/HttpClient/RetryableClient.php
<?php namespace EasyWeChat\Kernel\HttpClient; use Psr\Log\LoggerInterface; use Symfony\Component\HttpClient\Retry\GenericRetryStrategy; use Symfony\Component\HttpClient\Retry\RetryStrategyInterface; use Symfony\Component\HttpClient\RetryableHttpClient; trait RetryableClient { /** * @param array<string, mix...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/ScopingHttpClient.php
src/Kernel/HttpClient/ScopingHttpClient.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\HttpClient; use Psr\Log\LoggerAwareInterface; use Psr\Log\LoggerInterface; use Symfony\Component\HttpClient\HttpClientTrait; use Symfony\Contracts\HttpClient\HttpClientInterface; use Symfony\Contracts\HttpClient\ResponseInterface; use Symfony\Contracts\HttpC...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/HttpClientMethods.php
src/Kernel/HttpClient/HttpClientMethods.php
<?php namespace EasyWeChat\Kernel\HttpClient; use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface; use Symfony\Contracts\HttpClient\ResponseInterface as ResponseInterfaceAlias; trait HttpClientMethods { /** * @param array<string, mixed> $options * * @throws TransportExceptionI...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/RequestWithPresets.php
src/Kernel/HttpClient/RequestWithPresets.php
<?php namespace EasyWeChat\Kernel\HttpClient; use EasyWeChat\Kernel\Exceptions\InvalidArgumentException; use EasyWeChat\Kernel\Exceptions\RuntimeException; use EasyWeChat\Kernel\Form\File; use EasyWeChat\Kernel\Form\Form; use EasyWeChat\Kernel\Support\Str; use function array_merge; use function in_array; use functio...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/AccessTokenExpiredRetryStrategy.php
src/Kernel/HttpClient/AccessTokenExpiredRetryStrategy.php
<?php namespace EasyWeChat\Kernel\HttpClient; use Closure; use EasyWeChat\Kernel\Contracts\AccessToken as AccessTokenInterface; use EasyWeChat\Kernel\Contracts\RefreshableAccessToken as RefreshableAccessTokenInterface; use Symfony\Component\HttpClient\Response\AsyncContext; use Symfony\Component\HttpClient\Retry\Gene...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/HttpClient/AccessTokenAwareClient.php
src/Kernel/HttpClient/AccessTokenAwareClient.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\HttpClient; use Closure; use EasyWeChat\Kernel\Contracts\AccessToken as AccessTokenInterface; use EasyWeChat\Kernel\Contracts\AccessTokenAwareHttpClient as AccessTokenAwareHttpClientInterface; use EasyWeChat\Kernel\Traits\MockableHttpClient; use Symfony\Comp...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Traits/InteractWithCache.php
src/Kernel/Traits/InteractWithCache.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Traits; use Psr\SimpleCache\CacheInterface; use Symfony\Component\Cache\Adapter\FilesystemAdapter; use Symfony\Component\Cache\Psr16Cache; trait InteractWithCache { protected ?CacheInterface $cache = null; protected int $cacheLifetime = 1500; ...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Traits/HasAttributes.php
src/Kernel/Traits/HasAttributes.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Traits; use function array_key_exists; use function array_merge; use function json_encode; trait HasAttributes { /** * @var array<int|string,mixed> */ protected array $attributes = []; /** * @param array<int|string,mixed> $attr...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Traits/RespondJsonMessage.php
src/Kernel/Traits/RespondJsonMessage.php
<?php namespace EasyWeChat\Kernel\Traits; use EasyWeChat\Kernel\Encryptor; use EasyWeChat\Kernel\Exceptions\InvalidArgumentException; use EasyWeChat\Kernel\Message; use Nyholm\Psr7\Response; use Psr\Http\Message\ResponseInterface; trait RespondJsonMessage { public function transformJsonToReply(mixed $response, M...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Traits/InteractWithConfig.php
src/Kernel/Traits/InteractWithConfig.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Traits; use EasyWeChat\Kernel\Config; use EasyWeChat\Kernel\Contracts\Config as ConfigInterface; use function is_array; trait InteractWithConfig { protected ConfigInterface $config; /** * @param array<string,mixed>|ConfigInterface $config ...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false
w7corp/easywechat
https://github.com/w7corp/easywechat/blob/37e65c89a6dda2fe9f559f7bb7608f6819994110/src/Kernel/Traits/InteractWithHandlers.php
src/Kernel/Traits/InteractWithHandlers.php
<?php declare(strict_types=1); namespace EasyWeChat\Kernel\Traits; use Closure; use EasyWeChat\Kernel\Exceptions\InvalidArgumentException; use function array_reverse; use function array_unshift; use function call_user_func; use function func_get_args; use function gettype; use function is_array; use function is_cal...
php
MIT
37e65c89a6dda2fe9f559f7bb7608f6819994110
2026-01-04T15:06:54.430600Z
false