3 min. read
Categories: Business Technical
Extending Sylius with Plugins & Bundles
We are approaching our first Stable Release and it is high time to publish an official listing of Plugins & Bundles which you can use to extend standard Sylius functionality.
Extending Sylius with Plugins & Bundles

As you probably know already, Stable Release of Sylius is coming. Thus, we’ve thought it’s high time to present you our newly built page for all Sylius plugins, bundles & integrations.

We want to encourage all developers to build reusable components, share them with the community and integrate the platform with a lot of amazing tools. Every plugin positively reviewed by The Core Team will be placed on our website with author name and short description. Become recognizable as a Sylius contributor and help us grow the ecosystem!

What is a Sylius Plugin?

Plugins are just special type of bundles, which are built specifically for Sylius and add some extra functionality. That’s it. From technical perspective, it is a regular Symfony bundle with some minor naming changes. It can hook into our events, customize configurations, decorate/override services, provide traits for models & repositories, etc. The possibilities are endless and we are excited to see what community will develop!

One exciting feature of Sylius architecture is that you can run the full test/dev environment application inside of the plugin repository. That allows to fully test the plugin and makes developing them much easier than in other systems. What is more, by using different Kernels, you can implement compatiblity tests with other plugins.

Requirements

To get your plugin listed, it needs to fulfill a couple of requirements:

  • Tested. You are free to pick Behat, PHPSpec, PHPUnit, Codeception, but the plugin needs to have automated tests setup on Travis-CI (or alternative) and “be green”.
  • Documented. Code is useless if nobody knows how to use it.
  • Supported. You need to actively maintain the plugin, accept PRs & reply to issues.

We want to create a curated list of the best plugins and avoid having 10 different CMS solutions. We are also tired of working with constantly bugged extensions & modules to other systems, that’s why we are setting the quality bar high for our platform & plugins.

If your package is ready, just drop us an e-mail to [email protected] and we will review it. 🙂

Existing Plugins

For this moment, Sylius already has some plugins, which can be used in your project & serve as inspiration for writing your own plugins:

  • ShopApiPlugin developed by Łukasz Chruściel from Sylius Team – read more in separeted blog post dedicated to our future API approach: http://sylius.org/blog/new-sylius-api-for-modern-ecommerce-web-apps-spa-pwa

  • ShippingExportPlugin – Configurable shipping providers for every order. Made by BitBagCommerce.

  • ElasticSearchPlugin – ElasticSearch integration with advanced filtering options for Sylius eCommerce applications.

  • CmsPlugin by BitBagCommerce – a CMS with support for blocks, pages, etc.

  • MailchimpPlugin made by BitBagCommerce

  • SitemapPlugin made by Stefan Doorn – Adds a sitemap with support for multiple channels & locales.

  • GoogleTagManagerPlugin – also made by Stefan Doorn, allows you to easily integrate GTM.

  • PayuPlugin by BitBagCommerce – this plugin integrates PayU payments with Sylius based applications. After installing it you should be able to create a payment method for PayU gateway and enable its payments in your web store.

Libraries

Thanks to Sylius being a modern application based on Symfony platform, there are a lot of libraries & bundles compatible that can save you plenty of development time. To make your life as an eCommerce developer easier, we also list recommended packages on our site. Some examples includes:

Documentation

You can use our PluginSkeleton to start a new plugin. You can find the full guide here.

Future

This plugin & bundle listing is just an MVP of our real Sylius store, which will provide much more information about the packages and also allow to publish paid plugins & themes. Make sure to subscribe to our newsletter in order to get the latest news straight to your inbox.

Tags:
Share:
Paweł Jędrzejewski
Self-taught developer and entrepreneur, who has built an entire career and business through Open Source technology. Speaker at international conferences. PHPers meetups co-organizer. Keen on helping other young entrepreneurs and companies who may want to follow a similar path.
More from our blog
Business News Technical 3 min read 28.09.2020
Get ready for global sales & operations with the most advanced payment solution from the famous fintech giant, now available in Sylius out of the box. Read More
Business News 3 min read 14.09.2020
We proudly present to you the latest version of the Sylius eCommerce Platform – 1.8, which comes with a brand new, unified API powered by API Platform, Loyalty points system for Sylius Plus, and as you can probably see, a brand new sylius.com website! Numbers This new release is a… Read More
Business Ecosystem News 3 min read 13.08.2020
Read why the French market leader trusted Sylius in a strategic re-platforming process to get a competitive eCommerce advantage. Read More
Comments