Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grrr-amsterdam/garp3
Garp is a flexible open source PHP and frontend framework. Using Zend Framework as its foundation. Developed with ❤️ by GRRR, from Amsterdam.
https://github.com/grrr-amsterdam/garp3
hacktoberfest-accepted php phpunit zend-framework
Last synced: 24 days ago
JSON representation
Garp is a flexible open source PHP and frontend framework. Using Zend Framework as its foundation. Developed with ❤️ by GRRR, from Amsterdam.
- Host: GitHub
- URL: https://github.com/grrr-amsterdam/garp3
- Owner: grrr-amsterdam
- License: bsd-3-clause
- Created: 2014-12-02T21:20:45.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T14:33:04.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:48:15.822Z (7 months ago)
- Topics: hacktoberfest-accepted, php, phpunit, zend-framework
- Language: JavaScript
- Homepage:
- Size: 34.3 MB
- Stars: 10
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/grrr-amsterdam/garp3/actions/workflows/ci.yml/badge.svg)](https://github.com/grrr-amsterdam/garp3/actions/workflows/ci.yml)
# Garp 3
Garp is a flexible opensource PHP and frontend framework and CMS.
## Developed with ❤️ by [GRRR](https://grrr.nl)
- GRRR is a [B Corp](https://grrr.nl/en/b-corp/)
- GRRR has a [tech blog](https://grrr.tech/)
- GRRR is [hiring](https://grrr.nl/en/jobs/)
- [@GRRRTech](https://twitter.com/grrrtech) tweets## Getting started
The easiest way to get setup is by creating a new project using Composer and the [Garp3
Scaffold](https://github.com/grrr-amsterdam/garp_scaffold):```bash
composer create-project grrr-amsterdam/garp3-scaffold
```See the Garp3 scaffold readme for more information on building assets and such.
[Check out our wonderful wiki](https://github.com/grrr-amsterdam/garp3/wiki) for answers to all
Garp-related questions.