Hello this is the Weekly PHP Classes newsletter of Saturday - 2024-09-07
Contents
o PHP Classes site tip of the day
o Latest PHP jobs
o Latest PHP Classes blog posts
o Top friends of the site
o Innovation award results
o Latest package entries
---------------------------------------------------------------------------
PHP Classes site tip of the day
o *Post PHP jobs to attract many qualified developers available for
hire.*
https://www.phpclasses.org/tips.html?tip=jobs
__________________________________________________
o Read about other interesting tips
https://www.phpclasses.org/tips.html?tip=friends
---------------------------------------------------------------------------
Latest PHP jobs
o Remote Lead Backend and Senior PHP Developer (2 days ago)
https://www.phpclasses.org/jobs/post/5121-PHP-job-Remote-Lead-Backend-and-Senior-PHP-Developer.html
Posted on: 2024-09-05
Location: , United States
*May work remotely from another country*
o Remote Full-Stack Wordpress Developer (3 days ago)
https://www.phpclasses.org/jobs/post/5120-PHP-job-Remote-Full-Stack-Wordpress-Developer.html
Posted on: 2024-09-04
Location: Hurst, TX, United States
*May work remotely from another country*
o Remote Full-Stack Developer (5 days ago)
https://www.phpclasses.org/jobs/post/5119-PHP-job-Remote-Full-Stack-Developer.html
Posted on: 2024-09-02
Location: Baxter, MN, United States
*May work remotely from another country*
---------------------------------------------------------------------------
Latest PHP Classes blog posts
o How to Deploy Laravel Applications on Vultr (18 days ago)
https://www.phpclasses.org/blog/post/1202.html
Posted on: 2024-08-20
Summary: Laravel is a popular PHP framework for developing
applications. It allows developers to create packages that provide new
features and make the framework more useful for developers using
Laravel.
Read this article to learn how to deploy the package Laravel
Marketplace App in the Vultr Web hosting service.
o How to Benefit from the PHP Composer Install Provided by The PHPClasses.org Site to Attract More Developers to Use Your PHP Packages (30 days ago)
https://www.phpclasses.org/blog/post/1201.html
Posted on: 2024-08-08
Summary: The PHPClasses.org site has supported the PHP composer tool
since 2013. Recently we made a small user interface improvement to make
this PHP composer tool support more obvious.
Read this article to learn more about the PHPClasses.org support of the
PHP composer tool and how you can benefit from this site feature to get
more exposure to your PHP packages so more developers can use your
packages.
---------------------------------------------------------------------------
Top friends of the site
Friends of the PHP Classes site is a initiative to provide recognition
to the users that contribute to the growth of the site community.
For more information on how to become a friend of the site look here:
https://www.phpclasses.org/friends.html .
+----+-------------+---------+
|Rank| Friend |Referrals|
+----+-------------+---------+
| 1 |Arturs Sosins| 1|
+----+-------------+---------+
---------------------------------------------------------------------------
Innovation award results
Nominees to win the award of August of 2024
___________________________________________________________________________
o Class: Open Swoole Microservices
https://www.phpclasses.org/package/13307-PHP-Implement-microservices-using-Open-Swoole.html
Description: Implement microservices using Open Swoole
Author: Ramesh Narayan Jangid
Country: India
___________________________________________________________________________
o Class: Laravel Executor
https://www.phpclasses.org/package/13308-PHP-Execute-commands-actions-jobs-and-tasks.html
Description: Execute commands, actions, jobs, and tasks
Author: Moamen Eltouny
Country: Egypt
___________________________________________________________________________
o Class: mu
https://www.phpclasses.org/package/13309-PHP-Handle-HTTP-requests-using-callback-functions.html
Description: Handle HTTP requests using callback functions
Author: Stefano Azzolini
Country: Italy
___________________________________________________________________________
o Class: PHP Variable Lifetime Analyzer
https://www.phpclasses.org/package/13312-PHP-Analyze-the-use-of-variables-in-a-PHP-script.html
Description: Analyze the use of variables in a PHP script
Author: DeGraciaMathieu
Country: France
___________________________________________________________________________
o Class: Base64 UUID Codec
https://www.phpclasses.org/package/13313-PHP-Encode-and-decode-a-UUID-using-base64-encoding.html
Description: Encode and decode a UUID using base64 encoding
Author: Nanang F. Rozi
Country: Indonesia
___________________________________________________________________________
o Class: Deb Parser
https://www.phpclasses.org/package/13318-PHP-Parse-Debian-files-to-extract-package-information-.html
Description: Parse Debian files to extract package information
Author: Parsa Yazdani
Country: Australia
___________________________________________________________________________
o Class: Div PHP Laze
https://www.phpclasses.org/package/13320-PHP-Lazy-load-immutable-values-using-closure-functions.html
Description: Lazy load immutable values using closure functions
Author: Rafa Rodriguez
Country: Suriname
___________________________________________________________________________
o Class: Protect Your Website from DDoS Attack
https://www.phpclasses.org/package/13325-PHP-Show-an-error-when-a-server-gets-too-many-requests.html
Description: Show an error when a server gets too many requests
Author: The Algoslingers
Country: Ghana
___________________________________________________________________________
o Class: Laravel Python
https://www.phpclasses.org/package/13330-PHP-Execute-scripts-written-in-Python.html
Description: Execute scripts written in Python
Author: Bhavin Gajjar
Country: India
___________________________________________________________________________
o Class: Laravel Make Extender
https://www.phpclasses.org/package/13331-PHP-Generate-files-to-use-in-Laravel-applications.html
Description: Generate files to use in Laravel applications
Author: Bhavin Gajjar
Country: India
___________________________________________________________________________
o Class: Post Tag Generator
https://www.phpclasses.org/package/13333-PHP-Generate-keywords-to-assign-to-WordPress-posts.html
Description: Generate keywords to assign to WordPress posts
Author: Adeleye Ayodeji
Country: Nigeria
___________________________________________________________________________
---------------------------------------------------------------------------
Latest package entries
o PHP Database Model
https://www.phpclasses.org/package/13341-PHP-Access-model-objects-stored-in-a-database.html
Author: Cristian Radu
Date: 2024-09-06 (1 day ago)
Groups: Databases, Design Patterns, PHP 8
Description:
This package can access model objects stored in a database.
It provides a base class that performs common database queries
using PDO.
The package also provides a sub-class that performs operations on
model objects stored in database tables like:
- Get individual model objects of a class
- Get all model objects of a class
- Set properties with values for a given model object
- Get the values of properties of a given model object
- Delete given model objects
- Etc...
o PHP Config
https://www.phpclasses.org/package/13337-PHP-Load-configuration-values-from-JSON-files.html
Author: Cristian Radu
Date: 2024-09-05 (2 days ago)
Groups: Files and Folders, Configuration, PHP 8
Description:
This package can load configuration values from JSON files.
It can load JSON one or more files from a given directory and
extract configuration values.
The loaded configuration values are made available via a getter
function.
o Nibiru
https://www.phpclasses.org/package/13336-PHP-Generate-code-for-rapid-application-prototyping.html
Author: Stephan Kasdorf (bittomine)
Date: 2024-09-02 (5 days ago)
Groups: PHP 5, Libraries, Code Generation, Design Patterns
Description:
This package can generate code for rapid application prototyping.
It provides an MMVC framework with a command line console tool to
generate several components to develop applications.
Currently, it can generate:
- Run database upgrade migrations
- New controller classes
- Directories and scripts to implement a new module
|