Login   Register  
PHP Classes

Site content newsletter

Recommend this page to a friend!
  Daily HTML version   Weekly HTML version   Daily text version   Weekly text version  

Hello this is the Weekly PHP Classes newsletter of Sunday - 2022-04-17




  • Contents



    Contents


    Innovation award results

    Nominees to win the award of March of 2022

    Class: PHP Configurable Interface
    Description: Set and get configuration values from one object
    Author: Carlos Artur Curvelo da Matos
    Country: Portugal


    Class: PHP File Cache Library
    Description: Store in a cached data from by a callback function
    Author: Ujah Chigozie peter
    Country: Nigeria


    Class: PHP PDO DB Connection Controller
    Description: Connect to a database configured using a subclass
    Author: Ujah Chigozie peter
    Country: Nigeria


    Class: XOOPS PHP About Page
    Description: Show the about page in a site managed using XOOPS
    Author: Michael Beck
    Country: United States


    Class: PHP Access Windows Registry Access
    Description: Access and manipulate the Windows registry values
    Author: DigiLive
    Country: The Netherlands


    Class: Laravel Backup Manager
    Description: Backup Laravel applications to storage containers
    Author: Isa Eken
    Country: Turkey


    Class: Laravel Package Development Skeleton
    Description: Create Laravel packages from a skeleton
    Author: Dipesh Sukhia
    Country: ???


    Class: PHP Telegram Bot Send Image or Random File
    Description: Telegram bot that responds by sending random files
    Author: Mateodioev
    Country: Peru


    Class: Laravel Docker Kubernetes
    Description: Run a Laravel project using Docker and Kubernetes
    Author: Nahidul Hasan
    Country: Bangladesh


    Class: Auth One PHP Authentication Library
    Description: Authenticate users using different methods
    Author: Jorge Castro
    Country: Chile


    Class: PHP Google Translate Text Form
    Description: Show form to translate text with Google Translate
    Author: Ujah Chigozie peter
    Country: Nigeria


    Class: PHP Job Portal Project API
    Description: API to post working jobs and let freelancers apply
    Author: uche
    Country: Nigeria


    Class: Melis CMS Page JavaScript and CSS Editor
    Description: Add custom assets to a site using Melis CMS
    Author: Fabrice Fesch
    Country: France


    Class: PHP Transposition Cipher
    Description: Encrypt a text shifting the position of characters
    Author: Gavin Gordon Markowski
    Country: Canada


    Vote

    Contents


    Latest support forum threads

    Subject Posted on Class
    Closed Source License
    Why submit source code with "Closed Source" License?
    2022-04-16 Application PHP Router Class
    license LGPL for slow_xml_parser
    change license to LGPL
    2022-04-16 Slow XML Parser
    PHP8.1
    Php8.1 corrupts headers
    2022-04-14 MIME E-mail message sending

    Contents


    • Latest package entries

    • LOM PHP XML Library

      Picture of Free Ment
      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.
    • Application PHP Router Class

      Picture of SzpaQ
      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.

    • PHP Google Login

      Picture of António Lira Fernandes
      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.
    • Laravel Magic

      Picture of Dominique Vienne
      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)
    • PHP Job Board

      Picture of Edward Paul
      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
    • Chat Text

      Picture of António Lira Fernandes
      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.
    • Laravel OpenAPI API Application Bridge

      Picture of Virgilio lino
      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



     
For more information send a message to info at phpclasses dot org.