{% extends "PackagistWebBundle::layout.html.twig" %} {% import "PackagistWebBundle::macros.html.twig" as macros %} {% block content %}

{{ user.username }} (that's you!)

Edit your information

Change your password

View your public profile

{% if app.user.apiToken %}

Your API Token

{{ app.user.apiToken }}

You can use your API token to interact with the Packagist API.

Your GitHub Post-Receive URL is:

{{ url('github_postreceive', { 'username': app.user.username, 'apiToken': app.user.apiToken }) }}

{% endif %}

Your packages

{% if user.packages|length %} {{ macros.listPackages(user.packages) }} {% else %}

No packages found.

{% endif %}
{% endblock %}