Skip to content

Commit 4ff2c08

Browse files
authored
Merge pull request #558 from javiereguiluz/add_projects
Add new projects
2 parents 1f86031 + 46d3c8e commit 4ff2c08

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

projects.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ default:
9191
- phpredexpert
9292
- propel
9393
- ratchet
94+
- robotask
9495
- rocketeer
9596
- sculpin
9697
- silverstripe
@@ -104,3 +105,4 @@ default:
104105
- wikimedia
105106
- carbon
106107
- crunz
108+
- zippy

projects/robotask.png

4.88 KB
Loading

projects/robotask.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: RoboTask
2+
url: https://robo.li/
3+
dependencies:
4+
- github@consolidation/robo
5+
description: |
6+
RoboTask is a modern and simple PHP task runner inspired by Gulp and Rake
7+
aimed to automate common tasks such as writing cross-platform scripts,
8+
executing workers and watching filesystem changes.

projects/zippy.png

5.75 KB
Loading

projects/zippy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Zippy
2+
url: https://github.com/alchemy-fr/Zippy
3+
dependencies:
4+
- github@alchemy-fr/Zippy
5+
description: |
6+
Zippy is a PHP library to read, create, and extract archives in various
7+
formats via command line utilities or PHP extensions. Zippy supports file
8+
formats such as .zip, .tar, .tar.gz and .tar.bz2.

0 commit comments

Comments
 (0)