Skip to content

Instantly share code, notes, and snippets.

@flug
Last active July 20, 2021 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flug/ee85155d6483e13d0325a6aecb529a65 to your computer and use it in GitHub Desktop.
Save flug/ee85155d6483e13d0325a6aecb529a65 to your computer and use it in GitHub Desktop.

==== FRANCAIS VERSION ====

Ceci est le test technique .

composant et outils à utiliser :

Composer

Symfony/console

Symfony/Dom-Crawler

Le candidat doit créer un projet from scratch sans utiliser symfony ou squeleton, utilisant au moins ces composants et peut en utiliser d'autre, il doit monter une ligne de commande bin/console qui va récupérer sur le site http://example.org/ , récupérer le tag h1 et le tag p via un client http que le candidat aura implémenté via une class dédié (ex: ExampleHttpClient (ne pas utiliser se nom)).

il devra respecter les bonnes pratiques de symfony, ainsi que PSR

==== ENGLISH VERSION ====

This is the technical test.

component and tools to be used :

Composer

Symfony/console

Symfony/Dom-Crawler

The candidate must create a project from scratch without using symfony or squeleton, using at least these components and may use others, he must mount a command line bin/console that will retrieve from the site http://example.org/, retrieve the h1 tag and the p tag via an http client that the candidate will have implemented via a dedicated class (eg ExampleHttpClient (do not use this name)).

it will have to respect the good practices of symfony, as well as PSR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment