An open API service indexing awesome lists of open source software.

https://github.com/ecodev/felix

Various utilities tailored for our ecosystem
https://github.com/ecodev/felix

hacktoberfest

Last synced: 4 months ago
JSON representation

Various utilities tailored for our ecosystem

Awesome Lists containing this project

README

          

# Felix

[![Build Status](https://github.com/ecodev/felix/workflows/main/badge.svg)](https://github.com/ecodev/felix/actions)
[![Code Quality](https://scrutinizer-ci.com/g/Ecodev/felix/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Ecodev/felix/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Ecodev/felix/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Ecodev/felix/?branch=master)
[![Total Downloads](https://poser.pugx.org/Ecodev/felix/downloads.png)](https://packagist.org/packages/Ecodev/felix)
[![Latest Stable Version](https://poser.pugx.org/Ecodev/felix/v/stable.png)](https://packagist.org/packages/Ecodev/felix)
[![License](https://poser.pugx.org/Ecodev/felix/license.png)](https://packagist.org/packages/Ecodev/felix)
[![Join the chat at https://gitter.im/Ecodev/felix](https://badges.gitter.im/Ecodev/felix.svg)](https://gitter.im/Ecodev/felix)

A collection of opinionated tools to work well with [ecodev/graphql-doctrine](https://github.com/Ecodev/graphql-doctrine) and [@ecodev/natural](https://github.com/Ecodev/natural).

## Quick start

Install the library via composer:

```sh
composer require ecodev/felix
```

## Non-goals

This is not a flexible or complete framework. It is common pieces of code for a
specific purpose. It is not meant to be generic.

If code is becoming too complex to adapt to all use-cases, then we should instead
consider implementing it in the application itself instead ot this library.

![Felix](./tests/data/images/logo.svg)