Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibexa/recipes
https://github.com/ibexa/recipes
hacktoberfest
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibexa/recipes
- Owner: ibexa
- License: other
- Created: 2020-10-27T10:15:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T12:10:54.000Z (2 months ago)
- Last Synced: 2024-09-16T13:58:27.564Z (2 months ago)
- Topics: hacktoberfest
- Language: Twig
- Size: 47.3 MB
- Stars: 0
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ibexa recipes repository
Here is the repository for `ibexa/*` and `ezsystems/*` packages. In order to use the recipes, configure your project with `flex.ibexa.co` server:
```json
# composer.json
{
...
"extra": {
"symfony": {
"allow-contrib": true,
"endpoint": "https://api.github.com/repos/ibexa/recipes/contents/index.json?ref=flex/main"
}
}
}
```## COPYRIGHT
Copyright (C) 1999-2024 Ibexa AS (formerly eZ Systems AS). All rights reserved.## LICENSE
This source code is available separately under the following licenses:A - Ibexa Business Use License Agreement (Ibexa BUL),
version 2.4 or later versions (as license terms may be updated from time to time)
Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription,
as described at: https://www.ibexa.co/product
For the full Ibexa BUL license text, please see:
https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)AND
B - GNU General Public License, version 2
Grants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html