Skip to main content
Topic: phprad + composer? (Read 918 times) previous topic - next topic

phprad + composer?

Hi, can i integrate phprad with composer?

How?

Re: phprad + composer?

Reply #1
Well once you download the SeaMonkey package for your OS you can open a Composer window and use File : Open to open one of PHPRad's generated .php files.  I find Composer only really useful for weird tables on old HTML from the late '90s. I wouldn't use it with PHPRad, but that's just me.

:-p

What are you using Composer to do?  Maintain the assets/libraries that PHPRad makes use of, but on the deployed version of your application?


Re: phprad + composer?

Reply #2
Well once you download the SeaMonkey package for your OS you can open a Composer window and use File : Open to open one of PHPRad's generated .php files.  I find Composer only really useful for weird tables on old HTML from the late '90s. I wouldn't use it with PHPRad, but that's just me.

:-p

What are you using Composer to do?  Maintain the assets/libraries that PHPRad makes use of, but on the deployed version of your application?

Hi, sorry I mean this composer : https://en.wikipedia.org/wiki/Composer_(software)

Not seamonkey composer  :D

Like I want to use PHP library from composer : guzzle, selenium driver, etc.