Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheAlgorithms/PHP
All Algorithms implemented in PHP
https://github.com/TheAlgorithms/PHP
algorithm algorithms data-structures hacktoberfest php
Last synced: 3 months ago
JSON representation
All Algorithms implemented in PHP
- Host: GitHub
- URL: https://github.com/TheAlgorithms/PHP
- Owner: TheAlgorithms
- License: mit
- Created: 2020-07-04T08:16:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T22:36:20.000Z (8 months ago)
- Last Synced: 2024-05-29T00:23:04.155Z (8 months ago)
- Topics: algorithm, algorithms, data-structures, hacktoberfest, php
- Language: PHP
- Homepage:
- Size: 257 KB
- Stars: 1,724
- Watchers: 51
- Forks: 403
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesomelist - PHP
README
# The Algorithms - PHP
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/PHP)
The Algorithms - PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects.
### All algorithms implemented in PHP - for education
The Implementations in this repo are examples and may be less efficient than the implementations in the PHP standard Library.
## Contribution Guidelines:
To Contribute to this repo please take your time to read our
[Contribution Guidelines](CONTRIBUTING.md) before you contribute.## Community Channels
We're on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are great for you to ask questions and get help. Please join us!
## List of Algorithms
See the [directory](DIRECTORY.md) for easier navigation and to view the current list of algorithms.
Thanks for contributing!!