logo small
PHP Classes

app Models Posts php

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 10     Packages icon Packages (8)   Blogs icon Blogs (1)   Blogs icon Forums icon Blog forums (1)  
User Management, PHP 7   This package can manage permissions and roles of Laravel models. It provides traits that can be used with the user model class to add the management of user permissions and roles. Currently, the package allows to: - Create roles - Create permissions - Assign permissions to ...
User Management, Libraries, PHP 7   This package can manage user and group permissions in Laravel applications. It provides a Laravel service class that implements several services to manage permissions of application users and groups: Currently, it can: - Create database tables to store information ...
Web services, Data types, PHP 8   This package can encode and decode values in the TOON format. It provides a Laravel service class that can take a variable value and encode it as a string in the Token-Optimized Object Notation. The service class can also decode a string in the TOON format, as well ...
Email, Networking, Searching, PHP 8   This package can retrieve email messages from an IMAP server. It provides a class that provides a fluent interface to retrieve messages in a mailbox accessed using the IMAP protocol. Currently, it can: - Fetch messages - Mark messages as read, as unread, as answered ...
Libraries, Web services, Design Patterns, P..., A...   This package implements an example of a REST API. It provides an example script that calls the Luminova framework to define the URL route patterns that the API application implements. The package example also shows how to call the Luminova API ...
HTML, PHP 5, Databases   This class can manage database records with a CRUD interface. It provides classes that can connect to a database using PDO and perform queries to create, retrieve, update and delete records of a given table. The package can display the Web interface to let users perform these ...
HTTP, Blogs, PHP 7, Global   This package can create a URL slug for a Laravel model class. It provides a helper function that takes as parameters a Laravel model class object or a string and the name of the model title column. The function computes a slug string that can be used as part of the URL ...
PHP 5, Libraries, Design Patterns   This package provides an MVC Framework with configurable routes and filters. It allows configuring how to route HTTP requests to controller classes by specifying arrays or strings that define how the request URLs will be processed to determine the controller actions ...