Libraries tagged by basic classes
duncan3dc/oauth
66997 Downloads
Handles basic OAuth/OAuth2 authentication along with classes for common services
selifa/core
169 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
seho-nl/simple-dto
8 Downloads
Basic DTO, Entity, Assembler and Transformer interfaces and classes
rbs1518/selifa-core
6 Downloads
Selifa Core is a basic PHP framework for any application type. It offers only a PSR-4 class autoloader, a configuration management and an exception management. It's configuration differs from most other PHP framework since it only load specific configuration file or spesific class. This version of Selifa is a major rewrite of my previous Selifa Framework which contains a full framework.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.
patrick-barreto/data-base
178 Downloads
Basic ORM to manipulate database and make a CRUD at model class very easy
nagser/base
68 Downloads
The basic module of the system. It contains base classes: controllers, models, widgets and other
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.
linkisensei/moodle-dev-utils
0 Downloads
Collection of classes and functions to be used in Moodle plugins. This library does not follow the PSR-1 Basic Coding Standard so it better interacts with Moodle Coding Standards
leandroip/modelclass
12 Downloads
A class to implement PHP Models and handle basic MySql operations like insert, select, update, delete and perform search by keywords.
lastdragon-ru/glob-matcher
8 Downloads
Full-featured well-tested glob pattern parser and matcher: basic matching (`?`, `*`), globstar (`**`), extglob (`?(pattern-list)`, `*(pattern-list)`, `+(pattern-list)`, `@(pattern-list)`, `!(pattern-list)`), brace expansion (`{a,b,c}.txt`, `{1..3}.txt`, etc), dotglob, nocasematch, POSIX Named character classes (`[:alnum:]`, etc), POSIX Collating symbols (`[.ch.]`, etc), POSIX Equivalence class expressions (`[=a=]`, etc), and escaping.
iportillo/skeleton-php
14 Downloads
Basic PHP skeleton with the PSR-4 specification for class autoloading
hunnomad/ravendb
0 Downloads
This class provides a simple interface for interacting with a RavenDB database using HTTP requests. It supports basic operations such as `PUT`, `GET`, `QUERY`, and `DELETE` for managing documents within a RavenDB instance. The class utilizes cURL for making HTTP requests and expects a PEM file for SSL certificate verification.
deviscoding/php-contracts
1 Downloads
PHP Library containing very basic interfaces for functionality commonly used in PHP classes.
deviscoding/layout
118 Downloads
CSS Classes, Mixins and Functions to control header, footer, and basic layout in the StrapLess CSS Framework. Also usable for other CSS projects.