harga pada beranda terhubung ke manage plans di dashboard admin
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m27s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 31s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
triagungbiantoro
2026-04-25 21:57:25 +07:00
parent f25542ea0d
commit 417b7b7453
21707 changed files with 179493 additions and 328 deletions

0
vendor/php-http/discovery/.php-cs-fixer.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/CHANGELOG.md vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/LICENSE vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/README.md vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/composer.json vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/ClassDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Composer/Plugin.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Exception.php vendored Normal file → Executable file
View File

View File

View File

View File

0
vendor/php-http/discovery/src/Exception/NotFoundException.php vendored Normal file → Executable file
View File

View File

View File

0
vendor/php-http/discovery/src/HttpAsyncClientDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/HttpClientDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/MessageFactoryDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/NotFoundException.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Psr17Factory.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Psr17FactoryDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Psr18Client.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Psr18ClientDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Strategy/CommonClassesStrategy.php vendored Normal file → Executable file
View File

View File

0
vendor/php-http/discovery/src/Strategy/DiscoveryStrategy.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Strategy/MockClientStrategy.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/Strategy/PuliBetaStrategy.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/StreamFactoryDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/discovery/src/UriFactoryDiscovery.php vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/CHANGELOG.md vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/LICENSE vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/README.md vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/composer.json vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/phpstan.neon.dist vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/psalm.baseline.xml vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/psalm.xml vendored Normal file → Executable file
View File

0
vendor/php-http/guzzle7-adapter/src/Client.php vendored Normal file → Executable file
View File

View File

0
vendor/php-http/guzzle7-adapter/src/Promise.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/.php-cs-fixer.dist.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/CHANGELOG.md vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/LICENSE vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/README.md vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/composer.json vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/puli.json vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Exception.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Exception/HttpException.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Exception/NetworkException.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Exception/RequestAwareTrait.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Exception/RequestException.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Exception/TransferException.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/HttpAsyncClient.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/HttpClient.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Promise/HttpFulfilledPromise.php vendored Normal file → Executable file
View File

0
vendor/php-http/httplug/src/Promise/HttpRejectedPromise.php vendored Normal file → Executable file
View File

72
vendor/php-http/message-factory/CHANGELOG.md vendored Executable file
View File

