[php][symfony] are there sample circle.yml?

Hello,

I’m new to the CI world, and I’m trying to run test for a Sylius based project (Sylius is based on symfony).
I tried to create the nescessary circle.yml but honestly, I’m lost and don’t understand what I’m doing, what i’m supposed to do.
I’ve searched for recent exemple of circle.yml `file on google but found nothing interesting.

Do you know if I can find one and where?

thanks by advance,
Bruno.

Hello Bruno,

Welcome to CircleCI community discuss forum!

First, if you haven’t yet found our docs, I recommend you start here:
https://circleci.com/docs/1.0/getting-started/

Our PHP reference is here: https://circleci.com/docs/1.0/language-php/

Along with a complete reference for our configuration here:
https://circleci.com/docs/1.0/configuration/

I’ve found an open-source library which is designed for Sylius, and uses CircleCI for it’s tests!

Maybe you should check out their circle.yml for inspiration:

We’re always here to help if you have any questions.

Best, Zak