Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashurai/cimpsymfonyrepolisting

Listing Symfony Repositories using githubg api 2.0
https://github.com/ashurai/cimpsymfonyrepolisting

Last synced: about 2 months ago
JSON representation

Listing Symfony Repositories using githubg api 2.0

Awesome Lists containing this project

README

        

# cimpSymfonyRepoListing
Listing Symfony Repositories using githubg api 2.0

# Installation
To Install this repositories run below commond from your terminal

`git clone https://github.com/ashurai/cimpSymfonyRepoListing.git`

After having repository on your local system run Install the symfony with all dependencies using below command:

`composer install `

Note:- Before running this command make sure that inside a "var" directory is available else create a "var" directory inside application root structure because I don't want to make hectic to you with too many cache files commiting or downloading, this is specially required in case you are running on Ubuntu machine.

Inside twig file added a commented dump section which could help to find more fields if you want to list extra parameters from github APi's.

Used Github Api to list repos:

`https://github.com/knplabs/php-github-api`

To listing of all Symfony repos:

`https://github.com/symfony`