https://github.com/grmvoid/stdlib
📘 An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.
https://github.com/grmvoid/stdlib
php-library php8 spl
Last synced: 2 months ago
JSON representation
📘 An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.
- Host: GitHub
- URL: https://github.com/grmvoid/stdlib
- Owner: grmvoid
- License: mit
- Created: 2023-10-14T18:37:27.000Z (over 1 year ago)
- Default Branch: 2.4.x
- Last Pushed: 2024-03-26T18:16:25.000Z (about 1 year ago)
- Last Synced: 2025-02-11T14:48:27.026Z (4 months ago)
- Topics: php-library, php8, spl
- Language: PHP
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# nuldark/stdlib
**StdLib** is an extension to the Standard PHP Library (SPL), introducing abstract data types like
stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.## Features
- **Extended Abstract Data Types**: Augment your PHP experience with extended abstract data types, such as stacks, maps, and hash maps, providing powerful and versatile tools for data manipulation.
- **Class-Based Functions: Enjoy** the benefits of PHP class-based functions, offering a more organized and object-oriented approach to handling various tasks.
- **Object-Oriented API**: Leverage an intuitive and object-oriented API for seamless integration and utilization of the extended SPL features.## Installation
Install the Standard Library for PHP using [Composer](https://getcomposer.org/):
```bash
composer require nuldark/stdlib
```## License
The MIT License (MIT). Please see [License](LICENSE.md) for more information.