Hello this is the Weekly PHP Classes newsletter of Thursday - 2025-07-17
Contents
o PHP Classes site tip of the day
o Latest PHP jobs
o Latest PHP Classes blog posts
o Innovation award results
o Latest package entries
---------------------------------------------------------------------------
PHP Classes site tip of the day
o *Keep up with the latest site announcements in the site blog*
https://www.phpclasses.org/tips.html?tip=blog
____________________________________________________
o Read about other interesting tips
https://www.phpclasses.org/tips.html?tip=top-rated
---------------------------------------------------------------------------
Latest PHP jobs
o Remote Senior Laravel Developer Full-Time (1 day ago)
https://www.phpclasses.org/jobs/post/5269-PHP-job-Remote-Senior-Laravel-Developer-Full-Time.html
Posted on: 2025-07-16
Location: , United States
*May work remotely from another country*
o Remote Full Stack Engineer (2 days ago)
https://www.phpclasses.org/jobs/post/5268-PHP-job-Remote-Full-Stack-Engineer.html
Posted on: 2025-07-15
Location: Chicago, IL, United States
*May work remotely from another country*
o Remote Symfony + Doctrine Performance engineer (6 days ago)
https://www.phpclasses.org/jobs/post/5267-PHP-job-Remote-Symfony-Doctrine-Performance-engineer.html
Posted on: 2025-07-11
Location: Banbury, United Kingdom
*May work remotely from another country*
o Remote Full-Stack Developer (7 days ago)
https://www.phpclasses.org/jobs/post/5266-PHP-job-Remote-Full-Stack-Developer.html
Posted on: 2025-07-10
Location: Baxter, MN, United States
*May work remotely from another country*
---------------------------------------------------------------------------
Latest PHP Classes blog posts
o Refactor More Than Code: Learn about Refactoring PHP Code and Other Tools and Methods to Improve Your Code (15 days ago)
https://www.phpclasses.org/blog/post/1209.html
Posted on: 2025-07-02
Summary: Refactoring is an activity that developers can do to improve
their code beneficially.
The benefits of refactoring code include improving the maintainability
of a project, improving the code performance, and reducing bugs.
Read this short article to learn how you can learn more about code
refactoring methods and tools from the Code & Character newsletter.
o What Are the PHP Trends in 2025 (23 days ago)
https://www.phpclasses.org/blog/post/1208.html
Posted on: 2025-06-24
Summary: The PHP Classes site is now 26 years old.
This site would not be useful for all these years if it did not adapt
to the changes in the PHP community.
Read this short article to learn more about what we see as trends that
the PHP community of today will follow for the next year.
---------------------------------------------------------------------------
Innovation award results
Nominees to win the award of June of 2025
___________________________________________________________________________
o Class: Laravel TikFinity Webhooks
https://www.phpclasses.org/package/13560-PHP-Handle-TikTok-events-using-TikFinity-Webhooks.html
Description: Handle TikTok events using TikFinity Webhooks
Author: Stefan Ninic
Country: Bosnia and Herzegovina
___________________________________________________________________________
o Class: Site Language Redirection
https://www.phpclasses.org/package/13561-PHP-Redirect-TYPO3-users-to-site-of-their-language.html
Description: Redirect TYPO3 users to site of their language
Author: Harald Atteneder
Country: Austria
___________________________________________________________________________
o Class: Scloby Client API
https://www.phpclasses.org/package/13562-PHP-Client-to-call-Scloby-cloud-POS-API.html
Description: Client to call Scloby cloud POS API
Author: Francesco Danti
Country: Italy
___________________________________________________________________________
o Class: My Personal Collection
https://www.phpclasses.org/package/13563-PHP-Manage-a-collection-of-movies-stored-in-PHP-array.html
Description: Manage a collection of movies stored in PHP array
Author: Pierre-Henry Soria
Country: United Kingdom
___________________________________________________________________________
o Class: Useful Magento Scripts
https://www.phpclasses.org/package/13564-PHP-Run-product-operations-in-Magento-e-commerce-sites.html
Description: Run product operations in Magento e-commerce sites
Author: Victor Andeloci
Country: Brazil
___________________________________________________________________________
o Class: Infra Bridge Domain
https://www.phpclasses.org/package/13567-PHP-Bridge-between-domain-and-implementation-classes.html
Description: Bridge between domain and implementation classes
Author: DeGraciaMathieu
Country: France
___________________________________________________________________________
o Class: Receipt
https://www.phpclasses.org/package/13568-PHP-Process-and-display-expense-receipts.html
Description: Process and display expense receipts
Author: Pierre-Henry Soria
Country: United Kingdom
___________________________________________________________________________
o Class: CSV Reader Class
https://www.phpclasses.org/package/13569-PHP-Read-data-from-CSV-files-using-generators.html
Description: Read data from CSV files using generators
Author: Omar Andrés Barbosa Ortiz
Country: Colombia
___________________________________________________________________________
o Class: Laravel Cross App Auth
https://www.phpclasses.org/package/13570-PHP-Link-Laravel-applications-to-share-user-management.html
Description: Link Laravel applications to share user management
Author: DeGraciaMathieu
Country: France
___________________________________________________________________________
o Class: Block Sense
https://www.phpclasses.org/package/13571-PHP-Detect-fraud-in-cryptocurrency-transactions.html
Description: Detect fraud in cryptocurrency transactions
Author: Mohib Ullah
Country: Bangladesh
___________________________________________________________________________
o Class: Easy Blog
https://www.phpclasses.org/package/13572-PHP-Provide-a-blog-as-a-Laravel-service.html
Description: Provide a blog as a Laravel service
Author: Omar Andrés Barbosa Ortiz
Country: Colombia
___________________________________________________________________________
o Class: PHP Development with Docker
https://www.phpclasses.org/package/13573-PHP-Run-Docker-to-setup-a-PHP-development-environment.html
Description: Run Docker to setup a PHP development environment
Author: Ali YILMAZ
Country: Turkey
___________________________________________________________________________
---------------------------------------------------------------------------
Latest package entries
o RA PHAR Compiler
https://www.phpclasses.org/package/13581-PHP-Create-PHAR-archives-from-files-in-a-directory.html
Author: Roberto Aleman
Date: 2025-07-15 (2 days ago)
Groups: PHP 5, Tools, Applications
Description:
This package can create PHAR archives from files in a directory.
It provides an application script that can present a form to the
user to request details to build a PHAR archive from a list of
files that are in a directory.
The package can generate a PHAR archive using a given stub file
provides by the user. The generated archive can be compressed using
gzip or bz2 compression algorithms.
o PHP REST API
https://www.phpclasses.org/package/13579-PHP-Implement-a-REST-API-using-WebSockets.html
Author: Okanlawon Anuoluwapo
Date: 2025-07-13 (4 days ago)
Groups: PHP 5, Libraries, Web services, Applications
Description:
This package implements a REST API using Web sockets.
It provides an example of REST API implementation that uses the
Ratchet application class to listen to WebSockets requests on a
given host name and port and processes messages to handle the Web
Sockets connections.
The application is implemented using regular Laravel model, view
and controller classes.
o News Aggregator Backend
https://www.phpclasses.org/package/13580-PHP-Aggregate-news-from-sites-that-provide-RSS-feeds.html
Author: Okanlawon Anuoluwapo
Date: 2025-07-11 (6 days ago)
Groups: Content management, Web services, PHP 7
Description:
This package can aggregate news from sites that provide RSS feeds.
It provides an application that can fetch RSS feeds articles from
several news sites and stores them in a database using the Laravel
Artisan tool.
The application also provides an API that can retrieve articles or
perform searches for articles in the database.
o Manager Laravel Examples
https://www.phpclasses.org/package/13578-PHP-Manage-objects-that-can-be-accessed-using-drivers.html
Author: DeGraciaMathieu
Date: 2025-07-10 (7 days ago)
Groups: Libraries, Design Patterns, PHP 7
Description:
This package can manage objects that can be accessed using drivers.
It provides an example application that uses the Laravel framework
to demonstrate how to implement the manager design pattern.
The application provides an example weather manager class that can
be configured to access different driver classes.
The example code demonstrates how to choose a driver class and how
to call the functions of the driver classes.
|