| Posted on: |
2022-04-15 |
| Location: |
San Francisco, CA, United States |
| | May work remotely from another country |
| Posted on: |
2022-04-14 |
| Location: |
São Paulo, Brazil |
| | May work remotely from another country |
| Posted on: |
2022-04-13 |
| Location: |
Hamburg, Germany |
| | May work remotely from another country |
| Posted on: |
2022-04-12 |
| Location: |
Geneva, Switzerland |
| | May work remotely from another country |
| Posted on: |
2022-04-11 |
| Location: |
Austin, TX, United States |
| | May work remotely from another country |
Contents
-
| Posted on: |
2022-04-07 |
| Summary: |
One of the best ways to learn in practice is to help others solve their problems.
This learning method works well because when you try to solve other people's problems, you also learn more about possible solutions.
Read this article, watch a 4-minute podcast video or listen to the audio of part 10 of episode 90 of the Lately in PHP podcast on how to advise yourself and other PHP developers to evolve in your PHP developer career. |
-
| Posted on: |
2022-03-28 |
| Summary: |
If you want to have an excellent quality of life, you need to spend your time doing most of the time activities that you love.
To do those activities you love, you need to plan well how you spend your time, splitting your time well between activities you do for yourself, your spouse, family, friends, and PHP developer work.
The best way to plan well how you use your time is to use good time management tools and methods.
Read this article, or watch a 6-minute podcast video or listen to the audio of part 9 of episode 90 of the Lately in PHP podcast to learn how to do good time management with suggested methods and tools. |
-
| Posted on: |
2022-03-23 |
| Summary: |
Many developers want to become business owners and sell their products or services. Some try to collaborate with partners to split the work and move on faster.
Sometimes they fight with the partner and split. This situation happens because they are not compatible with their chosen partners.
There is a means to determine if you are compatible with other people before you even start talking with other people to become a partner.
Read this article, watch a 6-minute podcast video, or listen to part 8 of episode 90 of the Lately in PHP podcast to learn how to determine if another person is compatible with you to collaborate in a successful business. |
-
| Posted on: |
2022-03-23 |
| Summary: |
The main topic of the next episode of the Lately in PHP podcast that we will record will be to advise PHP developers to decide when it is the right time to upgrade to a newer PHP version to benefit from the improvements of new versions.
We want to go in-depth about this topic. So we are calling for developers who want to put additional questions that you may have related to upgrading PHP or any other software tool that you use.
Read this short article to learn how to submit additional questions, add your comments, participate in the recording of the podcast episode, or suggest new topics for future episodes of the podcast.
|
-
| Posted on: |
2022-03-23 |
| Summary: |
The PHP Classes Site has organized the PHP Innovation Award initiative since 2004 to distinguish the most creative PHP developers that share innovative packages with other developers.
Please read this article, watch the podcast video, or listen to episode 91 of the Lately in PHP podcast to learn about the winners' packages of 2021 and the prizes they earned from the sponsors.
This way, you can also understand why the packages were considered innovative and which package the site's users liked the most. This year, you can also participate in the Innovation Award and be recognized publicly as a winning PHP developer even earn prizes. |
Contents
Nominees to win the award of March of 2022
Contents
Contents
-
 |
| Author: |
Free Ment |
| Date: |
2022-04-16 (1 day ago) |
| Groups: |
XML, PHP 5 |
| Description: |
This package can query XML documents to extract content by name.
It is an improvement on the class written originally by Jill Lingoff.
This version includes fixes that made it write XML documents correctly. |
|
-
 |
| Author: |
SzpaQ |
| Date: |
2022-04-15 (2 days ago) |
| Groups: |
HTTP, PHP 5, Design Patterns |
| Description: |
This package can route requests with values from $_GET parameters.
It can check a given parameter passed to the current script using the request URL parameters and parses it.
The package can extract the controller's name and action from the parsed parameter so that the application can call the respective controller class.
|
|
-
 |
| Author: |
António Lira Fernandes |
| Date: |
2022-04-14 (3 days ago) |
| Groups: |
PHP 5, User Management, Web services |
| Description: |
This package can authenticate site users with Google accounts.
It can manipulate the records of users, storing them in a database.
The authentication of users can use Google accounts with the help of Google JavaScript libraries to obtain the user identity, so the users do not have to enter a password on the site that uses this package. |
|
-
 |
| Author: |
Dominique Vienne |
| Date: |
2022-04-13 (4 days ago) |
| Groups: |
PHP 5, Libraries, Design Patterns |
| Description: |
This package provides Laravel helper controller, request, and model classes.
It comes with several classes that provide useful functionality to improve applications based on the Laravel framework.
Currently, it provides:
- An abstract controller that can:
* Send HTTP responses in JSON format using a list of collection items
* Display a listing of information from a resource
* Show the information of a resource item
* Remove a given resource item from storage
* Update a resource with new information values from the current request
* Store a new resource object
- A form processing request handler that can:
* Prepare the form for validation
* Check if the current user has permissions to perform the operation associated with the form
* Get the form validation rules
- An abstract model that can:
* Determine if a given relationship method exists.
- Middleware classes that can:
* Force that the current request only accepts input data in JSON format
* Process request security tokens that use the JSON Web Token (JWT) |
|
-
 |
| Author: |
Edward Paul |
| Date: |
2022-04-12 (5 days ago) |
| Groups: |
PHP 5, Content management, Web services |
| Description: |
This package can manage job postings via Web pages or an API.
It provides an application that can perform several types of operations on job offers, either using a Web interface or an API.
Currently, it can perform the following operations:
- Handle user registration and login
- Update user profile details and password
- Manage the records of employees, freelancers, jobs |
|
-
 |
| Author: |
António Lira Fernandes |
| Date: |
2022-04-11 (6 days ago) |
| Groups: |
PHP 5, Databases, Chat |
| Description: |
This package can exchange text messages between Web site users.
It allows users to register to a site to send chat messages to other registered users.
The package stores the information records of users and the messages they send to each other in a MySQL database that the package classes access using PDO. |
|
-
 |
| Author: |
Virgilio lino |
| Date: |
2022-04-10 (7 days ago) |
| Groups: |
PHP 5, Libraries, Web services |
| Description: |
This package provides means to implement an API using Laravel specified with OpenAPI.
It provides an application bridge class that can load an API specification defined using an OpenAPI file.
The class adds routes according to the API endpoints defined in the OpenAPI, so developers can implement controllers that implement the respective API actions.
|
|
Contents
|
|