Skip to content

The Symfony.sh proxy with custom recipes for use instead of original endpoint

Notifications You must be signed in to change notification settings

everson-marcos/flex-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Flex Server

A proxy-application for symfony/flex composer plugin to allow use 3rd party/private recipes.

Screenshoot

Install

Clone the project

$ git clone [email protected]:aurimasniekis/flex-server.git

Run composer

$ composer install

Place your private recipes inside /recipes folder they must respect the vendor/package/version architecture.

Run build job to build data files for API

$ bin/flex build

Run the server

$ php -S 127.0.0.1:8080 routing.php

Usage

Modify your composer.json to use ur custom endpoint.

{
	"extra": {
	    "symfony": {
	        "id": "01BNAS3890XQPHCYXQ127296J0",
	        "allow-contrib": false,
	        "endpoint": "http://127.0.0.1:8080",
	    }
    }
}

If you want to use a non https connection disable the secure-http option :

{
    "config": {
        "secure-http": false
    }
}

About

The Symfony.sh proxy with custom recipes for use instead of original endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%