Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/biurad/php-loader
- Owner: biurad
- License: bsd-3-clause
- Created: 2019-12-17T02:02:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T02:19:09.000Z (over 1 year ago)
- Last Synced: 2023-09-21T14:37:36.952Z (over 1 year ago)
- Topics: aliases, biurad, config, data-loader, loader, php
- Language: PHP
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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