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 Tuesday - 2024-10-08




  • Contents


    Innovation award results

    Nominees to win the award of September of 2024

    Class: GeoPulse
    Description: Server application to track devices' location
    Author: LAGGOUNE Walid
    Country: Algeria


    Class: MicBoard Sign
    Description: Check and display the status of a Shure Microphone
    Author: Jason Olson
    Country: United States


    Class: Laravel with Office 365
    Description: Access Microsoft Outlook accounts using its API
    Author: Leonardo Feitosa
    Country: Brazil


    Class: Livraria
    Description: Manage a bookstore using micro-services
    Author: Rodrigo Faustino
    Country: Brazil


    Class: Laravel Rapid Bind
    Description: Create singletons to implement interfaces
    Author: DeGraciaMathieu
    Country: France


    Class: Yii2 Fractal
    Description: Components to implement API based on JSON:API
    Author: Insolita
    Country: Russian Federation


    Class: Laravel POW
    Description: Verify if a specific type of work was done
    Author: Mohamed Ahmed
    Country: Egypt


    Class: Dummy Stub Spy Mock
    Description: Demonstrate different types of PHP code tests
    Author: DeGraciaMathieu
    Country: France


    Class: Background Selector
    Description: Select the background of a block with ASCOOS CMS
    Author: ASCOOS CMS
    Country: Greece


    Class: Unused CSS Finder
    Description: Find unused styles from CSS and SASS files
    Author: Engin Ypsilon
    Country: Germany


    Vote

    Contents


    Latest support forum threads

    Subject Posted on Class
    Facebook Long Lived access token
    Facebook Long Lived access token
    2024-10-07 PHP OAuth Library
    Development and testing platform for various versions of PHP
    Use the AWES platform to develop and test various versions of PH
    2024-10-06 PHP Backwards Compatibility Library

    Contents


    • Latest package entries

    • Facade

      Picture of Rodrigo Faustino
      Author: Rodrigo Faustino
      Date: 2024-10-07 (1 day ago)
      Groups: PHP 5, Language, Design Patterns
      Description: This package implements service classes using the Facade design pattern.

      It provides a login facade class that calls classes that implementat services.

      Currently, it provides service classes for:

      - User authentication

      - Email verification sending

      - Validation code generation

      - Log generation

      - User token generation
    • Chat Observe

      Picture of Rodrigo Faustino
      Author: Rodrigo Faustino
      Date: 2024-10-05 (3 days ago)
      Groups: PHP 5, Chat, Design Patterns
      Description: This package can observe the activity of a chat room.

      It provides interface definitions for observers and subjects with functions that observer and subject classes.

      The package also provides a user class that implements the observer classes and a chat room class that implements the subject class, which outputs a message when a user sends a message to the chat room.

    • Query Open AI

      Picture of Pierre-Henry Soria
      Author: Pierre-Henry Soria
      Date: 2024-10-04 (4 days ago)
      Groups: PHP 5, Searching, Text processing, Artificial intelligence, Global
      Description: This package can perform several types of queries to ChatGPT API.

      It provides an example script that can send HTTP requests to ChatGPT API to perform queries with given texts.

      Currently, it can:

      - Complete a sentence using the text at the beginning of a sentence

      - Perform searches for a given text

      - Ask questions about a given context

      - Classify the emotions expressed by a given text as positive or negative
    • Scroll to Top

      Picture of ASCOOS CMS
      Author: ASCOOS CMS
      Date: 2024-10-03 (5 days ago)
      Groups: HTML, PHP 5, Content management, PHP 8
      Description: This package can show a button to scroll the page to the top.

      It provides scripts to work on a site that uses the ASCOOS CMS to generate content web pages.

      The scripts insert links at the bottom of the pages that users can click to scroll the browser view to the top.
    • Phpnopea

      Picture of Joshy Francis
      Author: Joshy Francis
      Date: 2024-10-02 (6 days ago)
      Groups: Libraries, Design Patterns, PHP 7
      Description: This package provides a simplified MVC Web application framework.

      It provides a small set of classes to help implement PHP Web applications based on the Model-View-Controller design pattern.

      Currently, it provides:

      - Route requests based on URL patterns

      - Model classes that store objects in databases using PDO

      - Generate view output with templates based on an optimized version of the Blade template engine

      - Abstract the access to request and response details

      - Etc...

    Contents