Monday, November 2, 2015

Elxis - Amazing Online Shopping Cart CMS in PHP


Primary Source - Elxis  

Download link - Download Elxis





Here i am searching free framework or content management system in php and you want to know what I found. That Elxis is completely free open source content management system. When I installed it first time .. I simply say wow. So many features and best part is it is free.It contains lots of features like supporting multiple language, easy to use and  the adaptation of the modest web technologies and the quality of the source code and extensions.



Just take a look of above picture this is pic of Elxis's control panel pic. It added some new options in its control panel which generally not available in PHP CMS are Backup,cache , language manager and access control etc.

Elxis CMS is compatible with Linux , Windows and Mac environments. Elxis written in PHP5 and uses Adodb database library in backend. This means that Elxis supports various types of databases for storing data like MySQL and PostgreSQL.

and most important feature is Open Shop or online shop which just included in new released version of  Elxis. If you want to know more about this Online Open Shop Using Elxis and you can download Open shop from  here .

Score - 10/10 


Sunday, October 25, 2015

Composer - an excellent package manager




Primary source - Getcomposer 

Template - No 

Download link - Download Composer

Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries. It was developed by Nils Adermann andJordi Boggiano, who continue to manage the project.


Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

In my opinion composer is best package manager and very secure and manages all it task efficiently but one thing I not found in compose is that It has only command line interface and no GUI Interface.

Installation composer on windows


Composer installation  Steps ( WAMP ) 


Step 1 - Download executable from here .

Step 2 - Enable  openssl extension in WAMP.

Step 3 - open file E:\wamp\bin\php\php5.3.5\php.ini and
             remove ; before extension=php_openssl.dll  save.

Step 4 - Now again restart WAMP server.

Step 5 - Now Run Composer.exe