Skip to main content
Glama
.php-cs-fixer.dist.php542 B
<?php declare(strict_types=1); use PhpCsFixer\Config; use PhpCsFixer\Finder; $finder = Finder::create() ->in(__DIR__ . '/src') ->in(__DIR__ . '/tests') ->name('*.php'); return (new Config()) ->setRiskyAllowed(true) ->setRules([ '@PSR12' => true, 'ordered_imports' => ['sort_algorithm' => 'alpha'], 'trailing_comma_in_multiline' => false, 'no_trailing_comma_in_singleline' => true, 'strict_param' => true, 'declare_strict_types' => true, ]) ->setFinder($finder);

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aarongrtech/laravel-ascend'

If you have feedback or need assistance with the MCP directory API, please join our Discord server