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

https://github.com/chevere/docs

Documentation for Chevere
https://github.com/chevere/docs

chevere documentation

Last synced: 10 months ago
JSON representation

Documentation for Chevere

Awesome Lists containing this project

README

          

---
home: true
heroImage: /logo.svg
heroText: Chevere
tagline: High quality library for building modern PHP software
actionText: Introduction →
actionLink: /introduction/
---

::: slot footer
Apache 2.0 Licensed | Copyright © [Rodolfo Berrios](https://rodolfoberrios.com)
:::

# Quick start

Install mainline packages using [Composer](https://packagist.org/packages/chevere/chevere)

```sh
composer require chevere/chevere
```

Install selected package in your code, for example [Workflow](./packages/workflow.md):

```sh
composer require chevere/workflow
```