An index of cool open source libraries for your projects.
When looking for a library to solve a specific problem, I usually google for something like "php validation". The issue is that unless a library is called like "awesome-validator-php", I will probably not find it. Especially when a library is new, it's hard to find it via google. This website is trying to solve that.
- Clone the repository
- Inside the repository run
nix-shell
(requires the nix package manager) to get a shell with everything ready - Run
make
to build - Start the application via
dist/main
. By default the web server starts listening on port 8080. You can specify a custom port via thePORT
environment variable.
To add a library, just add it to the Library.hs
file. Then just create a new pull request :)