Jump to content

Magento

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Waldyrious (talk | contribs) at 15:55, 29 March 2016 (added Category:Software using the Open Software License using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Magento
Developer(s)Magento Inc.
Initial releaseMarch 31, 2008; 16 years ago (2008-03-31)[1]
Stable release
Community edition 2.0.2 / Enterprise edition 2.0.2 / January 28, 2016 (2016-01-28)[1]
Repository
Written inPHP
Operating systemCross-platform
TypeContent management system, shopping cart software
LicenseOSL Ver. 3 / AFL Ver. 3
Websitemagento.com

Magento is an open-source e-commerce platform written in PHP. The software was originally developed by Varien Inc., a US private company headquartered in Culver City, California, with assistance from volunteers.

Varien published the first general-availability release of the software on March 31, 2008. Roy Rubin, former CEO of Varien, later sold a substantial share of the company to eBay, which eventually completely acquired and then spun off the company.

According to the research conducted by aheadWorks in May 2015, Magento's market share among the 30 most popular e-commerce platforms is about 29.8%.[2]

On November 17, 2015, Magento 2.0 was released.[3] Enterprise-grade scalability, improved performance and better code base are only a few benefits of new Magento version.[4]

Magento employs the MySQL/MariaDB relational database management system, the PHP programming language, and elements of the Zend Framework.[5] It applies the conventions of object-oriented programming and model–view–controller architecture. Magento also uses the entity–attribute–value model to store data.[6]

History

Magento officially started development in early 2007.[7] Seven months later, on August 31, 2007, the first public beta version was released.

Varien, the company owning Magento, formerly worked with osCommerce. It had originally planned to fork osCommerce but later decided to rewrite it as Magento.

In February 2011, eBay announced it had made an investment in Magento in 2010, worth a 49% ownership share of the company.[8]

On June 6, 2011, eBay announced that it would be acquiring the rest of Magento, which would join its new X.Commerce initiative. Magento's CEO and co-founder Roy Rubin wrote on the Magento blog that "Magento will continue to operate out of Los Angeles, with Yoav Kutner and me as its leaders.".[9]

Yoav Kutner left Magento in April 2012 citing the vision for Magento having changed since the time of acquisition due to high level staff changes.[10]

As a result of the breakup of eBay following Carl Icahn's raid, Magento was spun out as an independent company by the new owner Permira private equity fund on November 3, 2015.[11]

Overview

Magento is the provider of two distinct platforms, Magento Community Edition and Magento Enterprise Edition. There were also two former platforms, Magento Professional Edition and Magento Go.

Magento Community Edition

Magento Community Edition is an open-source eCommerce platform. Fitted with bundle of features, anyone can modify the core system of Community version.[12] Developers can implement the core files and extend its functionality by adding new plug-in modules provided by other developers. Since the first public beta version was released in 2007, Community Edition has been developed and customized in order to provide a basic eCommerce platform.

The current release and each of the previous historical release versions of the 1.X and 2.X version branches of Magento Community Edition are available on the Magento Commerce, Inc. website for download as singe-file downloads[13] Development of the the 2.X version branch of Magento CE is coordinated publicly on GitHub.[14]

The latest actively supported versions of Magento Community Edition are CE 1.9.2.4[15] and 2.0.2[16] released on January 28, 2016.

Magento Enterprise Edition

Magento Enterprise Edition is derived from the Magento Community Edition and has the same core files. Unlike Community Edition, this is not free, but has more features and functionality. This edition is designed for large businesses that require technical support with installation, usage, configuration, and troubleshooting. Although Magento Enterprise has annual maintenance fees, neither Community nor Enterprise Editions include hosting. The Magento team develops Enterprise Edition by cooperating with users and third parties. Development on the 2.X branch of Magento EE is coordinated publicly on GitHub.[17]

The latest actively supported versions of Magento Enterprise Edition are EE 1.14.2.4[18] and EE 2.0.2[19] released on January 28, 2016.[20]

Magento Go

Magento Go was a cloud-based eCommerce solution that included web hosting by Magento Inc. It was launched in February 2011 to support small businesses by providing an option that did not require software installation. Magento Go was the least customizable platform, though it still had built-in modules and could have Magento extensions enabled for more functionality. On July 1, 2014, Magento Inc. announced that they would be shutting down the Magento Go platform on February 1, 2015.[21]

Magento Features

Magento supports a Web template system which generates multiple similar-looking pages and customizes theme

Themes

Magento provides a basic theme which sets up an eCommerce website. The theme is designed for customizing all pages by adding or editing the PHP, HTML and CSS. Magento users may install themes which change the display of the website or its functionality. Without loss of content or layout of pages, themes are interchangeable with Magento installations. Themes are installed by uploading theme folders via FTP or SSH and applying them using the backend admin system.

Modules

Magento developers have created Magento plugins that extend its basic built-in functionality. Magento users can install modules by downloading them, and uploading them to their server, or applying a module's Extension Key through Magento Connect Manager.

Integration

Magento allows users to integrate several different domain names into one control panel and manage more than one storefront at a time from a single admin panel.

Magento "Imagine eCommerce" conference

"Imagine eCommerce" is the annual Magento eCommerce conference that has run since 2011. The first event was held in February 2011 in Los Angeles with more than 600 Magento merchants, partners, and developers. The goals of the “Imagine eCommerce” are sharing ecommerce ideas and providing networking opportunity sessions.

Magento certification

There are four different Magento certifications. Three of them aim to prove developers' competency in implementing modules; one (Certified Solution Specialist) targets business users (consultants, analysts, project managers). Magento Front End Developer Certification is mainly focused on improving the user interface (UI) of built-in applications. This certification is related with templates, layouts, Javascript, and CSS. Magento Developer certification is geared toward back end developers who implement the core modules. The Plus certification tests deep understanding of Magento Enterprise modules and the entire architecture.[22]

See also

References

  1. ^ a b "Magento Community Edition". Magento. Retrieved 28 January 2016.
  2. ^ Shatkov, Dmitry (25 May 2015). "Ecommerce Platforms Popularity, May 2015: Two Platforms Take Half". aheadWorks. Retrieved 15 September 2015.
  3. ^ "A New Era of Commerce Innovation". Magento. Retrieved 2016-02-19.
  4. ^ "Magento 2 Migration. Is it worth it?". Magento Developers & Designers - MavenEcommerce. Retrieved 2016-02-19.
  5. ^ "Varien and the Magento eCommerce Platform" (PDF). Zend. Retrieved 17 January 2015.
  6. ^ Storm, Alan. "Magento for Developers: Part 7 - Advanced ORM - Entity Attribute Value". Magento. Retrieved 17 January 2015.
  7. ^ "Interview: Roy Rubin About Magento Open Source eCommerce". United States: eCommerce Optimization. 2007-07-05. Archived from the original on 2007-07-12. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  8. ^ "eBay Owns 49% Of Magento Inc – Confirmed". Magik. Retrieved 17 January 2015.
  9. ^ Warren, Christina (6 June 2011). "eBay Acquires Open Source Ecommerce Company Magento". Mashable. Retrieved 17 January 2015.
  10. ^ Rao, Leena (12 April 2012). "Recently Departed Magento CTO And Co-Founder: eBay Doesn't Understand The Meaning Of Open". TechCrunch. Retrieved 17 January 2015.
  11. ^ Lavelle, Mark. "Letter from our CEO". Magento.com. Retrieved 8 November 2015.
  12. ^ Avinash Pathak. "Pick the Perfect Magento Edition for Your E-Commerce Site,". tisindia. Retrieved 6 June 2015.
  13. ^ "Open Source Ecommerce Software & Solutions | Magento". www.magentocommerce.com. Retrieved 2016-03-14.
  14. ^ "magento/magento2-community-edition". GitHub. Retrieved 2016-03-14.
  15. ^ "Magento Community Edition 1.9.2.4 Release Notes". merch.docs.magento.com. Retrieved 2016-03-14.
  16. ^ "Magento Community Edition 1.9.2.4 Release Notes". merch.docs.magento.com. Retrieved 2016-03-14.
  17. ^ "magento/magento2". GitHub. Retrieved 2016-03-14.
  18. ^ "Magento Enterprise Edition 1.14.2.4 Release Notes". merch.docs.magento.com. Retrieved 2016-03-14.
  19. ^ "Magento Enterprise Edition, 2.0.2 Release Notes". docs.magento.com. Retrieved 2016-03-14.
  20. ^ "magento/magento2". GitHub. Retrieved 2016-03-14.
  21. ^ Perez, Sarah. "eBay-Owned E-Commerce Platform Magento Shuts Down Services Aimed At Smaller Retailers". TechCrunch. Retrieved 2015-10-06.
  22. ^ "MAGENTO CERTIFICATION". Magento. Retrieved 17 January 2015.

External links