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
- Host: GitHub
- URL: https://github.com/chevere/docs
- Owner: chevere
- License: mit
- Created: 2020-04-28T22:10:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:34:45.000Z (over 1 year ago)
- Last Synced: 2025-05-08T19:13:12.778Z (about 1 year ago)
- Topics: chevere, documentation
- Language: PHP
- Homepage: https://chevere.org
- Size: 6.62 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```