Libraries tagged by problems
mgrechanik/ant-colony-optimization
115 Downloads
The implementation of the Ant colony optimization algorithm
app-verk/api-exception-bundle
7867 Downloads
catch all Symfony 3.3 or newer errors and convert it to problem json RFC7807 response
team-a/geo
127 Downloads
Direct & inverse geodesic problems.
suryapradana/alephp
12 Downloads
A PHP Library To Solve Elementary Linear Algebra Problems
spresnac/laravel-url-helper
1086 Downloads
Helping you with URL related problems
rgalstyan/symfony-aggregated-queries
1 Downloads
Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.
oneup/contao-security-advisories
3604 Downloads
This check works by comparing the composer.lock against an open vulnerability database. A clean check does not mean there are absolutely no security problems whatsoever.
oizys/hungarian
164 Downloads
Kuhn-Munkres (Hungarian) algorithm for the assignment problem
netsells/laravel-resourceful
44541 Downloads
Laravel API Resources supercharged to get rid of N+1 problems.
malef/associate
5 Downloads
This library allows to collect objects through associations and provides entity loading optimizations for Doctrine ORM to address N+1 queries problem.
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.
lablnet/arrays
4 Downloads
PHP array class to manipulate arrays in efficient ways to solve real world problems.
kafoso/type-formatter
6120 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
enlight/stash-view
133 Downloads
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. Which drastically improves speed of the website and as a side effect reduces sql queries and solves n+1 problem.
cytopia/check_drupal
4092 Downloads
This nagios plugin will check if your drupal site has issues (security updates, updates[optional], outstanding db updates, other problems).