<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; PHP Composer</title>
	<atom:link href="http://wiki.centos-webpanel.com/tag/php-composer/feed" rel="self" type="application/rss+xml" />
	<link>http://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Install Composer - PHP dependency manager</title>
		<link>http://wiki.centos-webpanel.com/install-composer-php-dependency-manager</link>
		<comments>http://wiki.centos-webpanel.com/install-composer-php-dependency-manager#comments</comments>
		<pubDate>Thu, 16 Apr 2020 21:39:22 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Composer]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1351</guid>
		<description><![CDATA[Composer can be installed in your server quickly and it's very easy to install: First update the server : yum -y update Switch into the /usr/local/src directory. cd /usr/local/src Install Composer by using cURL curl -sS https://getcomposer.org/installer &#124; php To use Composer globally run this below command ensure to use as user and user should [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Composer can be installed in your server quickly and it's very easy to install:</p>
<p>First update the server :</p>
<pre>yum -y update</pre>
<p>Switch into the /usr/local/src directory.</p>
<pre>cd /usr/local/src</pre>
<p>Install Composer by using cURL</p>
<pre>curl -sS https://getcomposer.org/installer | php</pre>
<p>To use Composer globally run this below command ensure to use as user and user should have full shell access in order to use it :</p>
<pre>mv -f composer.phar /usr/local/bin/composer</pre>
<p>to check composer version :</p>
<pre>composer -V</pre>
<p>to run composer via different php version use full path of php bin and composer path eg :</p>
<pre>/usr/local/bin/php /usr/local/bin/composer command</pre>
<p>All selectors php bin path can be found in /opt/alt</p>
<p>eg :</p>
<pre>/opt/alt/php73/usr/bin/php /usr/local/bin/composer command
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wiki.centos-webpanel.com/install-composer-php-dependency-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
