What is Scribble? - GoScribble/Scribble GitHub Wiki
Scribble is a library that will connect you and all your blogs in a simple, clean and universal way. With Scribble you can publish your blog posts across multiple blogging platforms, forums and sites.
So seriously, how does it work? Whether it's a Wordpress, Anchor or phpBB site you maintain if you want a simple way of sharing your blog posts natively across one two or all of the above then Scribble is the answer. Once configured pushing posts out across all your sites is as simple as, well, this...
use Scribble\Publisher;
Publisher::all()->create(
[
"post_title" => "Hello World!",
"post_content" => "I just posted across all my sites, easy."
]);
When Scribble pushes a new post out it takes care in the way it processes the entry, there's no hack jobs here Scribble doesn't just throw the blog post into the database and hope for the best it takes care and enters the data in the way that keeps the platform happy, ensuring all hooks, callbacks and events work as they should.