PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  762 - 753   ...   732 - 723   722 - 713   712 - 703   702 - 693   692 - 683   682 - 673   672 - 663   662 - 653   652 - 643   642 - 633   632 - 623   622 - 613   ...   2 - 1  

1. How Can PHP Rewrite URLs So Pages Can Have Readable Addresses That Are Easy to Understand

Updated on: 2022-12-08

Posted on:

Blog: PHP URL Rewrite package blog
Package: PHP URL Rewrite

Many Web sites serve site pages using URLs that briefly describe the purpose of the pages in a way that is easy to understand for the users of those sites.

With easy-to-understand URLs, the users can decide if the pages may be interesting even before they click the links that point to the pages' URLs.

A good part of the PHP sites uses the Apache Web server with the mod_rewrite module to handle the access to the pages with those URLs to the actual PHP scripts that generate the response to the entrance to those pages.

The configuration of the Apache mod_rewrite module may not be easy to create because it requires a good understanding of mod_rewrite directives.

This package provides a simplification of the way the mod_rewrite configuration can be created.

It takes a Web site page URL and suggests several configuration formats that you can use to configure the Apache mod_write module for your site. You can use the configuration format that better suits your PHP application Web site URL structure.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Improve the Quality of Your Web Projects with a PHP Selenium Test Framework to Automate User Interface Testing

Updated on: 2022-12-07

Posted on:

Blog: PHP Selenium Low Level Tools package blog
Package: PHP Selenium Low Level Tools

Selenium is a project that aims to automate actions with Web browsers.

Selenium implements provide drivers that can control browsers to perform automated actions.

Selenium WebDriver driver allows the implementation of automation of actions using HTTP requests sent by applications that work externally to Web browsers.

A PHP implementation of Selenium WebDriver allows PHP developers to implement applications that can control a Web browser using PHP code.

This package extends Facebook Selenium WebDriver to implement tool classes that are useful for everyday browser automation tasks like testing different aspects of the way Web page works, like simulating user interactions with the browser.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a WordPress Post Object to Create Posts with Images using Object Oriented Programming

Updated on: 2022-12-06

Posted on:

Blog: WP Post package blog
Package: WP Post

WordPress is a popular content management system written in PHP, often used to create blogs.

WordPress code is, in significant part, made of code written using global functions.

This package provides an object-oriented wrapper to access the functionality of WordPress that manipulates posts and images.

This way, it can please developers that prefer to write code to access WordPress content using classes of objects.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP json_decode Equivalent Function that Can Decode Objects with Quoted Key Names

Updated on: 2022-12-01

Posted on:

Blog: Services_JSON package blog
Package: Services_JSON

JSON (JavaScript Object Notation) is a popular format for exchanging data structures between applications in many different languages.

PHP provides built-in functions to encode and decode data structure values in JSON format.

Currently, PHP does not support decoding objects encoded in JSON format with the object keys with double quotes.

This package provides a workaround written in pure PHP for decoding objects with or without quotes in the object key names. This possibility overcomes the limitation of the current PHP versions.

It allows the decoding processing of JSON data generated by applications written in other languages or components that do not use quotes to encode object key names.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Save Time Following Instagram Profiles That Matter to You by using a PHP Instagram Feed Notification Tool

Updated on: 2022-11-29

Posted on:

Blog: PHP Instagram Feed Notification package blog
Package: PHP Instagram Feed Notification

Some people avoid spending too much time on social networks when they consider those social networks a distraction that is not worth their time.

Still, those who want to follow specific profiles would prefer following those profiles if they did not have to go daily to the profile pages.

This package provides a solution that sends email messages only when new posts of specific Instagram profiles are published.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Progressive Web App for E-Commerce that Provides Great User Experience

Updated on: 2022-11-28

Posted on:

Blog: React Laravel Stripe MailJet Pizza Ordering package blog
Package: React Laravel Stripe MailJet Pizza Ordering

Many PHP developers get customer requests to develop applications that allow their customers to place orders for pizza on the Internet.

This package implements a progressive Web application using PHP and JavaScript to implement a complete pizza ordering system.

This application helps other developers learn how to implement advanced Web applications for e-commerce or even other applications that can work without requiring users to install native applications for Android, iOS, or other mobile devices.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Avoid PHP Bugs using Type Safe Variables

Updated on: 2022-11-25

Posted on:

Blog: Ristretto PHP package blog
Package: Ristretto PHP

Type safety is a characteristic of languages that require certain operations with values of the correct values. This characteristic is good for catching bugs early in application development.

PHP was not originally a type-safe language. PHP is more tolerant of developer mistakes. This fact makes PHP a more accepted language among developers without formal education in programming.

This package provides a solution to make PHP more type-safe to avoid that applications shipping code with programming mistakes.

It provides several classes that implement type-safe operations, including some that are useful for cryptography applications.

With this package, you can implement cryptography applications with greater quality when compared to applications that do not use type safety.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Keep Track of All PHP Errors Not Showing to Users and Happen in the Same PHP Script

Updated on: 2022-11-24

Posted on:

Blog: PHP Custom Error package blog
Package: PHP Custom Error

Sometimes PHP applications need to keep track of multiple non-fatal errors that may happen during the execution of the same PHP script.

This package provides a simple class that can keep track of all error messages and codes that happen every time the current PHP script calls the class.

This possibility allows application developers to get a complete list of errors in executing a single script.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP BlockChain API to Append Data to Your Application BlockChain Records

Updated on: 2022-11-23

Posted on:

Blog: PHP Quill package blog
Package: PHP Quill

Chronicle is a Web service application that can process HTTP requests to append data in blockchains.

The Quill package is a PHP client package that can write data to a Chronicle server to update blockchains.

This package allows the creation of distributed clients that can generate blockchain data stored in a Chronicle server.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Create Custom Posts with PHP Template Scripts Using a WordPress Custom Post Type Plugin

Updated on: 2022-11-22

Posted on:

Blog: WordPress Custom Post Type with Template package blog
Package: WordPress Custom Post Type with Template

WordPress is a popular content management system written in PHP. It is very flexible, allowing developers to extend the system's capabilities in many ways.

One of those ways to extend WordPress capabilities is to create custom post types.

This package provides a class that can improve WordPress custom posts. It can render the pages of custom posts automatically using PHP scripts that define templates to generate the post HTML.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  762 - 753   ...   732 - 723   722 - 713   712 - 703   702 - 693   692 - 683   682 - 673   672 - 663   662 - 653   652 - 643   642 - 633   632 - 623   622 - 613   ...   2 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs