Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

davy_yg's avatar
Level 27

Style CI

Anyone knows what style CI are for?

I have been reading the docs: https://styleci.readme.io/docs

and still do not have an idea what is it for?

For example: .styleci.yml

preset: laravel

in my ChuckNorrisJokeFactory Package.

What is it for?

0 likes
7 replies
davy_yg's avatar
Level 27

If I am using styleci, what does it do to my php code?

Welcome to StyleCI - The PHP Coding Style Service!

Styling my php code?

ftiersch's avatar

Wow... sorry, it's not the first sentence but the third...

StyleCI provides checks for both your open and closed source repos. By analyzing every push or pull request made on your repo, StyleCI ensures that your code is always written against the standards you want it to be.

You set code style standards and it automatically reformats your code to fit those standards. Number of tabs, where to put brackets etc.

davy_yg's avatar
Level 27

ok what does this means:

preset: laravel

All codes belong to laravel?

Please or to participate in this conversation.