Libraries tagged by autoloading
nanjingboy/classloader
126 Downloads
Auto loading the missing class while the file's name starts with lowercase char
mglaman/drupal-static-autoloader
438 Downloads
A package to support static autoloading of Drupal core and extension code
madebyaris/wp-boilerplate
8 Downloads
A modern WordPress plugin boilerplate with PSR-4 autoloading, Vite integration, and CLI tools
loops/autoloader
30 Downloads
Autoloader for package-oriented autoloading with a unique namespace (PSR-4/PSR-0 mixin).
localzet/webauthn
19 Downloads
Localzet WebAuthn is a high-performance PHP library designed for working with WebAuthn, a web authentication standard developed by W3C. The library provides secure and reliable user authentication using modern cryptographic methods. It supports PSR-4 autoloading and requires PHP version 8.2 or higher, as well as the openssl and mbstring extensions.
joedevsharp/entitylite
14 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
jimigrunge/phpshell
12 Downloads
This is just a basic php skeleton with PSR-4 autoloading
jamm/autoload
14 Downloads
Class to organize autoloading by PHP naming conventions and PSR-0 standard
iportillo/skeleton-php
12 Downloads
Basic PHP skeleton with the PSR-4 specification for class autoloading
ion/autoloader
668 Downloads
A small autoloading library, compatible with Composer, that allows you to customise your autoloading functionality.
infira/autoloader
127 Downloads
Autoloading PHP classes
hahadu/coole-php
6 Downloads
A simple PHP auto loading framework
gsro/composer-empty-project
57 Downloads
Composer Project for Autoloading exercise
filipac/mobilpay
89 Downloads
Use MobilePay classes with composer PSR-0 autoloading. Just a mirror with composer wrapping.
farafiri/class-generator-for-php
23 Downloads
Library for creating and autoloading classes for common patterns like decorator, null object, composite, lazy loading, proxy object