Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: api-integration

Technical writings, opinionated architectures, and development guides tagged with api-integration.

Articles9
Est. Read Time100 mins
Categories3
Featured0
May 202513m read

Sevalla on the Command Line

Build a beautiful Go-powered CLI tool to manage your Sevalla apps directly from the terminal - no browser, just clean, fast, TUI driven control.

Dec 20228m read

Eloquent API Calls

Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.

Aug 202212m read

Zero Hassle CLI Application with Laravel Zero

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

Jul 202221m read

Working with Data in your API Integrations

Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.

Jun 202218m read

API Integrations using Saloon in Laravel

Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.

Jun 20214m read

Introducing - Laravel Transporter

Streamline API requests with Laravel Transporter using a powerful OOP approach with class-based configuration.

Apr 202112m read

Working with third party services in Laravel

Learn how to work with 3rd party services in Laravel, focusing on connecting to the PingPing API. Improve your Laravel skills today!

Oct 20207m read

Adventures in PHP - PHP SDK Builder

Learn how to build efficient, interoperable PHP SDKs using Laravel Forge and PSR-18 standards.

Oct 20205m read

Adventures in PHP - PHP URI Builder

Introducing 'uri-builder', a PHP package with a fluent interface for easy URI string creation, simplifying API calls and URL manipulation.