Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biurad/php-loader

🌀 A library that provides support for loading files, classes, class/namespace aliases, config files, and many more.
https://github.com/biurad/php-loader

aliases biurad config data-loader loader php

Last synced: about 2 months ago
JSON representation

🌀 A library that provides support for loading files, classes, class/namespace aliases, config files, and many more.

Awesome Lists containing this project

README

        

# The Poakium Loader

[![Latest Version](https://img.shields.io/packagist/v/biurad/loader?include_prereleases&label=Latest&style=flat-square)](https://packagist.org/packages/biurad/loader)
[![Workflow Status](https://img.shields.io/github/actions/workflow/status/biurad/poakium/ci.yml?branch=master&label=Workflow&style=flat-square)](https://github.com/biurad/poakium/actions?query=workflow)
[![Software License](https://img.shields.io/badge/License-BSD--3-brightgreen.svg?&label=Poakium&style=flat-square)](LICENSE)
[![Maintenance Status](https://img.shields.io/maintenance/yes/2023?label=Maintained&style=flat-square)](https://github.com/biurad/poakium)

---

A [PHP][1] library for loading yaml, neon, json, ini, xml, files, resource streamed paths, and aliased classes and namespaces.

## 📦 Installation

This project requires [PHP][1] 8.0 or higher. The recommended way to install, is by using [Composer][2]. Simply run:

```bash
$ composer require biurad/loader
```

## 📓 Documentation

In-depth documentation on how to use this library can be found at [docs.biurad.com][3]. It is also recommended to browse through unit tests in the [tests](./tests/) directory.

## 🙌 Sponsors

If this library made it into your project, or you interested in supporting us, please consider [donating][4] to support future development.

## 👥 Credits & Acknowledgements

- [Divine Niiquaye Ibok][5] is the author this library.
- [All Contributors][6] who contributed to this project.

## 📄 License

Poakium Annotations is completely free and released under the [BSD 3 License](LICENSE).

[1]: https://php.net
[2]: https://getcomposer.org
[3]: https://docs.biurad.com/poakium/loader
[4]: https://biurad.com/sponsor
[5]: https://github.com/divineniiquaye
[6]: https://github.com/biurad/php-loader/contributors