<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Tokeeen PHP/Symfony blog</title>
    <subtitle>Programming tutorials, tips about mainly about PHP/Symfony</subtitle>
    <updated>2019-02-21T01:00:00+01:00</updated>
    <author>
        <name>Vernet Loïc</name>
        <email>lvernet@tokeeen.com</email>
    </author>
    <link href="https://tokeeen.com/en/blog/symfony/atom.xml" rel="self" />
    <id>https://tokeeen.com/en/blog/symfony/atom.xml</id>
    <icon>https://tokeeen.com/images/logos/tokeeen_icon_75.png</icon>
    <logo>https://tokeeen.com/images/logos/tokeeen_icon_1024.png</logo>
    <rights> © 2026 Tokeeen</rights>

    <entry>
                <title>Extending of a Symfony constraint in order to add your own validation rules</title>
        <link href="https://tokeeen.com/en/blog/symfony/extending-of-a-symfony-constraint-in-order-to-add-your-own-validation-rules" />
        <id>https://tokeeen.com/en/blog/symfony/extending-of-a-symfony-constraint-in-order-to-add-your-own-validation-rules</id>
        <published>2019-02-14T01:00:00+01:00</published>
        <updated>2019-02-21T01:00:00+01:00</updated>
        <author>
            <name>Vernet Loïc</name>
            <email>lvernet@tokeeen.com</email>
        </author>
        <summary>In this post will see how to extend a native Symfony constraint in order to add some custom validation rules. We will see a concrete example with the Email constraint on which we will add a new rule that prevents an email without domain extension to pass the validation.
</summary>
    </entry>

    <entry>
                <title>How to create a secured phpinfo page with Symfony and the EasyAdminBundle?</title>
        <link href="https://tokeeen.com/en/blog/symfony/create-a-secured-phpinfo-page" />
        <id>https://tokeeen.com/en/blog/symfony/create-a-secured-phpinfo-page</id>
        <published>2019-01-13T01:00:00+01:00</published>
        <updated>2019-01-26T01:00:00+01:00</updated>
        <author>
            <name>Vernet Loïc</name>
            <email>lvernet@tokeeen.com</email>
        </author>
        <summary>In this post will see a very simple way to create a secured phpinfo() page using the EasyAdminBundle bundle.</summary>
    </entry>
</feed>