# PhpMyAdminContainerResource

- Kind: `class`
- Package: [Aspire.Hosting.MySql](/reference/api/csharp/aspire.hosting.mysql.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.MySql`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.MySql/PhpMyAdminResource.cs)
- Inherits: `ContainerResource`

Resource representing PhpMyAdmin container.

## Definition

```csharp
namespace Aspire.Hosting.MySql;

public sealed class PhpMyAdminContainerResource
    : Aspire.Hosting.ApplicationModel.ContainerResource
{
    // ...
}
```

## Constructors

- [PhpMyAdminContainerResource(string)](/reference/api/csharp/aspire.hosting.mysql/phpmyadmincontainerresource/constructors.md#constructor-string) -- Resource representing PhpMyAdmin container.
