Libraries tagged by one doc
dd/evolutioncms-plugins-managermanager-mm_ddmultiplefields
0 Downloads
Widget for plugin ManagerManager that allows you to add any number of fields values (TV) in one document (values are written in field as a JSON object). For example: a few images.
codexsoft/migrations
40 Downloads
Write migrations in plain SQL. Based on doctrine/migrations
codexsoft/db-first
291 Downloads
Database-first approach tool based on Doctrine2
brash/dbal
48 Downloads
An Async Database Abstract Layer based on Doctrine DBAL
xcore/generator
20 Downloads
Powerful Generator built on Doctrine ORM Entity Generator & SensioGeneratorBundle
punktde/pt_migrations
37 Downloads
TYPO3 extension which supports running db migrations based on doctrine
fmasa/leanmapper-generator
8 Downloads
Database generator for LeanMapper based on Doctrine DBAL Schemes
expio/neo4j-fixtures-bundle
28 Downloads
Symfony Neo4jFixturesBundle (based on DoctrineFixturesBundle)
expio/neo4j-data-fixtures
173 Downloads
Data Fixtures for Neo4j OGM, based on Doctrine Data Fixtures
danae/astral
11 Downloads
Database abstraction layer with object repository support for PHP 7.4+, built on Doctrine DBAL
brainexe/annotations
1569 Downloads
Simple @annotation library based on doctrine annotations for symfony dependency injection container
sleekdoc/sleekdoc
10 Downloads
This generates a documentation based on class doc-block which able to handle XML and REST api's
larammerce/annotation-parser
45 Downloads
A PHP annotation parser system based on PHP-doc.
aesonus/paladin
456 Downloads
Validate method parameters based on their doc blocks
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.