Newsletter bundle for Sylius (Symfony3)? - symfony

I was wondering if there was any newsletter bundle existing to add to a Sylius (Symfony3) app ? I searched on the net, but only found Symfony2 bundles.
Thanks for your help !

There is no official NewsletterBundle for Sylius. You can try using the Symfony2 solutions, but not guaranteed they will work.
You can of course use SyliusCmsBundle and adjust it to newsletter purposes.

Related

Ecommerce bundle for Synfony 2

I want to add ecommerce function to an existing LMS project on top of symfony2. I checked elcodi and sylius. Both seem very complicate and lack good documentation on how to integrate into an existing project. I need only order, payment, maybe cart. Anyone can recommend an ecommerce bundle that fit my need? Thanks!
Try This, Symfony e-commerce bundle and shop components
https://github.com/aimeos/aimeos-symfony

Wordpress restAPI?

Is there now an official wordpress restAPI integration or I have to use some of from the provided plugins what are many of theme?
I remember that they wanted to integrate one of the plugins in the core but now I do not find nothing googleing over and over.
If I have to use one of the plugins which should be that?
https://github.com/WP-API/WP-API ?
https://wordpress.org/plugins/json-api/ ?
I would like to use it to get my custom post types and use it with ReactJS
This is official plugin
https://wordpress.org/plugins/rest-api/
And this is api guide
http://v2.wp-api.org

Create a custom template for moodle - version 2.8.3

Currently I've started working in moodle. But I have some confusion, how do I create a custom theme.
I designed a new template using html & Css. But I don't know how to migrate with moodle. I tried something in google. But I cant find a good solution.
Please can anyone provide me details to do this in moodle.
My problem is that I don't know how to add my custom HTML/JS with a custom theme setting.
Moodle version is 2.8.3.
Thank you, if you can provide me with any guidelines and references for solving this problem.

Symfony2 Sonata Admin Bundle Social Share functionality

i want to implement a social share functionality in sonata admin bundle Symfony2. Whenever a editor created an article and published it that will automatically share on facebook or twitter.
Just want to know that is any bundle available which has social share functionality???
Last option
if bundle is not available then i have to made my own bundle
There is no social network API implementation in the Sonata suite at the moment, beside referencing through the SonataSeoBundle (http://sonata-project.org/bundles/seo/master/doc/reference/installation.html).
We are interested in adding this feature in the Sonata bundles, feel free to discuss it with us by creating an issue on github.
Only for Sonata Admin No. specific bundle.
You can try this in your back-end :
Facebook Bundle
Twitter Bundle
Or
try this Bundle :
https://github.com/hwi/HWIOAuthBundle
Maybe this is helpful to you.
There is here an article, maybe it helps: http://obtao.com/blog/2012/11/create-a-social-buttons-bar-for-facebook-twitter-and-google-with-symfony2/

Plugin System for symfony2

Is there a known tutorial that shows how to create a plugin system for symfony2?
Something like the big cms' have, a folder in the root directory where you can place your plugins.
Google just made a fool with me because the symfony1 bundles were called "plugins".
I imagine plugins to be just bundles, but not in the src but in the new plugins one.
They should be registered at runtime.
I believe you can use Event Dispatcher from Symfony to achive want you want. The below link might help you.
http://symfony.com/doc/master/components/event_dispatcher/introduction.html
I don't have any guide to explain how to use this for plugin system as I am personally looking for it.

Resources