1. How to Extend an Application Implementing a Laravel Plugin System
Updated on: 2021-09-30
Posted on: 2021-09-30
Blog: Laravel Plugin System package blog
Package: Laravel Plugin System
Therefore those plugins can be helpful to improve the utility of an existing package.
This package implements the base of a plugin system that can improve the functionality of a PHP package based on the Laravel framework.
1. How to Use a PHP Exchange Rate History Package to Find the Best Currencies to Invest
Updated on: 2021-09-29
Posted on: 2021-09-29
Blog: PHP Exchange Rates package blog
Package: PHP Exchange Rates
For investors that use foreign currencies to keep their reserves, it is essential to evaluate the stability of a currency over time before they decide to use it.
This package can retrieve the exchange rates for currencies over time and how the exchange rates fluctuate. This way, investors can evaluate the currency stability.
1. How to Use a PHP SEO Library to Determine the Potential of Web Page to Rank on Google Using Certain Keywords
Updated on: 2021-09-28
Posted on: 2021-09-28
Blog: PHP Collabim API Client package blog
Package: PHP Collabim API Client
This package uses the Collabim API to determine the potential of a page that uses specific keywords to rank better on Google Search results.
1. How to Use a Laravel Locale Middleware to Serve Application Pages Adapted to Different Languages
Updated on: 2021-09-27
Posted on: 2021-09-27
Blog: Laravel Localization Package package blog
Package: Laravel Localization Package
Ideally, applications should detect the user language from hints passed automatically by the user browser to the server or other details of the environment on which the Web application is running.
This package can detect automatically the language preferred by the user of a Web application based on the Laravel framework.
This way, it can automatically load the text messages to present to the application users.
1. How to Create Personalized User Menus in Laravel based Applications
Updated on: 2021-09-24
Posted on: 2021-09-24
Blog: Laravel Menu Class package blog
Package: Laravel Menu Class
When users would like to add their personalized menus to execute functions they need frequently, a helpful solution to solve that problem is to store the definition of customized menus' structure in objects stored in a database.
This package provides model classes to store and retrieve the definition of personalized menus. If necessary, the menus may also have the text translated in multiple languages, so the application better supports users' preferences of many countries.
1067. How to Turn an Open Source PHP Project into Your Own Business - 14 Minutes of the Lately in PHP Podcast Episode 89 part 2
Updated on: 2021-09-23
Posted on: 2021-09-23
Turning an Open Source project into a successful business is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the second part of episode 89 of the Lately in PHP podcast.
They also have commented on why they have not yet upgraded all their projects to use PHP 8.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP community topics.
1. How to Implement a PHP Marketplace to Help Suppliers and Customers to Negotiate the Prices of Products for Sale
Updated on: 2021-09-22
Posted on: 2021-09-22
Blog: Farm Price package blog
Package: Farm Price
This package implements an API that can back a marketplace for agriculture products.
Applications can use this API to implement different user interfaces to allow the users to negotiate agriculture products using computers or mobile phones from anywhere in the world, wherever they are.
1. How to Implement a More Efficient PHP Browser Detection using Laravel Class Models and a Web Service
Updated on: 2021-09-20
Posted on: 2021-09-20
Blog: Laravel Agents Detector package blog
Package: Laravel Agents Detector
Detecting those details on every HTTP request sent to the application Web server is time-consuming.
This package can cache the detected user browser details using a Laravel model class. This way, it avoids performing the same steps to detect the user browser details on every HTTP request.
1. How to Use a PHP Sitemap Parser to Extract the List of All Pages of Web Site
Updated on: 2021-09-17
Posted on: 2021-09-17
Blog: PHP Sitemap XML Parser package blog
Package: PHP Sitemap XML Parser
Sitemaps may be helpful to share the list of site pages with search engines like Google.
Search engines can use a sitemap to get the list of all the site's pages. This possibility may help a site to notify Google faster about newly published pages.
Sitemaps may also be useful for tools that can crawl the site pages to verify any errors.
This package can crawl a sitemap to retrieve the list of all the pages of a site. The package can be helpful to develop tools that need to crawl the site pages.
1066. How to Manage a PHP Project that Will Have a Long Life - 10 Minutes of the Lately in PHP Podcast Episode 89 part 1
Updated on: 2021-09-16
Posted on: 2021-09-16
The secret of the long life of these projects is related to the attitude of the PHP developers that started them and many others that collaborated to its success.
The attitude of the developers that participated in these PHP projects is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the first part of episode 89 of the Lately in PHP podcast.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP community topics.
