PHP Autoloader

Sina Kuhestani c5bd2b0ef5 fix README 2 days ago
src 1c55ea493d Release 1.0 2 days ago
LICENSE 50108af616 Refactored 3 days ago
README.md c5bd2b0ef5 fix README 2 days ago
autoload.php 1c55ea493d Release 1.0 2 days ago

README.md

ePHPic Autoloader

The ePHPic Autoloader is a simple yet powerful autoloader for PHP applications. It allows for the automatic loading of PHP classes based on a defined mapping and a specified base directory. This autoloader adheres to the PSR-4 standard, making it easy to integrate into modern PHP applications.

Meta Data

Meta Details
Package ePHPic Autoload
Author Sina Kuhestani
Last Version 1.0.0
PHP Versions 8.0, 8.1, 8.2, 8.4
Languages PHP
License MIT

Releases

Version Release Date Status Download
1.0 2025 Jun 12 Supported link

Features

  • Simple Class Mapping: Easily map class names to file paths.
  • PSR-4 Compliance: Supports the PSR-4 autoloading standard for PHP.
  • Flexible Base Directory: Define a base directory for your application files.
  • Error Handling: Gracefully handles missing class files without throwing exceptions.
  • Easy Integration: Simple registration process to integrate with PHP's SPL autoloading.