@@ -0,0 +1,72 @@
# Change Log
## 1.1.0 - 2023-04-14
### Changed
- Allow `psr/http-message` v2 in addition to v1
- Deprecate all interfaces in favor of [PSR-17](https://www.php-fig.org/psr/psr-17/)
## 1.0.2 - 2015-12-19
### Added
- Request and Response factory binding types to Puli
## 1.0.1 - 2015-12-17
### Added
- Puli configuration and binding types
## 1.0.0 - 2015-12-15
### Added
- Response Factory in order to be reused in Message and Server Message factories
- Request Factory
### Changed
- Message Factory extends Request and Response factories
## 1.0.0-RC1 - 2015-12-14
### Added
- CS check
### Changed
- RuntimeException is thrown when the StreamFactory cannot write to the underlying stream
## 0.3.0 - 2015-11-16
### Removed
- Client Context Factory
- Factory Awares and Templates
## 0.2.0 - 2015-11-16
### Changed
- Reordered the parameters when creating a message to have the protocol last,
as its the least likely to need to be changed.
## 0.1.0 - 2015-06-01
### Added
- Initial release
### Changed
- Helpers are renamed to templates

View File

@@ -0,0 +1 @@
Please see http://docs.php-http.org/en/latest/development/contributing.html

42
vendor/php-http/message-factory/README.md vendored Executable file
View File

@@ -0,0 +1,42 @@
# PSR-7 Message Factory
[![Latest Version](https://img.shields.io/github/release/php-http/message-factory.svg?style=flat-square)](https://github.com/php-http/message-factory/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/message-factory.svg?style=flat-square)](https://packagist.org/packages/php-http/message-factory)
**Factory interfaces for PSR-7 HTTP Message.**
## Obsolete
The PHP-HTTP factories have become obsolete with the [PSR-17](https://www.php-fig.org/psr/psr-17/) factories standard.
All major HTTP client implementors provide [PSR-17 factories](https://packagist.org/packages/psr/http-factory).
This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.
## Install
Via Composer
``` bash
$ composer require php-http/message-factory
```
## Documentation
Please see the [official documentation](http://docs.php-http.org/en/latest/message/message-factory.html).
## Contributing
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
## Security
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.

27
vendor/php-http/message-factory/composer.json vendored Executable file
View File

@@ -0,0 +1,27 @@
{
"name": "php-http/message-factory",
"description": "Factory interfaces for PSR-7 HTTP Message",
"license": "MIT",
"keywords": ["http", "factory", "message", "stream", "uri"],
"homepage": "http://php-http.org",
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

44
vendor/php-http/message-factory/puli.json vendored Executable file
View File

@@ -0,0 +1,44 @@
{
"version": "1.0",
"name": "php-http/message-factory",
"binding-types": {
"Http\\Message\\MessageFactory": {
"description": "PSR-7 Message Factory",
"parameters": {
"depends": {
"description": "Optional class dependency which can be checked by consumers"
}
}
},
"Http\\Message\\RequestFactory": {
"parameters": {
"depends": {
"description": "Optional class dependency which can be checked by consumers"
}
}
},
"Http\\Message\\ResponseFactory": {
"parameters": {
"depends": {
"description": "Optional class dependency which can be checked by consumers"
}
}
},
"Http\\Message\\StreamFactory": {
"description": "PSR-7 Stream Factory",
"parameters": {
"depends": {
"description": "Optional class dependency which can be checked by consumers"
}
}
},
"Http\\Message\\UriFactory": {
"description": "PSR-7 URI Factory",
"parameters": {
"depends": {
"description": "Optional class dependency which can be checked by consumers"
}
}
}
}
}

View File

@@ -0,0 +1,14 @@
<?php
namespace Http\Message;
/**
* Factory for PSR-7 Request and Response.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*
* @deprecated since version 1.1, use Psr\Http\Message\RequestFactoryInterface and Psr\Http\Message\ResponseFactoryInterface instead.
*/
interface MessageFactory extends RequestFactory, ResponseFactory
{
}

View File

@@ -0,0 +1,36 @@
<?php
namespace Http\Message;
use Psr\Http\Message\UriInterface;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\StreamInterface;
/**
* Factory for PSR-7 Request.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*
* @deprecated since version 1.1, use Psr\Http\Message\RequestFactoryInterface instead.
*/
interface RequestFactory
{
/**
* Creates a new PSR-7 request.
*
* @param string $method
* @param string|UriInterface $uri
* @param array $headers
* @param resource|string|StreamInterface|null $body
* @param string $protocolVersion
*
* @return RequestInterface
*/
public function createRequest(
$method,
$uri,
array $headers = [],
$body = null,
$protocolVersion = '1.1'
);
}

View File

@@ -0,0 +1,37 @@
<?php
namespace Http\Message;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\StreamInterface;
/**
* Factory for PSR-7 Response.
*
* This factory contract can be reused in Message and Server Message factories.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*
* @deprecated since version 1.1, use Psr\Http\Message\ResponseFactoryInterface instead.
*/
interface ResponseFactory
{
/**
* Creates a new PSR-7 response.
*
* @param int $statusCode
* @param string|null $reasonPhrase
* @param array $headers
* @param resource|string|StreamInterface|null $body
* @param string $protocolVersion
*
* @return ResponseInterface
*/
public function createResponse(
$statusCode = 200,
$reasonPhrase = null,
array $headers = [],
$body = null,
$protocolVersion = '1.1'
);
}

View File

@@ -0,0 +1,27 @@
<?php
namespace Http\Message;
use Psr\Http\Message\StreamInterface;
/**
* Factory for PSR-7 Stream.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*
* @deprecated since version 1.1, use Psr\Http\Message\StreamFactoryInterface instead.
*/
interface StreamFactory
{
/**
* Creates a new PSR-7 stream.
*
* @param string|resource|StreamInterface|null $body
*
* @return StreamInterface
*
* @throws \InvalidArgumentException if the stream body is invalid
* @throws \RuntimeException if creating the stream from $body fails
*/
public function createStream($body = null);
}

View File

@@ -0,0 +1,26 @@
<?php
namespace Http\Message;
use Psr\Http\Message\UriInterface;
/**
* Factory for PSR-7 URI.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*
* @deprecated since version 1.1, use Psr\Http\Message\UriFactoryInterface instead.
*/
interface UriFactory
{
/**
* Creates an PSR-7 URI.
*
* @param string|UriInterface $uri
*
* @return UriInterface
*
* @throws \InvalidArgumentException if the $uri argument can not be converted into a valid URI
*/
public function createUri($uri);
}

0
vendor/php-http/message/.php-cs-fixer.dist.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/CHANGELOG.md vendored Normal file → Executable file
View File

0
vendor/php-http/message/LICENSE vendored Normal file → Executable file
View File

0
vendor/php-http/message/README.md vendored Normal file → Executable file
View File

0
vendor/php-http/message/apigen.neon vendored Normal file → Executable file
View File

0
vendor/php-http/message/composer.json vendored Normal file → Executable file
View File

0
vendor/php-http/message/puli.json vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/AutoBasicAuth.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/BasicAuth.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/Bearer.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/Chain.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/Header.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/Matching.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/QueryParam.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/RequestConditional.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Authentication/Wsse.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Builder/ResponseBuilder.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Cookie.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/CookieJar.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/CookieUtil.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Decorator/MessageDecorator.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Decorator/RequestDecorator.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Decorator/ResponseDecorator.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Decorator/StreamDecorator.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/ChunkStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/CompressStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/DechunkStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/DecompressStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/DeflateStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/Filter/Chunk.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/FilteredStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/GzipDecodeStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/GzipEncodeStream.php vendored Normal file → Executable file
View File

0
vendor/php-http/message/src/Encoding/InflateStream.php vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More