About Ariful Alam
creating open source software
Hey 👋
My name is Ariful Alam. Software Engineer from Bangladesh, passionate about open source, maintaining GitProfile, ezfolio, Reactive Button and also some other open source projects. I also work and contribute to any open source project that interests me.
See all my works in my Github profile.
Recent supporters
Be the first one to support Ariful Alam.
Posts
PHP Blog Client is a PHP package to get recent blog posts from popular blogging platforms by just providing your username and showcase them on your portfolio or website. Currently available platforms: Dev Medium Step 1 To get started, install via composer. composer require arifszn/blog-client Step 2 Import it. use Arifszn\Blog\Client; Step 3 Use it. $client = new Client(); $devPosts = $clien...
Get recent blog posts from popular blogging platforms with PHP
Jul 07, 2022
127 views